Directions 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 directions Icon can be added to any web page simply as below.
You can integrate Directions flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.directions_outlined, ),
directions_outlined
Icon( Icons.directions, ),
directions
Icon( Icons.directions_round, ),
directions_round
Icon( Icons.directions_sharp, ),
directions_sharp
Icon( Icons.directions_two_tone, ),
directions_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, directions, maps, right, route, sign, traffic,Vuetify Directions Icon (Vue Js), Material Ui Directions Icon (React Js), Mat Icon Directions (Angular Material)
Advertisements
Icon Code is - directions.
⭐ What is Flutter ID for Directions Icon?Flutter id for Directions Icon code is: directions
⭐ 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.