Skip to main content

Clock Question Mark


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_question_mark</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#clock-question-mark" />
</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-clock-question-mark" viewBox="0 0 24 24">
  <path d="M2 12C2 6.5 6.5 2 12 2c5.184 0 9.48 3.998 9.956 9.064a4.74 4.74 0 0 0-2.193-1C18.894 6.586 15.743 4 12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8a7.95 7.95 0 0 0 4.113-1.141v1.322a3 3 0 0 0-.109.977A9.9 9.9 0 0 1 12 22C6.5 22 2 17.5 2 12"/>
  <path d="M7.7 16.5c.4.4 1.1.4 1.5 0l3.6-3.6c.3-.3.4-.6.4-1v-5c0-.6-.5-1.1-1.1-1.1S11 6.3 11 6.9v4.7l-3.3 3.3c-.5.5-.5 1.1 0 1.6m12.19 2.778v-.2q0-.182.015-.345.019-.2.065-.392l.003-.01a1.8 1.8 0 0 1 .198-.486l.008-.014c.116-.194.267-.37.456-.563l.616-.632c.523-.523.84-1.34.642-2.224l-.001-.006a2.9 2.9 0 0 0-.489-1.053c-.412-.57-.961-.99-1.562-1.2l-.012-.004a2.65 2.65 0 0 0-1.276-.117 2.96 2.96 0 0 0-2.378 2.09.8.8 0 0 0 .128.712c.152.2.377.313.625.313h.208c.326 0 .61-.209.733-.53l.001-.003a1.2 1.2 0 0 1 .256-.457c.183-.205.43-.338.7-.378l.016-.003.018-.002a1.2 1.2 0 0 1 .478.044c.283.083.528.282.675.535l.003.004a1.22 1.22 0 0 1 .046 1.088l-.01.021a1.1 1.1 0 0 1-.226.305l-.857.873a2.9 2.9 0 0 0-.738 1.255l-.006.02a3 3 0 0 0-.112.814v.545zM20 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.