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