Barcode Pixel Art Icon
A barcode icon for product scan actions, inventory management, POS systems and retail-tracking interfaces.
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Barcode icon
Vertical bars of varying widths forming a standard linear barcode. Use it on a 'Scan product' button, an inventory lookup screen, a point-of-sale receipt, or a product detail page to indicate a scannable code. Retail staff and warehouse workers recognize it as the signal to grab a barcode scanner. For modern mobile-based scanning, a QR code icon may communicate the technology more accurately, since most phone cameras now read 2D codes rather than 1D barcodes.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/barcode.svg" width="24" height="24" alt="Barcode" />
<!-- React -->
import { Barcode } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="barcode.svg" width="48" height="48" style="image-rendering: pixelated" />