Package Minus Pixel Art Icon
A package with a minus for reducing stock, removing items from a shipment, decrementing inventory and partial-removal flows.
Tags
packageboxparceldeliveryminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Package Minus icon
A parcel box combined with a minus badge, signaling a reduction or decrement in the context of packages or inventory. Warehouse management systems use it when an item is pulled from stock; order-editing interfaces show it when a quantity in a shipment is reduced. It pairs with package-plus to form the increment and decrement controls on an inventory line. When a package is outright canceled rather than just reduced, package-x with its X mark carries a stronger sense of termination.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/package-minus.svg" width="24" height="24" alt="Package Minus" />
<!-- React -->
import { PackageMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="package-minus.svg" width="48" height="48" style="image-rendering: pixelated" />