Scan Line Pixel Art Icon
A scan-line icon for document scanning, area selection, progress sweeps and camera-based capture flows.
Tags
scan
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Scan Line icon
A rectangular frame with a horizontal scan line moving through it, suggesting an active scanning pass. It suits document-scanning apps, image-capture flows, fingerprint or face-scan progress indicators, and any UI element that implies a sweeping read of an area. Because it is generic, it works where the type of scan matters less than the action itself. For specific barcode or QR scanning, the scan-barcode or qr-code icon sets clearer expectations.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/scan-line.svg" width="24" height="24" alt="Scan Line" />
<!-- React -->
import { ScanLine } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="scan-line.svg" width="48" height="48" style="image-rendering: pixelated" />