Minus Pixel Art Icon
A minus sign icon for decrement controls, collapse actions, quantity reducers, and subtraction operations.
Tags
removesubtractnegative
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Minus icon
A single horizontal bar, the foundational minus symbol used across every kind of interface. Reach for it on quantity steppers in a shopping cart, a collapse button beside an expandable row, a zoom-out control, or any numerical decrement. Its meaning is universal and unambiguous, but it works best with a visible container or pairing with a plus to establish the add/remove pattern. On its own in dense UIs, wrapping it in minus-box gives it a more tappable and scannable target.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/minus.svg" width="24" height="24" alt="Minus" />
<!-- React -->
import { Minus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="minus.svg" width="48" height="48" style="image-rendering: pixelated" />