Tag 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 tag Icon can be added to any web page simply as below.
You can integrate Tag flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.tag_outlined, ),
tag_outlined
Icon( Icons.tag, ),
tag
Icon( Icons.tag_round, ),
tag_round
Icon( Icons.tag_sharp, ),
tag_sharp
Icon( Icons.tag_two_tone, ),
tag_two_tone
For Customizations you can follow instructions here - Flutter Classes
hash, hashtag, key, media, number, pound, social, tag, trend,Vuetify Tag Icon (Vue Js), Material Ui Tag Icon (React Js), Mat Icon Tag (Angular Material)
Advertisements
Icon Code is - tag.
⭐ What is Flutter ID for Tag Icon?Flutter id for Tag Icon code is: tag
⭐ 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.