The HugeIcons package add icon visually represents the action of adding a new package or item to a collection, commonly used to signify adding to a cart, queue, or inventory.
Common uses
- Add item to shopping cart
- Create new package
- Add to a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PackageAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PackageAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add packagenew itemadd to cartcreate package
FAQ
- What does the package add icon represent?
- This icon represents the action of adding a new package or item. It's typically used for actions like adding to a cart or creating a new entry.
- How do I use the PackageAddIcon in React?
- Import both HugeiconsIcon and PackageAddIcon, then render it using <HugeiconsIcon icon={PackageAddIcon} />.
- What is the license for this icon?
- The HugeIcons icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.