short Answer --> use app:iconTint="?android:textColorPrimary"
if you want the icon color to be white, write:
android:theme = "@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
else if you want black color, write:
android:theme="@style/ThemeOverlay.MaterialComponents.Light"
to your toolbar