Barcode Rectangle Pixel Art Icon
A barcode set inside a rectangle for product labels, scan-to-pay flows and ticketing or event-entry interfaces.
Tags
barcoderectangle
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Barcode Rectangle icon
A barcode framed by a surrounding rectangle, emphasizing the scan target area. Use it on a mobile ticket, a boarding pass screen, a scan-to-pay prompt, or a product label template. The enclosing rectangle signals 'scan this region', making it well-suited for ticket or loyalty-card screens where users need to know exactly what to present. For a plain product barcode without the scan-target context, the barcode icon without the border reads more simply.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/barcode-rectangle.svg" width="24" height="24" alt="Barcode Rectangle" />
<!-- React -->
import { BarcodeRectangle } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="barcode-rectangle.svg" width="48" height="48" style="image-rendering: pixelated" />