Skip to main content

Public

  • 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">public</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#public" />
</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-public" viewBox="0 0 24 24">
  <path d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2m-7.79 8.21C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18c-1.1 0-2-.9-2-2v-1zM15 5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h6c.55 0 1 .45 1 1v3h1c.9 0 1.64.58 1.9 1.39C19.2 15.97 20 14.08 20 12c0-3.35-2.07-6.22-5-7.41z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.