briefcase icon
briefcase from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- briefcase
- Set
- Unicons
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
briefcaseAkar IconsbriefcaseBootstrap IconsbriefcaseBoxIcons v2briefcaseBoxIcons v2 SolidbriefcaseEmoji One (Colored)briefcase-fillEva IconsbriefcaseFramework7 IconsbriefcaseFont Awesome 6 SolidbriefcaseFeather Iconsbriefcase-12-filledFluent UI System IconsbriefcaseFluent EmojibriefcaseFluent Emoji FlatbriefcaseFluent Emoji High Contrastbriefcasecss.ggbriefcaseHeroIconsbriefcaseHumbleiconsbriefcaseIonIconsbriefcaseLine AwesomebriefcaseMaterial Line IconsbriefcaseLucidebriefcaseMage IconsbriefcaseMajesticonsbriefcaseMaterial Design Iconsbriefcase-fillMingCute Icon
More business icons from Unicons
Use the briefcase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6h-4V5a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v1H3a1 1 0 0 0-1 1v4a3 3 0 0 0 1 2.22V19a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5.78A3 3 0 0 0 22 11V7a1 1 0 0 0-1-1M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1H9Zm10 14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-5h2v1a1 1 0 0 0 2 0v-1h6v1a1 1 0 0 0 2 0v-1h2Zm1-8a1 1 0 0 1-1 1h-2v-1a1 1 0 0 0-2 0v1H9v-1a1 1 0 0 0-2 0v1H5a1 1 0 0 1-1-1V8h16Z"/></svg>
React
import type { SVGProps } from "react";
export function UilBriefcase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6h-4V5a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v1H3a1 1 0 0 0-1 1v4a3 3 0 0 0 1 2.22V19a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5.78A3 3 0 0 0 22 11V7a1 1 0 0 0-1-1M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1H9Zm10 14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-5h2v1a1 1 0 0 0 2 0v-1h6v1a1 1 0 0 0 2 0v-1h2Zm1-8a1 1 0 0 1-1 1h-2v-1a1 1 0 0 0-2 0v1H9v-1a1 1 0 0 0-2 0v1H5a1 1 0 0 1-1-1V8h16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6h-4V5a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v1H3a1 1 0 0 0-1 1v4a3 3 0 0 0 1 2.22V19a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5.78A3 3 0 0 0 22 11V7a1 1 0 0 0-1-1M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1H9Zm10 14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-5h2v1a1 1 0 0 0 2 0v-1h6v1a1 1 0 0 0 2 0v-1h2Zm1-8a1 1 0 0 1-1 1h-2v-1a1 1 0 0 0-2 0v1H9v-1a1 1 0 0 0-2 0v1H5a1 1 0 0 1-1-1V8h16Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%206h-4V5a3%203%200%200%200-3-3h-4a3%203%200%200%200-3%203v1H3a1%201%200%200%200-1%201v4a3%203%200%200%200%201%202.22V19a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3v-5.78A3%203%200%200%200%2022%2011V7a1%201%200%200%200-1-1M9%205a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201v1H9Zm10%2014a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1v-5h2v1a1%201%200%200%200%202%200v-1h6v1a1%201%200%200%200%202%200v-1h2Zm1-8a1%201%200%200%201-1%201h-2v-1a1%201%200%200%200-2%200v1H9v-1a1%201%200%200%200-2%200v1H5a1%201%200%200%201-1-1V8h16Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%206h-4V5a3%203%200%200%200-3-3h-4a3%203%200%200%200-3%203v1H3a1%201%200%200%200-1%201v4a3%203%200%200%200%201%202.22V19a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3v-5.78A3%203%200%200%200%2022%2011V7a1%201%200%200%200-1-1M9%205a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201v1H9Zm10%2014a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1v-5h2v1a1%201%200%200%200%202%200v-1h6v1a1%201%200%200%200%202%200v-1h2Zm1-8a1%201%200%200%201-1%201h-2v-1a1%201%200%200%200-2%200v1H9v-1a1%201%200%200%200-2%200v1H5a1%201%200%200%201-1-1V8h16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/briefcase.svg?color=%231a73e8&size=48