Label 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 label Icon can be added to any web page simply as below.
You can integrate Label flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.label_outlined, ),
label_outlined
Icon( Icons.label, ),
label
Icon( Icons.label_round, ),
label_round
Icon( Icons.label_sharp, ),
label_sharp
Icon( Icons.label_two_tone, ),
label_two_tone
For Customizations you can follow instructions here - Flutter Classes
favorite, indent, label, library, mail, remember, save, stamp, sticker, tag,Vuetify Label Icon (Vue Js), Material Ui Label Icon (React Js), Mat Icon Label (Angular Material)
Advertisements
Icon Code is - label.
⭐ What is Flutter ID for Label Icon?Flutter id for Label Icon code is: label
⭐ 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.