Skip to main content

Folder Locked


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_locked</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-locked" />
</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-locked" viewBox="0 0 24 24">
  <path d="M7.21 11.5h7.95a4.71 4.71 0 0 1 4.06-1.46c.9.12 1.7.5 2.36 1.06-.19-.89-.97-1.6-1.95-1.6H7.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.68h8.52v-2H6.05l1.15-6.5Zm14.97 4.31h-.82v-.92c0-1.4-.99-2.68-2.38-2.86-.13-.02-.25-.02-.37-.02-1.52 0-2.75 1.23-2.75 2.75v1.06h-.65c-.55 0-1 .45-1 1v5.37c0 .46.37.82.82.82h7.15c.46 0 .82-.37.82-.82v-5.54c0-.46-.37-.82-.82-.82Zm-3.57 4.45c-.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.1m1.64-4.45h-3.3v-.96c0-.81.55-1.57 1.35-1.72q.15-.03.3-.03c.91 0 1.65.74 1.65 1.65z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.