The HugeIcons package add 01 icon depicts a box with a plus sign, commonly used to represent adding a new package, item, or resource to a collection or system.
Common uses
- Adding a new product to an inventory.
- Creating a new software package.
- Submitting a new item to a marketplace.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PackageAdd01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PackageAdd01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add packagenew itemcreate boxpackage plus
FAQ
- What does the PackageAdd01Icon represent?
- It visually signifies the action of adding a new package or item. This is useful for actions like creating new entries or adding resources.
- How do I use PackageAdd01Icon in React?
- Import both HugeiconsIcon and PackageAdd01Icon from their respective packages, then render it using <HugeiconsIcon icon={PackageAdd01Icon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →