Star 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 star Icon can be added to any web page simply as below.
You can integrate Star flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.star_outlined, ),
star_outlined
Icon( Icons.star, ),
star
Icon( Icons.star_round, ),
star_round
Icon( Icons.star_sharp, ),
star_sharp
Icon( Icons.star_two_tone, ),
star_two_tone
For Customizations you can follow instructions here - Flutter Classes
best, bookmark, favorite, highlight, ranking, rate, rating, save, star, toggle,Vuetify Star Icon (Vue Js), Material UI Star Icon (React Js), Mat Icon Star (Angular Material)
Advertisements
Icon Code is - star.
⭐ What is Flutter ID for Star Icon?Flutter id for Star Icon code is: star
⭐ 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.