Wrong Location 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 wrong_location Icon can be added to any web page simply as below.
You can integrate Wrong Location flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.wrong_location_outlined, ),
wrong_location_outlined
Icon( Icons.wrong_location, ),
wrong_location
Icon( Icons.wrong_location_round, ),
wrong_location_round
Icon( Icons.wrong_location_sharp, ),
wrong_location_sharp
Icon( Icons.wrong_location_two_tone, ),
wrong_location_two_tone
For Customizations you can follow instructions here - Flutter Classes
cancel, close, destination, direction, exit, location, maps, no, pin, place, quit, remove, stop, wrong, x
Advertisements
Icon Code is - wrong_location.
⭐ What is Flutter ID for Wrong Location Icon?Flutter id for Wrong Location Icon code is: wrong_location
⭐ 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.