Skip to main content

Show Closest

  • Tags:

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">show_closest</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="/transportation-icons.svg#show-closest" />
</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-show-closest" viewBox="0 0 24 24">
  <path d="M12 2a10 10 0 1 0 10 10A10.03 10.03 0 0 0 12 2m0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.493 8.493 0 0 1-8.5 8.5m4-9.401a4.001 4.001 0 1 0-8 0 4.07 4.07 0 0 0 2.923 3.93L12 18l1.077-2.972A4.07 4.07 0 0 0 16 11.098ZM12 13a2 2 0 1 1 2-2 2 2 0 0 1-2 2"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.