briefcase icon
briefcase from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- briefcase
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
briefcaseAkar IconsbriefcaseBootstrap IconsbriefcaseBoxIcons v2briefcaseBoxIcons v2 SolidbriefcaseEmoji 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 OutlinebriefcaseIconPark Solid
Use the briefcase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 4V2.5A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V4h2a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm1-1.5V4h4V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5m-4 7V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9.5c-.418.314-.937.5-1.5.5H9v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V10H3.5A2.5 2.5 0 0 1 2 9.5M7 9v-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V9h3.5A1.5 1.5 0 0 0 14 7.5V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1.5A1.5 1.5 0 0 0 3.5 9z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconBriefcase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 4V2.5A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V4h2a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm1-1.5V4h4V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5m-4 7V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9.5c-.418.314-.937.5-1.5.5H9v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V10H3.5A2.5 2.5 0 0 1 2 9.5M7 9v-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V9h3.5A1.5 1.5 0 0 0 14 7.5V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1.5A1.5 1.5 0 0 0 3.5 9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 4V2.5A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V4h2a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm1-1.5V4h4V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5m-4 7V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9.5c-.418.314-.937.5-1.5.5H9v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V10H3.5A2.5 2.5 0 0 1 2 9.5M7 9v-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V9h3.5A1.5 1.5 0 0 0 14 7.5V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1.5A1.5 1.5 0 0 0 3.5 9z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204V2.5A1.5%201.5%200%200%201%206.5%201h3A1.5%201.5%200%200%201%2011%202.5V4h2a2%202%200%200%201%202%202v7a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm1-1.5V4h4V2.5a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200-.5.5m-4%207V13a1%201%200%200%200%201%201h10a1%201%200%200%200%201-1V9.5c-.418.314-.937.5-1.5.5H9v.5a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5V10H3.5A2.5%202.5%200%200%201%202%209.5M7%209v-.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5V9h3.5A1.5%201.5%200%200%200%2014%207.5V6a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v1.5A1.5%201.5%200%200%200%203.5%209z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204V2.5A1.5%201.5%200%200%201%206.5%201h3A1.5%201.5%200%200%201%2011%202.5V4h2a2%202%200%200%201%202%202v7a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zm1-1.5V4h4V2.5a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200-.5.5m-4%207V13a1%201%200%200%200%201%201h10a1%201%200%200%200%201-1V9.5c-.418.314-.937.5-1.5.5H9v.5a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5V10H3.5A2.5%202.5%200%200%201%202%209.5M7%209v-.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5V9h3.5A1.5%201.5%200%200%200%2014%207.5V6a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v1.5A1.5%201.5%200%200%200%203.5%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/briefcase.svg?color=%231a73e8&size=48