Skip to main content

File Type Xls


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_type_xls</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-type-xls" />
</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-type-xls" viewBox="0 0 24 24">
  <path d="M5 13.94c.55 0 1-.45 1-1v-9h6v5c0 .55.45 1 1 1h5v3c0 .55.45 1 1 1s1-.45 1-1V8.35c0-.27-.11-.52-.29-.71L14.3 2.23a1 1 0 0 0-.71-.29H6c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1m4.87 1.16H7.76l-1.19 2.11-1.23-2.11H3.3l2.13 3.33-2.26 3.49h2.09l1.32-2.13 1.33 2.13h2.13l-2.32-3.35 2.16-3.48Zm9.39 2.75c-.61-.28-.99-.47-1.13-.58q-.21-.165-.21-.36c0-.12.05-.23.16-.31s.28-.13.52-.13c.46 0 1.01.15 1.65.44l.57-1.42c-.73-.33-1.46-.49-2.16-.49-.8 0-1.43.18-1.89.53q-.69.525-.69 1.47c0 .34.05.63.16.87s.27.46.49.65.56.39 1 .59c.49.22.79.37.91.44.11.07.2.14.25.21s.08.15.08.24c0 .15-.06.27-.19.37-.13.09-.33.14-.6.14q-.48 0-1.05-.15c-.38-.1-.75-.24-1.1-.42v1.64q.495.24.96.33c.31.06.69.1 1.14.1.54 0 1.02-.09 1.42-.27s.71-.44.93-.77c.21-.33.32-.7.32-1.13 0-.46-.11-.84-.34-1.15-.23-.3-.64-.59-1.22-.85Zm-6.61-2.75h-1.84v6.82h4.47v-1.49h-2.63z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.