Credit 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 credit_score Icon can be added to any web page simply as below.
You can integrate Credit Score flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.credit_score_outlined, ),
credit_score_outlined
Icon( Icons.credit_score, ),
credit_score
Icon( Icons.credit_score_round, ),
credit_score_round
Icon( Icons.credit_score_sharp, ),
credit_score_sharp
Icon( Icons.credit_score_two_tone, ),
credit_score_two_tone
For Customizations you can follow instructions here - Flutter Classes
approve, bill, card, cash, check, coin, commerce, complete, cost, credit, currency, dollars, done, finance, loan, mark, money, ok, online, pay, payment, score, select, symbol, tick, validate, verified, yes
Advertisements
Icon Code is - credit_score.
⭐ What is Flutter ID for Credit Score Icon?Flutter id for Credit Score Icon code is: credit_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.