The HugeIcons store add 01 icon depicts a shopping bag with a plus sign, commonly used to represent adding a new item to a store or a new product listing.
Common uses
- Add new product to e-commerce catalog
- Create a new store listing
- Initiate adding an item to a shopping cart
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StoreAdd01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StoreAdd01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add to storenew productshopping bag pluscreate store
FAQ
- What does the StoreAdd01 icon represent?
- It visually signifies the action of adding something new to a store or inventory, like a new product or a new shop.
- How do I use the StoreAdd01 icon in a React application?
- Import both HugeiconsIcon and StoreAdd01Icon, then render the icon using <HugeiconsIcon icon={StoreAdd01Icon} />.
- What is the license for this icon?
- The StoreAdd01 icon is distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →