Skip to main content

Screenshot


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">screenshot</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-outlined-icons.svg#screenshot" />
</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-outline mi-screenshot" viewBox="0 0 24 24">
  <path d="M10 9H9v3c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1m5 6h-1c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1zM3 5h2V3H3zm6-2H7v2h2zm4 0h-2v2h2zm2 2h2V3h-2zm4-2v2h2V3zm0 6h2V7h-2zm0 4h2v-2h-2zm0 4h2v-2h-2zm0 4h2v-2h-2zm-4 0h2v-2h-2zm-4 0h2v-2h-2zm-4 0h2v-2H7zm-4 0h2v-2H3zm0-4h2v-2H3zm0-4h2v-2H3zm0-4h2V7H3z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.