Skip to main content

Edit

  • 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">edit</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#edit" />
</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-edit" viewBox="0 0 24 24">
  <path d="m17.808 9.941-11.06 11.06h-3.75v-3.75l11.06-11.06zM17.664 3c.264 0 .518.105.705.293l2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.829-3.75-3.75 1.83-1.83A1 1 0 0 1 17.664 3"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.