Flutter Stars Icon

Stars 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 Stars Icon ?

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

Stars

stars


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

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

thumb_up

Stars

stars

Use in Flutter

Icon( Icons.stars_outlined, ),

Flutter ID

stars_outlined

Stars

stars

Use in Flutter

Icon( Icons.stars, ),

Flutter ID

stars

Stars

stars

Use in Flutter

Icon( Icons.stars_round, ),

Flutter ID

stars_round

Stars

stars

Use in Flutter

Icon( Icons.stars_sharp, ),

Flutter ID

stars_sharp

Stars

stars

Use in Flutter

Icon( Icons.stars_two_tone, ),

Flutter ID

stars_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

achievement, bookmark, circle, favorite, highlight, important, marked, ranking, rate, rating rank, reward, save, saved, shape, special, star


Advertisements



Related Icons

stars- Faq(s)?

⭐What is the Flutter Stars Icon code?

Icon Code is - stars.

⭐ What is Flutter ID for Stars Icon?

Flutter id for Stars Icon code is: stars

⭐ 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?