Skip to main content

Spinner2

  • 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">spinner2</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="/connect-icons.svg#spinner2" />
</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-connect mi-spinner2" viewBox="0 0 24 24">
  <path d="M12.524 18.775a1.523 1.523 0 0 1 1.52 1.53 1.522 1.522 0 1 1-3.045-.009 1.524 1.524 0 0 1 1.525-1.52M5.756 16.76a1.794 1.794 0 0 1 2.527 0 1.777 1.777 0 0 1 0 2.521 1.79 1.79 0 0 1-2.527 0 1.78 1.78 0 0 1 0-2.521m11.552.538a1.02 1.02 0 0 1 1.445-.002c.4.401.4 1.05.002 1.451-.4.401-1.046.401-1.447.002a1.03 1.03 0 0 1 0-1.451m-12.569-6.52a1.74 1.74 0 1 1 0 3.479 1.74 1.74 0 0 1 0-3.479m15.567.744a.995.995 0 1 1-.002 1.99.995.995 0 0 1 .002-1.99M5.719 5.707a1.845 1.845 0 1 1 2.61 2.612 1.84 1.84 0 0 1-2.61 0 1.85 1.85 0 0 1 0-2.612m11.755.75a.78.78 0 0 1 1.105 0 .787.787 0 0 1 0 1.11.78.78 0 0 1-1.105 0 .786.786 0 0 1 0-1.11M12.524 2a2.734 2.734 0 0 1 0 5.466 2.734 2.734 0 0 1 0-5.466"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.