Skip to main content

Combine


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">combine</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#combine" />
</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-combine" viewBox="0 0 24 24">
  <path d="M8.69 15.04A.4.4 0 0 0 8.5 15h-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.15v2.79c0 .28.22.5.5.5s.5-.22.5-.5v-4a.51.51 0 0 0-.31-.46ZM3.42 14h2.03c-.28-1.29-.15-2.66.43-3.88l8 8a6.02 6.02 0 0 1-3.88.44v2.02c.43.07.86.12 1.29.12 2.05 0 4.09-.78 5.66-2.34L5.64 7.05C3.75 8.94 3.02 11.55 3.42 14M21.86 2.15c-.2-.2-.51-.2-.71 0L16 7.3V4.51c0-.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-.5h-2.79l5.15-5.15c.2-.2.2-.51 0-.71M18.55 10c.28 1.3.15 2.66-.43 3.88l-8-8A6.02 6.02 0 0 1 14 5.44V3.42a8 8 0 0 0-1.29-.12c-2.05 0-4.09.78-5.66 2.34l11.31 11.31c1.89-1.89 2.62-4.5 2.22-6.95z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.