Skip to main content

Design

  • 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">design</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#design" />
</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-design" viewBox="0 0 24 24">
  <path d="M4.75 17.5a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m14.5 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5M17.814 7.096c.418.256.91.404 1.436.404.45 0 .875-.108 1.25-.3v9.6a2.74 2.74 0 0 0-2-.197V15.59L15.089 19h1.422a2.8 2.8 0 0 0 .289 1.5H7.2a2.74 2.74 0 0 0 .29-1.5h2.921l-.25-.25 8.339-8.339V7.59L7.436 18.654a2.7 2.7 0 0 0-.34-.84zM11.09 19h3.322l-.25-.25 4.339-4.339V11.59zM16.8 3.5a2.74 2.74 0 0 0-.195 2h-.015L5.5 16.589v.015a2.75 2.75 0 0 0-2 .196V7.2a2.74 2.74 0 0 0 2 .196v.015l.02-.02A2.75 2.75 0 0 0 7.39 5.52l.021-.02h-.015a2.75 2.75 0 0 0-.196-2zM5.5 12.589v2.822L15.411 5.5H12.59zm0-4v2.822L11.411 5.5H8.59zM4.75 3a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m14.5 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.