Skip to main content

Scan Barcode


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">scan_barcode</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#scan-barcode" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-scan-barcode" viewBox="0 0 24 24">
  <path d="M4 14H2v4c0 1.1.9 2 2 2h4v-2H4zm2.03 2h3V8h-3zm3.97.02h1v-8h-1zM4 6h4V4H4c-1.1 0-2 .9-2 2v4h2zm13 2.02v8h1v-8zM20 18h-4v2h4c1.1 0 2-.9 2-2v-4h-2zm0-14h-4v2h4v4h2V6c0-1.1-.9-2-2-2m-5 12.02h1v-8h-1zm-3 0h2v-8h-2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.