The HugeIcons package open icon, PackageOpenIcon, visually represents an opened box or package, commonly used to signify unpacking, delivery, or accessing contents within a user interface.
Common uses
- Unpacking or delivery status
- Accessing order details
- Content management or retrieval
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PackageOpenIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PackageOpenIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- opened boxunpackeddeliveryshipping
FAQ
- What does the PackageOpenIcon represent?
- It depicts an opened package or box, symbolizing the act of unpacking or accessing contents.
- How do I use PackageOpenIcon in React?
- Import both HugeiconsIcon and PackageOpenIcon, then render it as <HugeiconsIcon icon={PackageOpenIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
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 →