Skip to main content

Inspect


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">inspect</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#inspect" />
</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-inspect" viewBox="0 0 24 24">
  <path d="M11.29 2.02C6 2.39 2 7.01 2 12.31V20c0 1.1.9 2 2 2h7.69c5.3 0 9.92-4 10.28-9.29.42-6.08-4.6-11.11-10.69-10.69Zm.64 4.31c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M15 17.86H8.94c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1.99v-6.23h-.79c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.79v7.23H15c.28 0 .5.22.5.5s-.22.5-.5.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.