Skip to main content

Control Compass


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">control_compass</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#control-compass" />
</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-control-compass" viewBox="0 0 24 24">
  <path d="M7.99 13.29c1.29-.49 2.65-.75 4.01-.77 1.37.02 2.72.28 4.01.77l-4.01-9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10A10.03 10.03 0 0 0 12 2m.09 17.9H12c-4.36 0-7.9-3.54-7.9-7.9S7.64 4.1 12 4.1s7.9 3.54 7.9 7.9c.03 4.34-3.47 7.87-7.81 7.9"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.