Skip to main content

Hourglass


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">hourglass</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#hourglass" />
</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-hourglass" viewBox="0 0 24 24">
  <path d="M17.41 15.41 14 12l3.41-3.43c.37-.37.58-.88.58-1.41V4C18 2.9 17.1 2 16 2H8c-1.1 0-2 .9-2 2v3.16c0 .53.21 1.04.58 1.42L10 12l-3.41 3.4c-.38.38-.59.89-.59 1.42V20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.18a2.07 2.07 0 0 0-.59-1.41M8.29 7.79c-.18-.18-.29-.44-.29-.7V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.09c0 .27-.11.52-.29.71L12 11.5zM9.5 15l2.5-2.5 2.5 2.5z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.