Store 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 store Icon can be added to any web page simply as below.
You can integrate Store flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.store_outlined, ),
store_outlined
Icon( Icons.store, ),
store
Icon( Icons.store_round, ),
store_round
Icon( Icons.store_sharp, ),
store_sharp
Icon( Icons.store_two_tone, ),
store_two_tone
For Customizations you can follow instructions here - Flutter Classes
bill, building, business, card, cash, coin, commerce, company, credit, currency, dollars, market, money, online, pay, payment, shop, shopping, store, storefront,Vuetify Store Icon (Vue Js), Material Ui Store Icon (React Js), Mat Icon Store (Angular Material)
Advertisements
Icon Code is - store.
⭐ What is Flutter ID for Store Icon?Flutter id for Store Icon code is: store
⭐ 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.