Location On 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 location_on Icon can be added to any web page simply as below.
You can integrate Location On flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.location_on_outlined, ),
location_on_outlined
Icon( Icons.location_on, ),
location_on
Icon( Icons.location_on_round, ),
location_on_round
Icon( Icons.location_on_sharp, ),
location_on_sharp
Icon( Icons.location_on_two_tone, ),
location_on_two_tone
For Customizations you can follow instructions here - Flutter Classes
destination, direction, disabled, enabled, location, maps, off, on, pin, place, slash, stop, Vuetify Location On Icon (Vue Js), Material Ui Location On Icon (React Js), Mat Icon Location On (Angular Material)
Advertisements
Icon Code is - location_on.
⭐ What is Flutter ID for Location On Icon?Flutter id for Location On Icon code is: location_on
⭐ 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.