Admin Panel Settings Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library.
You can also customize icon color and size in flutter using properties. You can get different-different varients like outline, filled, sharp, rounded and two-tone.
Material Design Flutter Icon admin_panel_settings Icon can be added to any web page simply as below.
You can integrate Admin Panel Settings flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.admin_panel_settings_outlined, ),
admin_panel_settings_outlined
Icon( Icons.admin_panel_settings, ),
admin_panel_settings
Icon( Icons.admin_panel_settings_round, ),
admin_panel_settings_round
Icon( Icons.admin_panel_settings_sharp, ),
admin_panel_settings_sharp
Icon( Icons.admin_panel_settings_two_tone, ),
admin_panel_settings_two_tone
For Customizations you can follow instructions here - Flutter Classes
account, admin, avatar, certified, face, human, panel, people, person, privacy, private, profile, protect, protection, security, settings, shield, user, verified
Advertisements
Icon Code is - admin_panel_settings.
⭐ What is Flutter ID for Admin Panel Settings Icon?Flutter id for Admin Panel Settings Icon code is: admin_panel_settings
⭐ Can we change icon color in flutter?Yes you can change color using color props.
⭐ Can we change icon size in flutter?Yes you can use icon size in flutter.