Skip to main content

Worksos

  • 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">worksos</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#worksos" />
</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-worksos" viewBox="0 0 24 24">
  <path d="M8.473 11.377h-1.79a2.163 2.163 0 0 0-4.18.785 2.163 2.163 0 0 0 4.302.321h1.668v6.58h-3.67C2.273 19.064 0 16.709 0 13.707 0 10.905 2.004 8.51 4.306 8.22c.85-1.935 1.937-3.704 4.167-3.982zm1.079-7.16c2.934.173 4.262 1.227 4.811 3.765a3.9 3.9 0 0 1 1.907-.501c2.212 0 4.435 1.531 4.235 4.45 1.58.13 3.29 1.723 3.29 3.634 0 1.998-1.595 3.498-3.272 3.498H9.552v-4.316h4.536a2.163 2.163 0 1 0 2.013-2.953c-.993 0-1.829.672-2.083 1.584H9.552z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.