briefcase icon
briefcase-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- briefcase-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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.ggbriefcaseHeroIconsbriefcaseHumbleiconsbriefcaseIconParkbriefcaseIconPark Outline
Related icons in Phosphor
Use the briefcase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M106 112a6 6 0 0 1 6-6h32a6 6 0 0 1 0 12h-32a6 6 0 0 1-6-6m124-40v128a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V72a14 14 0 0 1 14-14h42V48a22 22 0 0 1 22-22h48a22 22 0 0 1 22 22v10h42a14 14 0 0 1 14 14M94 58h68V48a10 10 0 0 0-10-10h-48a10 10 0 0 0-10 10ZM38 72v42.79A186 186 0 0 0 128 138a185.9 185.9 0 0 0 90-23.22V72a2 2 0 0 0-2-2H40a2 2 0 0 0-2 2m180 128v-71.63A198.1 198.1 0 0 1 128 150a198.05 198.05 0 0 1-90-21.62V200a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2"/></svg>
React
import type { SVGProps } from "react";
export function PhBriefcaseLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M106 112a6 6 0 0 1 6-6h32a6 6 0 0 1 0 12h-32a6 6 0 0 1-6-6m124-40v128a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V72a14 14 0 0 1 14-14h42V48a22 22 0 0 1 22-22h48a22 22 0 0 1 22 22v10h42a14 14 0 0 1 14 14M94 58h68V48a10 10 0 0 0-10-10h-48a10 10 0 0 0-10 10ZM38 72v42.79A186 186 0 0 0 128 138a185.9 185.9 0 0 0 90-23.22V72a2 2 0 0 0-2-2H40a2 2 0 0 0-2 2m180 128v-71.63A198.1 198.1 0 0 1 128 150a198.05 198.05 0 0 1-90-21.62V200a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M106 112a6 6 0 0 1 6-6h32a6 6 0 0 1 0 12h-32a6 6 0 0 1-6-6m124-40v128a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V72a14 14 0 0 1 14-14h42V48a22 22 0 0 1 22-22h48a22 22 0 0 1 22 22v10h42a14 14 0 0 1 14 14M94 58h68V48a10 10 0 0 0-10-10h-48a10 10 0 0 0-10 10ZM38 72v42.79A186 186 0 0 0 128 138a185.9 185.9 0 0 0 90-23.22V72a2 2 0 0 0-2-2H40a2 2 0 0 0-2 2m180 128v-71.63A198.1 198.1 0 0 1 128 150a198.05 198.05 0 0 1-90-21.62V200a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2"/></svg> </template>
CSS
.icon-briefcase-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M106%20112a6%206%200%200%201%206-6h32a6%206%200%200%201%200%2012h-32a6%206%200%200%201-6-6m124-40v128a14%2014%200%200%201-14%2014H40a14%2014%200%200%201-14-14V72a14%2014%200%200%201%2014-14h42V48a22%2022%200%200%201%2022-22h48a22%2022%200%200%201%2022%2022v10h42a14%2014%200%200%201%2014%2014M94%2058h68V48a10%2010%200%200%200-10-10h-48a10%2010%200%200%200-10%2010ZM38%2072v42.79A186%20186%200%200%200%20128%20138a185.9%20185.9%200%200%200%2090-23.22V72a2%202%200%200%200-2-2H40a2%202%200%200%200-2%202m180%20128v-71.63A198.1%20198.1%200%200%201%20128%20150a198.05%20198.05%200%200%201-90-21.62V200a2%202%200%200%200%202%202h176a2%202%200%200%200%202-2%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M106%20112a6%206%200%200%201%206-6h32a6%206%200%200%201%200%2012h-32a6%206%200%200%201-6-6m124-40v128a14%2014%200%200%201-14%2014H40a14%2014%200%200%201-14-14V72a14%2014%200%200%201%2014-14h42V48a22%2022%200%200%201%2022-22h48a22%2022%200%200%201%2022%2022v10h42a14%2014%200%200%201%2014%2014M94%2058h68V48a10%2010%200%200%200-10-10h-48a10%2010%200%200%200-10%2010ZM38%2072v42.79A186%20186%200%200%200%20128%20138a185.9%20185.9%200%200%200%2090-23.22V72a2%202%200%200%200-2-2H40a2%202%200%200%200-2%202m180%20128v-71.63A198.1%20198.1%200%200%201%20128%20150a198.05%20198.05%200%200%201-90-21.62V200a2%202%200%200%200%202%202h176a2%202%200%200%200%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/briefcase-light.svg?color=%231a73e8&size=48