Flutter Notifications Off Icon

Notifications Off 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 Notifications Off Icon ?

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

Notifications Off

notifications_off


Flutter Icon Notifications Off | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Notifications Off

notifications_off

Use in Flutter

Icon( Icons.notifications_off_outlined, ),

Flutter ID

notifications_off_outlined

Notifications Off

notifications_off

Use in Flutter

Icon( Icons.notifications_off, ),

Flutter ID

notifications_off

Notifications Off

notifications_off

Use in Flutter

Icon( Icons.notifications_off_round, ),

Flutter ID

notifications_off_round

Notifications Off

notifications_off

Use in Flutter

Icon( Icons.notifications_off_sharp, ),

Flutter ID

notifications_off_sharp

Notifications Off

notifications_off

Use in Flutter

Icon( Icons.notifications_off_two_tone, ),

Flutter ID

notifications_off_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

active, alarm, alert, bell, chime, disabled, enabled, notifications, notify, off, offline, on, reminder, ring, slash, sound


Advertisements



Related Icons

notifications_off- Faq(s)?

⭐What is the Flutter Notifications Off Icon code?

Icon Code is - notifications_off.

⭐ What is Flutter ID for Notifications Off Icon?

Flutter id for Notifications Off Icon code is: notifications_off

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