briefcase icon
briefcase-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- briefcase-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
briefcaseAkar IconsbriefcaseBootstrap IconsbriefcaseBoxIcons v2briefcaseBoxIcons v2 SolidbriefcaseCodiconsbriefcaseEmoji One (Colored)briefcaseElement Plusbriefcase-fillEva IconsbriefcaseFont Awesome 6 SolidbriefcaseFont Awesome SolidbriefcaseFeather Iconsbriefcase-outlineFlowbite Iconsbriefcase-12-filledFluent UI System Iconsbriefcase-16Fluent UI System Color IconsbriefcaseFluent EmojibriefcaseFluent Emoji FlatbriefcaseFluent Emoji High ContrastbriefcaseFirefox OS Emojibriefcasecss.ggbriefcaseHeroIconsbriefcaseHumbleiconsbriefcaseIconParkbriefcaseIconPark OutlinebriefcaseIconPark Solid
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="M17.734 11.91c0-1.945 1.008-2.93 2.954-2.93h14.625c1.945 0 2.93.985 2.93 2.93v2.11h-20.51Zm36.094 8.977c0-4.547-2.437-6.867-6.984-6.867h-4.969v-1.852c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102 0-6.633 2.016-6.633 6.586v1.852H9.156c-4.336 0-6.984 2.32-6.984 6.867v6.047h51.656ZM9.156 50.418h37.688c4.547 0 6.984-2.297 6.984-6.867V30.12h-16.43v1.383c0 1.922-1.125 3.023-3.046 3.023H21.555c-1.945 0-3.047-1.101-3.047-3.023V30.12H2.172v13.43c0 4.57 2.414 6.867 6.984 6.867"/></svg>
React
import type { SVGProps } from "react";
export function F7BriefcaseFill(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="M17.734 11.91c0-1.945 1.008-2.93 2.954-2.93h14.625c1.945 0 2.93.985 2.93 2.93v2.11h-20.51Zm36.094 8.977c0-4.547-2.437-6.867-6.984-6.867h-4.969v-1.852c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102 0-6.633 2.016-6.633 6.586v1.852H9.156c-4.336 0-6.984 2.32-6.984 6.867v6.047h51.656ZM9.156 50.418h37.688c4.547 0 6.984-2.297 6.984-6.867V30.12h-16.43v1.383c0 1.922-1.125 3.023-3.046 3.023H21.555c-1.945 0-3.047-1.101-3.047-3.023V30.12H2.172v13.43c0 4.57 2.414 6.867 6.984 6.867"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.734 11.91c0-1.945 1.008-2.93 2.954-2.93h14.625c1.945 0 2.93.985 2.93 2.93v2.11h-20.51Zm36.094 8.977c0-4.547-2.437-6.867-6.984-6.867h-4.969v-1.852c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102 0-6.633 2.016-6.633 6.586v1.852H9.156c-4.336 0-6.984 2.32-6.984 6.867v6.047h51.656ZM9.156 50.418h37.688c4.547 0 6.984-2.297 6.984-6.867V30.12h-16.43v1.383c0 1.922-1.125 3.023-3.046 3.023H21.555c-1.945 0-3.047-1.101-3.047-3.023V30.12H2.172v13.43c0 4.57 2.414 6.867 6.984 6.867"/></svg> </template>
CSS
.icon-briefcase-fill {
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%22M17.734%2011.91c0-1.945%201.008-2.93%202.954-2.93h14.625c1.945%200%202.93.985%202.93%202.93v2.11h-20.51Zm36.094%208.977c0-4.547-2.437-6.867-6.984-6.867h-4.969v-1.852c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102%200-6.633%202.016-6.633%206.586v1.852H9.156c-4.336%200-6.984%202.32-6.984%206.867v6.047h51.656ZM9.156%2050.418h37.688c4.547%200%206.984-2.297%206.984-6.867V30.12h-16.43v1.383c0%201.922-1.125%203.023-3.046%203.023H21.555c-1.945%200-3.047-1.101-3.047-3.023V30.12H2.172v13.43c0%204.57%202.414%206.867%206.984%206.867%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%22M17.734%2011.91c0-1.945%201.008-2.93%202.954-2.93h14.625c1.945%200%202.93.985%202.93%202.93v2.11h-20.51Zm36.094%208.977c0-4.547-2.437-6.867-6.984-6.867h-4.969v-1.852c0-4.57-2.273-6.586-6.61-6.586h-14.53c-4.102%200-6.633%202.016-6.633%206.586v1.852H9.156c-4.336%200-6.984%202.32-6.984%206.867v6.047h51.656ZM9.156%2050.418h37.688c4.547%200%206.984-2.297%206.984-6.867V30.12h-16.43v1.383c0%201.922-1.125%203.023-3.046%203.023H21.555c-1.945%200-3.047-1.101-3.047-3.023V30.12H2.172v13.43c0%204.57%202.414%206.867%206.984%206.867%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/briefcase-fill.svg?color=%231a73e8&size=48