Flutter Check Box Icon

Check Box 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.

How to add Flutter Check Box Icon ?

Material Design Flutter Icon check_box Icon can be added to any web page simply as below.

Check Box

check_box


Flutter Icon Check Box | Outline | Filled | Rounded | Sharp | Two Tone

You can integrate Check Box flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.

thumb_up

Check Box

check_box

Use in Flutter

Icon( Icons.check_box_outlined, ),

Flutter ID

check_box_outlined

Check Box

check_box

Use in Flutter

Icon( Icons.check_box, ),

Flutter ID

check_box

Check Box

check_box

Use in Flutter

Icon( Icons.check_box_round, ),

Flutter ID

check_box_round

Check Box

check_box

Use in Flutter

Icon( Icons.check_box_sharp, ),

Flutter ID

check_box_sharp

Check Box

check_box

Use in Flutter

Icon( Icons.check_box_two_tone, ),

Flutter ID

check_box_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

approved, box, button, check, component, control, form, mark, ok, select, selected, selection, tick, toggle, ui, yes,Vuetify Check Box Icon (Vue Js), Material Ui Check Box Icon (React Js), Mat Icon Check Box (Angular Material)


Advertisements



Related Icons

check_box- Faq(s)?

⭐What is the Flutter Check Box Icon code?

Icon Code is - check_box.

⭐ What is Flutter ID for Check Box Icon?

Flutter id for Check Box Icon code is: check_box

⭐ 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.



Looking For More Icons?