Skip to main content

Eraser


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">eraser</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#eraser" />
</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-eraser" viewBox="0 0 24 24">
  <path d="m19.6 8.11-4.24-4.24c-.68-.68-1.79-.68-2.48 0L4.4 12.35a1.75 1.75 0 0 0 0 2.47l2.83 2.83c.71.71 1.65 1.1 2.65 1.1s1.94-.39 2.65-1.1l7.07-7.07c.68-.68.68-1.79 0-2.47m-8.13 8.48c-.85.85-2.33.85-3.18 0l-2.83-2.83c-.1-.1-.1-.26 0-.35L11 7.87l4.6 4.6-4.12 4.12ZM20 18c0 .41-.34.75-.75.75h-6.49c.16-.13.33-.24.48-.39l1.11-1.11h4.9c.41 0 .75.34.75.75"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.