Skip to main content

Clash Set

  • Tags:

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">clash_set</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="/connect-icons.svg#clash-set" />
</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-connect mi-clash-set" viewBox="0 0 24 24">
  <path d="m14.035 5.235 3.96-2.42-.55 4.62 4.675.11-2.97 3.575L23 13.705l-4.345 1.375 1.815 4.29-4.51-1.21-.77 4.565-3.135-3.465-3.135 3.465-.77-4.565-4.51 1.21 1.815-4.29L1 13.65l3.85-2.585L1.88 7.49l4.675-.11-.55-4.62 3.96 2.42L12 1zM10.9 14.063v2.2h2.2v-2.2zm0-1.1h2.2v-5.5h-2.2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.