Skip to main content

Folder Unlocked


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">folder_unlocked</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#folder-unlocked" />
</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-folder-unlocked" viewBox="0 0 24 24">
  <path d="M7.21 11.5h11.21c.76-.64 1.69-1 2.71-1 .08 0 .16.02.24.02-.34-.6-.98-1.02-1.74-1.02H7.21c-.97 0-1.8.7-1.97 1.65L4.03 18H4V6h5l2 2h10c.55 0 1-.45 1-1s-.45-1-1-1h-9l-1.71-1.71A1 1 0 0 0 9.58 4H3.99c-1.1 0-2 .9-2 2v12.32c0 .93.75 1.68 1.68 1.68h7.32v-2H6.05l1.15-6.5ZM23.78 14a2.73 2.73 0 0 0-2.64-2c-.72 0-1.52.27-2.13 1.01-.43.51-.62 1.18-.62 1.85v.94h-4.78c-.61 0-1.1.49-1.1 1.1v4.99c0 .61.49 1.1 1.1 1.1h6.6c.61 0 1.1-.49 1.1-1.1V16.9c0-.61-.49-1.1-1.1-1.1h-.72v-.97c0-.81.55-1.57 1.35-1.71a1.647 1.647 0 0 1 1.88 1.15c.07.24.28.42.53.42.37 0 .63-.35.53-.7Zm-6.89 6.25c-.61 0-1.1-.49-1.1-1.1s.49-1.1 1.1-1.1 1.1.49 1.1 1.1-.49 1.1-1.1 1.1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.