Skip to main content

Uncombine


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">uncombine</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#uncombine" />
</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-uncombine" viewBox="0 0 24 24">
  <path d="m4.68 17.2 1.46-1.46c-1.01-1.72-1.11-3.84-.26-5.62l8 8c-.8.38-1.68.58-2.59.58-1.09 0-2.13-.29-3.04-.84L6.8 19.31c1.35.92 2.92 1.39 4.49 1.39 2.05 0 4.09-.78 5.66-2.34L5.64 7.05a8 8 0 0 0-.96 10.15M6 21.5H3.21l5.15-5.15c.2-.2.2-.51 0-.71s-.51-.2-.71 0L2.5 20.79V18c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4a.51.51 0 0 0 .5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5M17.86 8.26c1.01 1.72 1.11 3.84.26 5.62l-8-8c.8-.38 1.68-.58 2.59-.58 1.09 0 2.13.29 3.04.83l1.45-1.45a8 8 0 0 0-4.49-1.39c-2.05 0-4.09.78-5.66 2.34l11.31 11.31a8 8 0 0 0 .96-10.15l-1.46 1.46Zm4.6-6.45A.51.51 0 0 0 22 1.5h-4c-.28 0-.5.22-.5.5s.22.5.5.5h2.79l-5.15 5.15c-.2.2-.2.51 0 .71a.485.485 0 0 0 .7 0l5.15-5.15V6c0 .28.22.5.5.5s.5-.22.5-.5V2c0-.07-.01-.13-.04-.19Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.