Flutter Nearby Off Icon

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

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

Nearby Off

nearby_off


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

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

thumb_up

Nearby Off

nearby_off

Use in Flutter

Icon( Icons.nearby_off_outlined, ),

Flutter ID

nearby_off_outlined

Nearby Off

nearby_off

Use in Flutter

Icon( Icons.nearby_off, ),

Flutter ID

nearby_off

Nearby Off

nearby_off

Use in Flutter

Icon( Icons.nearby_off_round, ),

Flutter ID

nearby_off_round

Nearby Off

nearby_off

Use in Flutter

Icon( Icons.nearby_off_sharp, ),

Flutter ID

nearby_off_sharp

Nearby Off

nearby_off

Use in Flutter

Icon( Icons.nearby_off_two_tone, ),

Flutter ID

nearby_off_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

disabled, enabled, nearby, off, on, slash


Advertisements



Related Icons

nearby_off- Faq(s)?

⭐What is the Flutter Nearby Off Icon code?

Icon Code is - nearby_off.

⭐ What is Flutter ID for Nearby Off Icon?

Flutter id for Nearby Off Icon code is: nearby_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?