Skip to main content

Cloud Connected


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">cloud_connected</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#cloud-connected" />
</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-cloud-connected" viewBox="0 0 24 24">
  <path d="M21.25 19.25h-7.4c-.2-.5-.6-.9-1.1-1.1v-3.17h5.17c.41 0 .75-.04 1.08-.14 2.07-.6 3.26-2.76 2.66-4.83a3.91 3.91 0 0 0-2.55-2.62 5.71 5.71 0 0 0-5.7-5.59c-2.01 0-3.87 1.07-4.9 2.8-.33-.07-.64-.1-.95-.1a5.25 5.25 0 1 0 0 10.5v-.02h3.69v3.17c-.5.2-.9.6-1.1 1.1h-7.4c-.41 0-.75.34-.75.75s.34.75.75.75h7.4c.3.73 1.01 1.25 1.85 1.25s1.55-.52 1.85-1.25h7.4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M3.81 9.76c0-2.07 1.68-3.75 3.75-3.75h.01c.34-.01.69.05 1.11.18l.63.2.27-.61a4.21 4.21 0 0 1 3.83-2.48 4.2 4.2 0 0 1 4.2 4.2c0 .14-.01.27-.02.41l-.07.72.71.1c.94.13 1.72.8 1.98 1.71.18.61.11 1.26-.2 1.82-.3.56-.81.97-1.43 1.15-.19.06-.4.08-.66.1H7.56c-2.07 0-3.75-1.68-3.75-3.75"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.