Flutter Star Icon

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.

How to add Flutter Star Icon ?

Material Design Flutter Icon star Icon can be added to any web page simply as below.

Star

star


Flutter Icon Star | Outline | Filled | Rounded | Sharp | Two Tone

You can integrate Star flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.

thumb_up

Star

star

Use in Flutter

Icon( Icons.star_outlined, ),

Flutter ID

star_outlined

Star

star

Use in Flutter

Icon( Icons.star, ),

Flutter ID

star

Star

star

Use in Flutter

Icon( Icons.star_round, ),

Flutter ID

star_round

Star

star

Use in Flutter

Icon( Icons.star_sharp, ),

Flutter ID

star_sharp

Star

star

Use in Flutter

Icon( Icons.star_two_tone, ),

Flutter ID

star_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

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



Related Icons

star- Faq(s)?

⭐What is the Flutter Star Icon code?

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.



Looking For More Icons?