Highlight 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 highlight Icon can be added to any web page simply as below.
You can integrate Highlight flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.highlight_outlined, ),
highlight_outlined
Icon( Icons.highlight, ),
highlight
Icon( Icons.highlight_round, ),
highlight_round
Icon( Icons.highlight_sharp, ),
highlight_sharp
Icon( Icons.highlight_two_tone, ),
highlight_two_tone
For Customizations you can follow instructions here - Flutter Classes
color, doc, edit, editing, editor, emphasize, fill, flash, format, highlight, light, paint, sheet, spreadsheet, style, text, type, writing,Vuetify Highlight Icon (Vue Js), Material Ui Highlight Icon (React Js), Mat Icon Highlight (Angular Material)
Advertisements
Icon Code is - highlight.
⭐ What is Flutter ID for Highlight Icon?Flutter id for Highlight Icon code is: highlight
⭐ 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.