I\'ve noticed that using AppCompat themes, default toolbar icons get tinted by the attribute colorControlNormal in my style.
Then in your main app or activity theme add this line
- @style/AppTheme.PopupOverlay
And finally in you'r layout file add this line to toolbar
android:theme="?attr/actionBarPopupTheme"
And Then you will see your toolbar icons colored in your favorite color