Umbrella 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 umbrella Icon can be added to any web page simply as below.
You can integrate Umbrella flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.umbrella_outlined, ),
umbrella_outlined
Icon( Icons.umbrella, ),
umbrella
Icon( Icons.umbrella_round, ),
umbrella_round
Icon( Icons.umbrella_sharp, ),
umbrella_sharp
Icon( Icons.umbrella_two_tone, ),
umbrella_two_tone
For Customizations you can follow instructions here - Flutter Classes
beach, protection, rain, sun, sunny, umbrella, Vuetify Umbrella Icon (Vue Js), Material Ui Umbrella Icon (React Js), Mat Icon Umbrella (Angular Material)
Advertisements
Icon Code is - umbrella.
⭐ What is Flutter ID for Umbrella Icon?Flutter id for Umbrella Icon code is: umbrella
⭐ 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.