The Phosphor package icon depicts a box, commonly used in UI to represent items, shipments, or software packages.
Common uses
- Representing a software package or library.
- Indicating a shipment or delivery status.
- Symbolizing a bundle of related items.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Package } from '@phosphor-icons/react';
<Package size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Package size={24} />thin
<Package size={24} weight="thin" />light
<Package size={24} weight="light" />bold
<Package size={24} weight="bold" />fill
<Package size={24} weight="fill" />duotone
<Package size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- packagesboxesdeliverymailpostal servicebundleslibrarylibrariesshippingtechnology & developmentobjectspackageboxbundle
FAQ
- What does the package icon represent?
- It visually represents a physical package, box, or a digital software package or library.
- How do I use the package icon in React?
- You can import and use it like this: `import { Package } from '@phosphor-icons/react'`. Then render it as `<Package />`.
- What is the license for the Phosphor package icon?
- The Phosphor icon library, including the package icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →