Push Pin 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 push_pin Icon can be added to any web page simply as below.
You can integrate Push Pin flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.push_pin_outlined, ),
push_pin_outlined
Icon( Icons.push_pin, ),
push_pin
Icon( Icons.push_pin_round, ),
push_pin_round
Icon( Icons.push_pin_sharp, ),
push_pin_sharp
Icon( Icons.push_pin_two_tone, ),
push_pin_two_tone
For Customizations you can follow instructions here - Flutter Classes
location, marker, pin, place, push, remember, save,Vuetify Push Pin Icon (Vue Js), Material Ui Push Pin Icon (React Js), Mat Icon Push Pin (Angular Material)
Advertisements
Icon Code is - push_pin.
⭐ What is Flutter ID for Push Pin Icon?Flutter id for Push Pin Icon code is: push_pin
⭐ 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.