Skip to main content

Cursor Remove


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">cursor_remove</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-outlined-icons.svg#cursor-remove" />
</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-outline mi-cursor-remove" viewBox="0 0 24 24">
  <path d="M16.88 12.18 4.21 6.9c-.37-.16-.8-.07-1.09.22s-.37.72-.22 1.09l5.28 12.68c.16.38.52.62.92.62h.12c.44-.05.8-.39.87-.83l.74-4.42 4.13 4.13c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 0 0 0-1.41l-4.13-4.13 4.42-.74c.44-.07.78-.43.83-.87s-.2-.87-.61-1.04ZM9.66 13.7l-.98 3.2-3.01-7.22 7.22 3.01s-3.22 1.04-3.24 1.01Zm11.59-8.45h-6.5c-.41 0-.75.34-.75.75s.34.75.75.75h6.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.