Skip to main content

File Edit


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">file_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="/modus-solid-icons.svg#file-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-solid mi-file-edit" viewBox="0 0 24 24">
  <path d="M17.27 20h-12V4h7l2.02 2.02 1.5-1.5-2.23-2.23a1 1 0 0 0-.71-.29H5.26c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9.05l-2 2V20Zm-10.5-4.12V18c0 .28.22.5.5.5h2.12c.13 0 .26-.05.35-.15l8.44-8.44-2.83-2.83-8.44 8.45a.5.5 0 0 0-.15.35ZM20.59 6.8l-2.12-2.12c-.2-.2-.51-.2-.71 0l-1.35 1.35 2.83 2.83 1.35-1.35c.2-.2.2-.51 0-.71"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.