Box Pixel Art Icon
A box or package icon for product packaging, shipping orders, storage containers, and inventory management.
Tags
packagecontainer
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Box icon
A three-dimensional open or closed box, evoking physical packaging and shipping. Use it on an order detail page's 'Package' section, a warehouse inventory screen, a 'My Orders' list item, or a shipping status tracker. It reads as a concrete physical object, so it suits e-commerce and logistics contexts best. For abstract storage or archival concepts, the archive icon carries that metaphor more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/box.svg" width="24" height="24" alt="Box" />
<!-- React -->
import { Box } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="box.svg" width="48" height="48" style="image-rendering: pixelated" />