Skip to main content

File Type Text


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_text</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-text" />
</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-text" viewBox="0 0 24 24">
  <path d="M17.89 15.18h-2.11l-1.19 2.11-1.23-2.11h-2.04l2.13 3.33L11.19 22h2.09l1.32-2.13L15.93 22h2.13l-2.32-3.35 2.16-3.48ZM6.66 22h4.05v-1.5H8.5v-1.29h2.04v-1.48H8.5v-1.07h2.21v-1.48H6.66zM.51 16.68h1.67V22h1.84v-5.32h1.66v-1.51H.51zm17.81-1.5v1.51h1.67v5.32h1.84v-5.32h1.66v-1.51zM20 12.94V8.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 1s1-.45 1-1v-9h6v5c0 .55.45 1 1 1h5v3c0 .55.45 1 1 1s1-.45 1-1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.