Skip to main content

Drag Corner


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">drag_corner</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#drag-corner" />
</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-drag-corner" viewBox="0 0 24 24">
  <path d="M21.71 11.29a.996.996 0 0 0-1.41 0l-9 9a.996.996 0 0 0 .71 1.7c.26 0 .51-.1.71-.29l9-9a.996.996 0 0 0 0-1.41Zm-.9 4.91-4.6 4.6a.696.696 0 0 0 .49 1.19h4.6c.39 0 .7-.31.7-.7v-4.6c0-.62-.75-.93-1.19-.49"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.