Score 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 score Icon can be added to any web page simply as below.
You can integrate Score flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.score_outlined, ),
score_outlined
Icon( Icons.score, ),
score
Icon( Icons.score_round, ),
score_round
Icon( Icons.score_sharp, ),
score_sharp
Icon( Icons.score_two_tone, ),
score_two_tone
For Customizations you can follow instructions here - Flutter Classes
2k, alphabet, analytics, bar, bars, character, chart, data, diagram, digit, font, graph, infographic, letter, measure, metrics, number, score, statistics, symbol, text, tracking, type,Vuetify Score Icon (Vue Js), Material Ui Score Icon (React Js), Mat Icon Score (Angular Material)
Advertisements
Icon Code is - score.
⭐ What is Flutter ID for Score Icon?Flutter id for Score Icon code is: score
⭐ 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.