Skip to main content

File Type Cur


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_cur</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-cur" />
</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-cur" viewBox="0 0 24 24">
  <path d="M5.29 16.51q.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-.54ZM5 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 1m7.66 5.14c0 .49-.08.85-.25 1.06s-.44.32-.82.32c-.35 0-.62-.11-.8-.33s-.27-.57-.27-1.05v-4H8.67v4.15c0 .89.25 1.58.75 2.05.5.48 1.21.71 2.14.71s1.68-.25 2.19-.73c.5-.49.76-1.18.76-2.08v-4.11h-1.84v4Zm7.35-.13c.77-.43 1.16-1.04 1.16-1.83 0-1.34-.93-2.02-2.78-2.02h-2.24v6.82h1.84v-2.48h.47l1.45 2.48H22zm-1.67-.9H18v-1.56h.36c.63 0 .95.23.95.71 0 .57-.32.85-.97.85"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.