Skip to main content

Clock Delayed


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">clock_delayed</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#clock-delayed" />
</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-clock-delayed" viewBox="0 0 24 24">
  <path d="m20.116 15.402.54-3.801a.347.347 0 0 0-.648-.216l-.077.135a1419 1419 0 0 1-1.71 3l-.009.016-.729 1.277-.076.134-.793 1.398-.008.012c-.05.077-.298.456.2.456h2.099l-.54 3.801c-.036.216.132.396.348.396l.048-.003a.31.31 0 0 0 .252-.177q.207-.357.83-1.45.883-1.552 2.623-4.582c.132-.288 0-.396-.24-.396z"/>
  <path d="m16.404 21.202.198-1.397a2.3 2.3 0 0 1-1.432-.611c-.697-.662-.71-1.493-.642-1.918a2.5 2.5 0 0 1 .37-.961q.626-1.107 1.583-2.78.788-1.38 1.786-3.134a2.35 2.35 0 0 1 2.041-1.196c.927 0 1.683.513 2.07 1.237C21.624 5.675 17.47 2 12.5 2 7 2 2.5 6.5 2.5 12s4.5 10 10 10a9.9 9.9 0 0 0 3.904-.798M8.2 16.5c-.5-.5-.5-1.1 0-1.6l3.3-3.3V6.9c0-.6.5-1.1 1.1-1.1s1.1.5 1.1 1.1v5c0 .4-.1.7-.4 1l-3.6 3.6c-.4.4-1.1.4-1.5 0"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.