Skip to main content

Edit Line


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_line</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="/transportation-icons.svg#edit-line" />
</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-solid mi-edit-line" viewBox="0 0 24 24">
  <path d="M3.81 16.5c-.1-.2-.2-.3-.2-.5l-1.4.5c.1.2.2.5.3.7a4.4 4.4 0 0 0 .9 1.1l1-1c-.2-.3-.4-.5-.6-.8m1.5-4.1-.7-1.2a5.1 5.1 0 0 0-1.7 1.4l1.1.9a2.97 2.97 0 0 1 1.3-1.1m-1.7 1.7c0-.1 0-.2.1-.2l-1.4-.6c-.1.2-.1.3-.2.5a11 11 0 0 0-.1 1.8l1.4-.2a7 7 0 0 1 .2-1.3m5.6-6 1.3.6a3.35 3.35 0 0 0 .2-2.4l-1.5.5a1.48 1.48 0 0 1 0 1.3m-.2-1.7 1.1-.9a3.4 3.4 0 0 0-1.8-1.2h-.2l-.3 1.4h.2a3.6 3.6 0 0 1 1 .7m-2.1 11.9.1 1.4a4.53 4.53 0 0 0 2.2-.8l-.9-1.2a3 3 0 0 1-1.4.6m2-9.6a7.3 7.3 0 0 1-1.3.9l.7 1.3a7.6 7.6 0 0 0 1.7-1.3v-.1zm-1.9 1.2c-.3.2-.6.3-.9.5a3.6 3.6 0 0 1-.9.4l.7 1.3a6 6 0 0 1 .8-.4c.3-.2.6-.3.9-.5Zm-2.9 9a6 6 0 0 0 2.1.8l.2-1.4a4.7 4.7 0 0 1-1.5-.6Zm6-3.6.3 2.7 2.6-.3 7-8.5-2.9-2.4ZM21.71 6l-1.8-1.5a.77.77 0 0 0-1 .1L17.81 6l2.9 2.4 1.1-1.4a.668.668 0 0 0-.1-1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.