briefcase from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
briefcase
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the briefcase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.156 50.582h37.688c4.851 0 7.265-2.344 7.265-7.148V20.629c0-4.781-2.414-7.149-7.265-7.149h-4.969v-1.476c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102 0-6.633 2.016-6.633 6.586v1.476H9.156c-4.851 0-7.265 2.368-7.265 7.149v22.805c0 4.804 2.414 7.148 7.265 7.148m8.578-38.836c0-1.945 1.008-2.93 2.953-2.93h14.626c1.945 0 2.93.985 2.93 2.93v1.734h-20.51Zm-12.07 9.07c0-2.39 1.219-3.585 3.54-3.585h37.593c2.297 0 3.539 1.195 3.539 3.585v6.188H5.664Zm3.54 26.016c-2.321 0-3.54-1.172-3.54-3.586V30.52h13.078v1.454c0 1.922 1.102 3.023 3.047 3.023h12.422c1.922 0 3.047-1.102 3.047-3.023V30.52h13.078v12.726c0 2.414-1.242 3.586-3.539 3.586Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Briefcase(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.156 50.582h37.688c4.851 0 7.265-2.344 7.265-7.148V20.629c0-4.781-2.414-7.149-7.265-7.149h-4.969v-1.476c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102 0-6.633 2.016-6.633 6.586v1.476H9.156c-4.851 0-7.265 2.368-7.265 7.149v22.805c0 4.804 2.414 7.148 7.265 7.148m8.578-38.836c0-1.945 1.008-2.93 2.953-2.93h14.626c1.945 0 2.93.985 2.93 2.93v1.734h-20.51Zm-12.07 9.07c0-2.39 1.219-3.585 3.54-3.585h37.593c2.297 0 3.539 1.195 3.539 3.585v6.188H5.664Zm3.54 26.016c-2.321 0-3.54-1.172-3.54-3.586V30.52h13.078v1.454c0 1.922 1.102 3.023 3.047 3.023h12.422c1.922 0 3.047-1.102 3.047-3.023V30.52h13.078v12.726c0 2.414-1.242 3.586-3.539 3.586Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.156 50.582h37.688c4.851 0 7.265-2.344 7.265-7.148V20.629c0-4.781-2.414-7.149-7.265-7.149h-4.969v-1.476c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102 0-6.633 2.016-6.633 6.586v1.476H9.156c-4.851 0-7.265 2.368-7.265 7.149v22.805c0 4.804 2.414 7.148 7.265 7.148m8.578-38.836c0-1.945 1.008-2.93 2.953-2.93h14.626c1.945 0 2.93.985 2.93 2.93v1.734h-20.51Zm-12.07 9.07c0-2.39 1.219-3.585 3.54-3.585h37.593c2.297 0 3.539 1.195 3.539 3.585v6.188H5.664Zm3.54 26.016c-2.321 0-3.54-1.172-3.54-3.586V30.52h13.078v1.454c0 1.922 1.102 3.023 3.047 3.023h12.422c1.922 0 3.047-1.102 3.047-3.023V30.52h13.078v12.726c0 2.414-1.242 3.586-3.539 3.586Z"/></svg>
</template>

CSS

.icon-briefcase {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.156%2050.582h37.688c4.851%200%207.265-2.344%207.265-7.148V20.629c0-4.781-2.414-7.149-7.265-7.149h-4.969v-1.476c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102%200-6.633%202.016-6.633%206.586v1.476H9.156c-4.851%200-7.265%202.368-7.265%207.149v22.805c0%204.804%202.414%207.148%207.265%207.148m8.578-38.836c0-1.945%201.008-2.93%202.953-2.93h14.626c1.945%200%202.93.985%202.93%202.93v1.734h-20.51Zm-12.07%209.07c0-2.39%201.219-3.585%203.54-3.585h37.593c2.297%200%203.539%201.195%203.539%203.585v6.188H5.664Zm3.54%2026.016c-2.321%200-3.54-1.172-3.54-3.586V30.52h13.078v1.454c0%201.922%201.102%203.023%203.047%203.023h12.422c1.922%200%203.047-1.102%203.047-3.023V30.52h13.078v12.726c0%202.414-1.242%203.586-3.539%203.586Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.156%2050.582h37.688c4.851%200%207.265-2.344%207.265-7.148V20.629c0-4.781-2.414-7.149-7.265-7.149h-4.969v-1.476c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102%200-6.633%202.016-6.633%206.586v1.476H9.156c-4.851%200-7.265%202.368-7.265%207.149v22.805c0%204.804%202.414%207.148%207.265%207.148m8.578-38.836c0-1.945%201.008-2.93%202.953-2.93h14.626c1.945%200%202.93.985%202.93%202.93v1.734h-20.51Zm-12.07%209.07c0-2.39%201.219-3.585%203.54-3.585h37.593c2.297%200%203.539%201.195%203.539%203.585v6.188H5.664Zm3.54%2026.016c-2.321%200-3.54-1.172-3.54-3.586V30.52h13.078v1.454c0%201.922%201.102%203.023%203.047%203.023h12.422c1.922%200%203.047-1.102%203.047-3.023V30.52h13.078v12.726c0%202.414-1.242%203.586-3.539%203.586Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/briefcase.svg?color=%231a73e8&size=48