Skip to main content

Edit

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-edit"></i>

Icon font

<i class="modus-icons" aria-hidden="true">edit</i>

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#edit" />
</svg>

SVG code

<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