Skip to main content

Cloud Upload


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_upload</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-upload" />
</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-upload" viewBox="0 0 24 24">
  <path d="M12.35 9.07c-.2-.2-.51-.2-.71 0l-3.35 3.35c-.17.16-.05.44.18.44h1.97v2.64c0 .27.23.5.5.5h2.11c.28 0 .5-.23.5-.5v-2.64h1.96c.23 0 .34-.28.18-.44l-3.35-3.35Zm7.58 2.05c.04-.29.07-.57.07-.87C20 6.8 17.2 4 13.75 4c-2.53 0-4.7 1.5-5.68 3.66-.42-.1-.86-.16-1.32-.16C3.57 7.5 1 10.07 1 13.25S3.57 19 6.75 19H19c2.21 0 4-1.79 4-4a3.99 3.99 0 0 0-3.07-3.88M19 17H6.75C4.68 17 3 15.32 3 13.25A3.75 3.75 0 0 1 7.61 9.6l1.6.38.68-1.49A4.27 4.27 0 0 1 13.75 6 4.26 4.26 0 0 1 18 10.25c0 .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.