Box Plus Pixel Art Icon
A box-plus icon for adding a package, restocking inventory, and creating new shipment or storage entries.
Tags
boxpackagecontainerplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Box Plus icon
A box icon with a plus sign, directing users to add a package or increment a quantity. It fits a 'Restock' button in an inventory system, an 'Add Package' action in a shipping manager, or a 'New Storage Item' trigger in a warehouse app. The visual logic is simple: box means package, plus means add. Box-minus is its counterpart for removal, and box-x handles outright cancellation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/box-plus.svg" width="24" height="24" alt="Box Plus" />
<!-- React -->
import { BoxPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="box-plus.svg" width="48" height="48" style="image-rendering: pixelated" />