Skip to main content

File Type Ico


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_ico</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-ico" />
</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-ico" viewBox="0 0 24 24">
  <path d="M10.37 16.52q.435 0 .81.12c.375.12.5.18.76.3l.56-1.45c-.67-.32-1.38-.48-2.11-.48-.67 0-1.26.14-1.76.43s-.88.7-1.15 1.23c-.27.54-.4 1.16-.4 1.86 0 1.13.27 1.99.82 2.59q.825.9 2.37.9c.72 0 1.36-.13 1.93-.38v-1.56c-.29.12-.57.22-.85.3s-.58.13-.88.13c-1 0-1.5-.66-1.5-1.97 0-.63.12-1.13.37-1.49s.59-.54 1.03-.54ZM4 21.93h1.85v-6.82H4zM19.71 7.64 14.3 2.23a1 1 0 0 0-.71-.29H6c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1s1-.45 1-1v-9h6v5c0 .55.45 1 1 1h5v3c0 .55.45 1 1 1s1-.45 1-1V8.35c0-.27-.11-.52-.29-.71M16.69 15c-1.08 0-1.91.3-2.48.9s-.85 1.47-.85 2.6.29 2.02.86 2.62 1.39.9 2.46.9 1.91-.3 2.47-.9.84-1.47.84-2.62-.28-2.02-.84-2.62c-.56-.59-1.38-.89-2.47-.89Zm1.03 5.01c-.23.32-.57.48-1.04.48q-1.38 0-1.38-1.98c0-1.98.46-2 1.39-2 .45 0 .8.16 1.02.49s.34.83.34 1.51-.11 1.18-.34 1.5Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.