Navigation 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 navigation Icon can be added to any web page simply as below.
You can integrate Navigation flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.navigation_outlined, ),
navigation_outlined
Icon( Icons.navigation, ),
navigation
Icon( Icons.navigation_round, ),
navigation_round
Icon( Icons.navigation_sharp, ),
navigation_sharp
Icon( Icons.navigation_two_tone, ),
navigation_two_tone
For Customizations you can follow instructions here - Flutter Classes
destination, direction, location, maps, navigation, pin, place, point, stop,Vuetify Navigation Icon (Vue Js), Material Ui Navigation Icon (React Js), Mat Icon Navigation (Angular Material)
Advertisements