Skip to main content

File Secure


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_secure</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-solid-icons.svg#file-secure" />
</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-solid mi-file-secure" viewBox="0 0 24 24">
  <path d="M4.25 20V4h6v5c0 .55.45 1 1 1h5v.77l.03-.01c.29-.12.61-.18.94-.18.36 0 .7.08 1.03.22V8.42c0-.27-.11-.52-.29-.71l-5.12-5.12c-.38-.38-.88-.59-1.41-.59H4.26c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10.27c-.54-.63-1.01-1.29-1.42-2zm17.18-6.44-3.78-1.7c-.26-.12-.57-.13-.84-.02l-3.74 1.46c-.23.09-.37.32-.34.56l.14 1.02c.39 2.87 1.81 5.5 4.01 7.4.1.09.22.13.35.13s.25-.04.35-.13c2.2-1.9 3.63-4.53 4.04-7.4l.11-.77a.52.52 0 0 0-.31-.55Zm-.85 1.17a10.97 10.97 0 0 1-3.34 6.43v-8.31l3.38 1.52-.05.37Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.