Archive Pixel Art Icon
An archive box icon for archiving emails, storing old records, filing documents, and preserving past items.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Archive icon
A lidded box with a downward arrow or tray shape, representing the act of moving an item out of the active view into long-term storage. Use it on an 'Archive' button in an email client, a 'Move to Archive' action in a document manager, or a project status that marks completed work as archived. Archiving differs from deleting: items should be recoverable. For permanent removal, a trash icon communicates finality more clearly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/archive.svg" width="24" height="24" alt="Archive" />
<!-- React -->
import { Archive } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="archive.svg" width="48" height="48" style="image-rendering: pixelated" />