Verified 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 verified Icon can be added to any web page simply as below.
You can integrate Verified flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.verified_outlined, ),
verified_outlined
Icon( Icons.verified, ),
verified
Icon( Icons.verified_round, ),
verified_round
Icon( Icons.verified_sharp, ),
verified_sharp
Icon( Icons.verified_two_tone, ),
verified_two_tone
For Customizations you can follow instructions here - Flutter Classes
approve, badge, burst, check, complete, done, mark, ok, select, star, tick, validate, verified, yes,Vuetify Verified Icon (Vue Js), Material Ui Verified Icon (React Js), Mat Icon Verified (Angular Material)
Advertisements
Icon Code is - verified.
⭐ What is Flutter ID for Verified Icon?Flutter id for Verified Icon code is: verified
⭐ 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.