Skip to main content

Qr Code


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">qr_code</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#qr-code" />
</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-qr-code" viewBox="0 0 24 24">
  <path d="M18.24 12.75h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5m-9.99 2h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5m4.99 0h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5m3-7.88h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5m-6.5-1.99H5.76c-.55 0-1 .45-1 1v3.98c0 .55.45 1 1 1h3.98c.55 0 1-.45 1-1V5.88c0-.55-.45-1-1-1m0 5.48v-.5H5.76V5.88h3.98zm4.01.38h3.98c.55 0 1-.45 1-1V5.76c0-.55-.45-1-1-1h-3.98c-.55 0-1 .45-1 1v3.98c0 .55.45 1 1 1m0-4.98h3.98v3.98h-3.98zm4.49 10.99h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5m-10-10h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5m6 10h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5m-4.5-3.99H5.76c-.55 0-1 .45-1 1v3.98c0 .55.45 1 1 1h3.98c.55 0 1-.45 1-1v-3.98c0-.55-.45-1-1-1m0 5.48v-.5H5.76v-3.98h3.98zm6.5-3.49h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.