Skip to main content

File Cloud


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">file_cloud</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#file-cloud" />
</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-file-cloud" viewBox="0 0 24 24">
  <path d="M18 19.49V20H6V4h6v5c0 .55.45 1 1 1h5v.51h.08c.65 0 1.32.22 1.92.6V8.43c0-.27-.11-.52-.29-.71L14.3 2.31a1 1 0 0 0-.71-.29H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.52h-2ZM14 5l3 3h-3zm6.84 12.93q-.225.06-.45.06h-5.31c-1.27 0-2.3-1.02-2.31-2.29 0-.68.38-1.31.9-1.74.83-.68 1.5-.65 2.1-.46a2.53 2.53 0 0 1 2.31-1.5c.46 0 .91.19 1.28.47 1.14.86 1.32 1.62 1.25 2.31.61.09 1.15.52 1.33 1.15.25.86-.24 1.75-1.1 2"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.