Location Disabled 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.
Material Design Flutter Icon location_disabled Icon can be added to any web page simply as below.
You can integrate Location Disabled flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.location_disabled_outlined, ),
location_disabled_outlined
Icon( Icons.location_disabled, ),
location_disabled
Icon( Icons.location_disabled_round, ),
location_disabled_round
Icon( Icons.location_disabled_sharp, ),
location_disabled_sharp
Icon( Icons.location_disabled_two_tone, ),
location_disabled_two_tone
For Customizations you can follow instructions here - Flutter Classes
destination, direction, disabled, enabled, location, maps, off, on, pin, place, pointer, slash, stop, tracking
Advertisements