Skip to main content

Cloud Download


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_download</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-download" />
</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-download" viewBox="0 0 24 24">
  <path d="M15.51 12.57h-1.97V9.93c0-.27-.23-.5-.5-.5h-2.11c-.28 0-.5.23-.5.5v2.64H8.47c-.23 0-.34.28-.18.44l3.35 3.35c.2.2.51.2.71 0l3.35-3.35c.17-.16.05-.44-.18-.44Zm4.42-.95c.04-.29.07-.57.07-.87 0-3.45-2.8-6.25-6.25-6.25-2.53 0-4.7 1.5-5.68 3.66-.42-.1-.86-.16-1.32-.16C3.57 8 1 10.57 1 13.75s2.57 5.75 5.75 5.75H19c2.21 0 4-1.79 4-4a3.99 3.99 0 0 0-3.07-3.88M19 17.5H6.75C4.68 17.5 3 15.82 3 13.75a3.75 3.75 0 0 1 4.61-3.65l1.6.38.68-1.49a4.27 4.27 0 0 1 3.86-2.49A4.26 4.26 0 0 1 18 10.75c0 .2-.02.4-.05.6l-.25 1.8 1.76.42c.9.22 1.53 1.01 1.53 1.93 0 1.1-.9 2-2 2Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.