Map 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 map Icon can be added to any web page simply as below.
You can integrate Map flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.map_outlined, ),
map_outlined
Icon( Icons.map, ),
map
Icon( Icons.map_round, ),
map_round
Icon( Icons.map_sharp, ),
map_sharp
Icon( Icons.map_two_tone, ),
map_two_tone
For Customizations you can follow instructions here - Flutter Classes
destination, direction, location, map, maps, pin, place, route, stop, travel,Vuetify Map Icon (Vue Js), Material Ui Map Icon (React Js), Mat Icon Map (Angular Material)
Advertisements
Icon Code is - map.
⭐ What is Flutter ID for Map Icon?Flutter id for Map Icon code is: map
⭐ 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.