Flutter Close Icon

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

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

Close

close


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

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

thumb_up

Close

close

Use in Flutter

Icon( Icons.close_outlined, ),

Flutter ID

close_outlined

Close

close

Use in Flutter

Icon( Icons.close, ),

Flutter ID

close

Close

close

Use in Flutter

Icon( Icons.close_round, ),

Flutter ID

close_round

Close

close

Use in Flutter

Icon( Icons.close_sharp, ),

Flutter ID

close_sharp

Close

close

Use in Flutter

Icon( Icons.close_two_tone, ),

Flutter ID

close_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

cancel, close, exit, stop, x,Vuetify Close Icon (Vue Js), Material Ui Close Icon (React Js), Mat Icon Close (Angular Material)


Advertisements



Related Icons

close- Faq(s)?

⭐What is the Flutter Close Icon code?

Icon Code is - close.

⭐ What is Flutter ID for Close Icon?

Flutter id for Close Icon code is: close

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