briefcase icon
briefcase-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- briefcase-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
briefcaseAkar IconsbriefcaseBootstrap IconsbriefcaseBoxIcons v2briefcaseBoxIcons v2 SolidbriefcaseCodiconsbriefcaseEmoji One (Colored)briefcaseElement Plusbriefcase-fillEva IconsbriefcaseFramework7 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.ggbriefcaseHumbleiconsbriefcaseIconParkbriefcaseIconPark OutlinebriefcaseIconPark Solid
Use the briefcase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.5 5.25a3 3 0 0 1 3-3h3a3 3 0 0 1 3 3v.205q1.399.128 2.774.334c1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.7 24.7 0 0 1 12 15.75a24.7 24.7 0 0 1-7.814-1.259c-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A49 49 0 0 1 7.5 5.455zm7.5 0v.09a50 50 0 0 0-6 0v-.09a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3 8.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/><path d="M3 18.4v-2.796a4.3 4.3 0 0 0 .713.31A26.2 26.2 0 0 0 12 17.25c2.892 0 5.68-.468 8.287-1.335q.378-.127.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923c-2.12.282-4.282.427-6.477.427a49 49 0 0 1-6.477-.427C4.047 21.128 3 19.852 3 18.4"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsBriefcaseSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M7.5 5.25a3 3 0 0 1 3-3h3a3 3 0 0 1 3 3v.205q1.399.128 2.774.334c1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.7 24.7 0 0 1 12 15.75a24.7 24.7 0 0 1-7.814-1.259c-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A49 49 0 0 1 7.5 5.455zm7.5 0v.09a50 50 0 0 0-6 0v-.09a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3 8.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clipRule="evenodd"/><path d="M3 18.4v-2.796a4.3 4.3 0 0 0 .713.31A26.2 26.2 0 0 0 12 17.25c2.892 0 5.68-.468 8.287-1.335q.378-.127.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923c-2.12.282-4.282.427-6.477.427a49 49 0 0 1-6.477-.427C4.047 21.128 3 19.852 3 18.4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.5 5.25a3 3 0 0 1 3-3h3a3 3 0 0 1 3 3v.205q1.399.128 2.774.334c1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.7 24.7 0 0 1 12 15.75a24.7 24.7 0 0 1-7.814-1.259c-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A49 49 0 0 1 7.5 5.455zm7.5 0v.09a50 50 0 0 0-6 0v-.09a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3 8.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/><path d="M3 18.4v-2.796a4.3 4.3 0 0 0 .713.31A26.2 26.2 0 0 0 12 17.25c2.892 0 5.68-.468 8.287-1.335q.378-.127.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923c-2.12.282-4.282.427-6.477.427a49 49 0 0 1-6.477-.427C4.047 21.128 3 19.852 3 18.4"/></g></svg> </template>
CSS
.icon-briefcase-solid {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%205.25a3%203%200%200%201%203-3h3a3%203%200%200%201%203%203v.205q1.399.128%202.774.334c1.454.218%202.476%201.483%202.476%202.917v3.033c0%201.211-.734%202.352-1.936%202.752A24.7%2024.7%200%200%201%2012%2015.75a24.7%2024.7%200%200%201-7.814-1.259c-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434%201.022-2.7%202.476-2.917A49%2049%200%200%201%207.5%205.455zm7.5%200v.09a50%2050%200%200%200-6%200v-.09a1.5%201.5%200%200%201%201.5-1.5h3a1.5%201.5%200%200%201%201.5%201.5m-3%208.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3%2018.4v-2.796a4.3%204.3%200%200%200%20.713.31A26.2%2026.2%200%200%200%2012%2017.25c2.892%200%205.68-.468%208.287-1.335q.378-.127.713-.311V18.4c0%201.452-1.047%202.728-2.523%202.923c-2.12.282-4.282.427-6.477.427a49%2049%200%200%201-6.477-.427C4.047%2021.128%203%2019.852%203%2018.4%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%205.25a3%203%200%200%201%203-3h3a3%203%200%200%201%203%203v.205q1.399.128%202.774.334c1.454.218%202.476%201.483%202.476%202.917v3.033c0%201.211-.734%202.352-1.936%202.752A24.7%2024.7%200%200%201%2012%2015.75a24.7%2024.7%200%200%201-7.814-1.259c-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434%201.022-2.7%202.476-2.917A49%2049%200%200%201%207.5%205.455zm7.5%200v.09a50%2050%200%200%200-6%200v-.09a1.5%201.5%200%200%201%201.5-1.5h3a1.5%201.5%200%200%201%201.5%201.5m-3%208.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3%2018.4v-2.796a4.3%204.3%200%200%200%20.713.31A26.2%2026.2%200%200%200%2012%2017.25c2.892%200%205.68-.468%208.287-1.335q.378-.127.713-.311V18.4c0%201.452-1.047%202.728-2.523%202.923c-2.12.282-4.282.427-6.477.427a49%2049%200%200%201-6.477-.427C4.047%2021.128%203%2019.852%203%2018.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/briefcase-solid.svg?color=%231a73e8&size=48