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