Skip to main content

File Type Log


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_log</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-log" />
</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-log" viewBox="0 0 24 24">
  <path d="M4.29 15.11H2.45v6.82h4.47v-1.49H4.29zM5 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 1M11.32 15c-1.08 0-1.91.3-2.48.9s-.85 1.47-.85 2.6.29 2.02.86 2.62q.855.9 2.46.9c1.605 0 1.91-.3 2.47-.9s.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.5Zm6.26-2.07v1.42h1.22v1.07c-.23.05-.48.08-.76.08-.5 0-.88-.17-1.15-.5s-.4-.82-.4-1.46.15-1.15.44-1.5.71-.52 1.25-.52q.885 0 1.62.36l.58-1.45c-.28-.12-.62-.23-1-.31a6 6 0 0 0-1.22-.12c-1.13 0-2.01.31-2.64.92s-.94 1.47-.94 2.57.29 2 .86 2.61 1.39.91 2.44.91c.96 0 1.84-.14 2.64-.41v-3.68H18.6Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.