The Phosphor archive icon depicts a box with a flap, commonly used to represent saving, storing, or accessing archived files or data.
Common uses
- Button to archive an email or item
- Link to an 'Archived Items' page
- Icon for a file download or save action
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Archive } from '@phosphor-icons/react';
<Archive size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Archive size={24} />thin
<Archive size={24} weight="thin" />light
<Archive size={24} weight="light" />bold
<Archive size={24} weight="bold" />fill
<Archive size={24} weight="fill" />duotone
<Archive size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- savedsavingarchivedarchivingarchivaldownloadeddownloadingofficesystemarchiveboxstoragesavedownload
FAQ
- What does the archive icon represent?
- It symbolizes the action of archiving, saving, or storing items, often used for files, emails, or data that are no longer actively used but need to be preserved.
- How do I use the archive icon in React?
- Import it from the library and use it as a component: import { Archive } from '@phosphor-icons/react'; <Archive />.
- What is the license for the Phosphor archive icon?
- The Phosphor icon library, including the archive 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 →