Flutter Not Started Icon

Not Started 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 Not Started Icon ?

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

Not Started

not_started


Flutter Icon Not Started | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Not Started

not_started

Use in Flutter

Icon( Icons.not_started_outlined, ),

Flutter ID

not_started_outlined

Not Started

not_started

Use in Flutter

Icon( Icons.not_started, ),

Flutter ID

not_started

Not Started

not_started

Use in Flutter

Icon( Icons.not_started_round, ),

Flutter ID

not_started_round

Not Started

not_started

Use in Flutter

Icon( Icons.not_started_sharp, ),

Flutter ID

not_started_sharp

Not Started

not_started

Use in Flutter

Icon( Icons.not_started_two_tone, ),

Flutter ID

not_started_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

circle, media, not, pause, play, started, video


Advertisements



Related Icons

not_started- Faq(s)?

⭐What is the Flutter Not Started Icon code?

Icon Code is - not_started.

⭐ What is Flutter ID for Not Started Icon?

Flutter id for Not Started Icon code is: not_started

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