Skip to main content

Move


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">move</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#move" />
</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-move" viewBox="0 0 24 24">
  <path d="m21.86 11.66-2.68-2.68a.503.503 0 0 0-.86.35v1.68h-5.34V5.68h1.69c.44 0 .66-.54.35-.86l-2.68-2.68c-.2-.2-.51-.2-.71 0L8.95 4.82c-.32.32-.09.86.35.86h1.68v5.34H5.65V9.33c0-.44-.54-.66-.86-.35l-2.68 2.68c-.2.2-.2.51 0 .71l2.68 2.68c.32.32.86.09.86-.35v-1.68h5.34v5.33H9.3c-.44 0-.66.54-.35.86l2.68 2.68c.2.2.51.2.71 0l2.68-2.68c.32-.32.09-.86-.35-.86h-1.68v-5.34h5.33v1.69c0 .44.54.66.86.35l2.68-2.68c.2-.2.2-.51 0-.71"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.