Skip to main content

File Type Tif


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_tif</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-tif" />
</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-tif" viewBox="0 0 24 24">
  <path d="M11.39 22h1.85v-6.82h-1.85zM4 16.68h1.67V22h1.84v-5.32h1.66v-1.51H4zM15.97 22h1.82v-2.56h2.04v-1.48h-2.04v-1.3h2.22v-1.48h-4.03V22Zm3.74-14.36L14.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-.71"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.