Flutter Delete Icon

Delete 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 Delete Icon ?

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

Delete

delete


Flutter Icon Delete | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Delete

delete

Use in Flutter

Icon( Icons.delete_outlined, ),

Flutter ID

delete_outlined

Delete

delete

Use in Flutter

Icon( Icons.delete, ),

Flutter ID

delete

Delete

delete

Use in Flutter

Icon( Icons.delete_round, ),

Flutter ID

delete_round

Delete

delete

Use in Flutter

Icon( Icons.delete_sharp, ),

Flutter ID

delete_sharp

Delete

delete

Use in Flutter

Icon( Icons.delete_two_tone, ),

Flutter ID

delete_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

bin, can, delete, garbage, remove, trash,Vuetify Delete Icon (Vue Js), Material Ui Delete Icon (React Js), Mat Icon Delete (Angular Material)


Advertisements



Related Icons

delete- Faq(s)?

⭐What is the Flutter Delete Icon code?

Icon Code is - delete.

⭐ What is Flutter ID for Delete Icon?

Flutter id for Delete Icon code is: delete

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