Skip to main content

Snap Center

  • 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">snap_center</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#snap-center" />
</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-snap-center" viewBox="0 0 24 24">
  <path d="M12 2c5.523 0 10 4.478 10 10s-4.477 10-10 10S2 17.523 2 12 6.478 2 12 2m0 1.885c-4.474 0-8.115 3.64-8.115 8.115S7.526 20.115 12 20.115s8.115-3.64 8.115-8.115S16.475 3.885 12 3.885m0 5.288a2.828 2.828 0 1 1-.001 5.656A2.828 2.828 0 0 1 12 9.173"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.