Ballot 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 ballot Icon can be added to any web page simply as below.
You can integrate Ballot flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.ballot_outlined, ),
ballot_outlined
Icon( Icons.ballot, ),
ballot
Icon( Icons.ballot_round, ),
ballot_round
Icon( Icons.ballot_sharp, ),
ballot_sharp
Icon( Icons.ballot_two_tone, ),
ballot_two_tone
For Customizations you can follow instructions here - Flutter Classes
ballot, bulllet, election, list, point, poll, vote
Advertisements