Skip to main content

Briefcase


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

Using the web font? Copy, paste, and go.

<i class="wiw-icon wiw-briefcase"></i>

Code point

  • Unicode: U+F117
  • CSS: \F117
  • JS: \uF117
  • HTML: &#xF117;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-briefcase" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M9 6h6V5c0-.552-.449-1-1-1h-4c-.551 0-1 .448-1 1v1Zm7 2H8a1 1 0 0 1-1-1V5c0-1.654 1.346-3 3-3h4c1.654 0 3 1.346 3 3v2a1 1 0 0 1-1 1Z"/>
    <path d="M3 8c-.551 0-1 .448-1 1v10c0 .552.449 1 1 1h18c.551 0 1-.448 1-1V9c0-.552-.449-1-1-1H3Zm18 14H3c-1.654 0-3-1.346-3-3V9c0-1.654 1.346-3 3-3h18c1.654 0 3 1.346 3 3v10c0 1.654-1.346 3-3 3Z"/>
    <path d="M5 23a2 2 0 0 0 2-2H3a2 2 0 0 0 2 2m14 0a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2"/>
  </g>
</svg>