Skip to main content

Briefcase


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">briefcase</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#briefcase" />
</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-briefcase" viewBox="0 0 24 24">
  <path d="M14.26 13.07c0 .83-.67 1.5-1.5 1.5h-1.52c-.83 0-1.5-.67-1.5-1.5V13H2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5h-7.74zm-1.5.5c.28 0 .5-.22.5-.5v-2.14c0-.28-.22-.5-.5-.5h-1.52c-.28 0-.5.22-.5.5v2.14c0 .28.22.5.5.5zM20 7.28h-4.25V5.94c0-1.1-.9-2-2-2h-3.5c-1.1 0-2 .9-2 2v1.34H4c-1.1 0-2 .9-2 2V11h7.74v-.07c0-.83.67-1.5 1.5-1.5h1.52c.83 0 1.5.67 1.5 1.5V11H22V9.28c0-1.1-.9-2-2-2m-5.92 0H9.91v-.95c0-.55.45-1 1-1h2.17c.55 0 1 .45 1 1z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.