briefcase business icon
briefcase-business-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- briefcase-business-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the briefcase business icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.245 3.951a.25.25 0 0 0-.197-.196l-.05-.005H10a.25.25 0 0 0-.249.248V5.85h4.5V4zm-3.623 10.31a.63.63 0 0 0-.287.118c-.083.066-.085.117-.085.122v1c0 .007.001.055.084.121a.67.67 0 0 0 .416.128h2.5c.187 0 .33-.062.415-.129c.083-.066.085-.114.085-.121v-1c0-.007-.002-.055-.085-.121a.67.67 0 0 0-.415-.129h-2.499zM7.385 7.35c-1.887 0-2.76.433-3.172.91c-.413.479-.538 1.206-.421 2.242l.002.014l.197 2.07c1.534.91 3.045 1.325 4.8 1.57c.085-.38.308-.71.606-.948a2.18 2.18 0 0 1 1.352-.458h2.501c.838 0 1.768.506 1.961 1.405c1.746-.241 3.273-.652 4.794-1.542l.202-2.097l.001-.014c.118-1.036-.007-1.763-.42-2.242c-.412-.477-1.286-.91-3.173-.91zm8.365-1.5h.865c2.054 0 3.474.463 4.309 1.43c.832.965.906 2.232.774 3.392l-.196 2.037c.1.236.07.502-.068.708l-.426 4.441l-.001.011c-.103.934-.346 1.974-1.213 2.746c-.856.763-2.174 1.135-4.102 1.135H8.308c-1.928 0-3.246-.372-4.102-1.135c-.867-.772-1.11-1.812-1.213-2.746v-.01l-.436-4.543a.75.75 0 0 1-.048-.496l-.207-2.148l-.04-.44C2.2 9.2 2.349 8.125 3.077 7.28c.835-.967 2.255-1.43 4.309-1.43h.865V4a1.747 1.747 0 0 1 1.748-1.75h4.004l.173.009a1.753 1.753 0 0 1 1.574 1.74z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiBriefcaseBusinessSolid(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="M14.245 3.951a.25.25 0 0 0-.197-.196l-.05-.005H10a.25.25 0 0 0-.249.248V5.85h4.5V4zm-3.623 10.31a.63.63 0 0 0-.287.118c-.083.066-.085.117-.085.122v1c0 .007.001.055.084.121a.67.67 0 0 0 .416.128h2.5c.187 0 .33-.062.415-.129c.083-.066.085-.114.085-.121v-1c0-.007-.002-.055-.085-.121a.67.67 0 0 0-.415-.129h-2.499zM7.385 7.35c-1.887 0-2.76.433-3.172.91c-.413.479-.538 1.206-.421 2.242l.002.014l.197 2.07c1.534.91 3.045 1.325 4.8 1.57c.085-.38.308-.71.606-.948a2.18 2.18 0 0 1 1.352-.458h2.501c.838 0 1.768.506 1.961 1.405c1.746-.241 3.273-.652 4.794-1.542l.202-2.097l.001-.014c.118-1.036-.007-1.763-.42-2.242c-.412-.477-1.286-.91-3.173-.91zm8.365-1.5h.865c2.054 0 3.474.463 4.309 1.43c.832.965.906 2.232.774 3.392l-.196 2.037c.1.236.07.502-.068.708l-.426 4.441l-.001.011c-.103.934-.346 1.974-1.213 2.746c-.856.763-2.174 1.135-4.102 1.135H8.308c-1.928 0-3.246-.372-4.102-1.135c-.867-.772-1.11-1.812-1.213-2.746v-.01l-.436-4.543a.75.75 0 0 1-.048-.496l-.207-2.148l-.04-.44C2.2 9.2 2.349 8.125 3.077 7.28c.835-.967 2.255-1.43 4.309-1.43h.865V4a1.747 1.747 0 0 1 1.748-1.75h4.004l.173.009a1.753 1.753 0 0 1 1.574 1.74z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.245 3.951a.25.25 0 0 0-.197-.196l-.05-.005H10a.25.25 0 0 0-.249.248V5.85h4.5V4zm-3.623 10.31a.63.63 0 0 0-.287.118c-.083.066-.085.117-.085.122v1c0 .007.001.055.084.121a.67.67 0 0 0 .416.128h2.5c.187 0 .33-.062.415-.129c.083-.066.085-.114.085-.121v-1c0-.007-.002-.055-.085-.121a.67.67 0 0 0-.415-.129h-2.499zM7.385 7.35c-1.887 0-2.76.433-3.172.91c-.413.479-.538 1.206-.421 2.242l.002.014l.197 2.07c1.534.91 3.045 1.325 4.8 1.57c.085-.38.308-.71.606-.948a2.18 2.18 0 0 1 1.352-.458h2.501c.838 0 1.768.506 1.961 1.405c1.746-.241 3.273-.652 4.794-1.542l.202-2.097l.001-.014c.118-1.036-.007-1.763-.42-2.242c-.412-.477-1.286-.91-3.173-.91zm8.365-1.5h.865c2.054 0 3.474.463 4.309 1.43c.832.965.906 2.232.774 3.392l-.196 2.037c.1.236.07.502-.068.708l-.426 4.441l-.001.011c-.103.934-.346 1.974-1.213 2.746c-.856.763-2.174 1.135-4.102 1.135H8.308c-1.928 0-3.246-.372-4.102-1.135c-.867-.772-1.11-1.812-1.213-2.746v-.01l-.436-4.543a.75.75 0 0 1-.048-.496l-.207-2.148l-.04-.44C2.2 9.2 2.349 8.125 3.077 7.28c.835-.967 2.255-1.43 4.309-1.43h.865V4a1.747 1.747 0 0 1 1.748-1.75h4.004l.173.009a1.753 1.753 0 0 1 1.574 1.74z"/></svg> </template>
CSS
.icon-briefcase-business-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.245%203.951a.25.25%200%200%200-.197-.196l-.05-.005H10a.25.25%200%200%200-.249.248V5.85h4.5V4zm-3.623%2010.31a.63.63%200%200%200-.287.118c-.083.066-.085.117-.085.122v1c0%20.007.001.055.084.121a.67.67%200%200%200%20.416.128h2.5c.187%200%20.33-.062.415-.129c.083-.066.085-.114.085-.121v-1c0-.007-.002-.055-.085-.121a.67.67%200%200%200-.415-.129h-2.499zM7.385%207.35c-1.887%200-2.76.433-3.172.91c-.413.479-.538%201.206-.421%202.242l.002.014l.197%202.07c1.534.91%203.045%201.325%204.8%201.57c.085-.38.308-.71.606-.948a2.18%202.18%200%200%201%201.352-.458h2.501c.838%200%201.768.506%201.961%201.405c1.746-.241%203.273-.652%204.794-1.542l.202-2.097l.001-.014c.118-1.036-.007-1.763-.42-2.242c-.412-.477-1.286-.91-3.173-.91zm8.365-1.5h.865c2.054%200%203.474.463%204.309%201.43c.832.965.906%202.232.774%203.392l-.196%202.037c.1.236.07.502-.068.708l-.426%204.441l-.001.011c-.103.934-.346%201.974-1.213%202.746c-.856.763-2.174%201.135-4.102%201.135H8.308c-1.928%200-3.246-.372-4.102-1.135c-.867-.772-1.11-1.812-1.213-2.746v-.01l-.436-4.543a.75.75%200%200%201-.048-.496l-.207-2.148l-.04-.44C2.2%209.2%202.349%208.125%203.077%207.28c.835-.967%202.255-1.43%204.309-1.43h.865V4a1.747%201.747%200%200%201%201.748-1.75h4.004l.173.009a1.753%201.753%200%200%201%201.574%201.74z%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%22M14.245%203.951a.25.25%200%200%200-.197-.196l-.05-.005H10a.25.25%200%200%200-.249.248V5.85h4.5V4zm-3.623%2010.31a.63.63%200%200%200-.287.118c-.083.066-.085.117-.085.122v1c0%20.007.001.055.084.121a.67.67%200%200%200%20.416.128h2.5c.187%200%20.33-.062.415-.129c.083-.066.085-.114.085-.121v-1c0-.007-.002-.055-.085-.121a.67.67%200%200%200-.415-.129h-2.499zM7.385%207.35c-1.887%200-2.76.433-3.172.91c-.413.479-.538%201.206-.421%202.242l.002.014l.197%202.07c1.534.91%203.045%201.325%204.8%201.57c.085-.38.308-.71.606-.948a2.18%202.18%200%200%201%201.352-.458h2.501c.838%200%201.768.506%201.961%201.405c1.746-.241%203.273-.652%204.794-1.542l.202-2.097l.001-.014c.118-1.036-.007-1.763-.42-2.242c-.412-.477-1.286-.91-3.173-.91zm8.365-1.5h.865c2.054%200%203.474.463%204.309%201.43c.832.965.906%202.232.774%203.392l-.196%202.037c.1.236.07.502-.068.708l-.426%204.441l-.001.011c-.103.934-.346%201.974-1.213%202.746c-.856.763-2.174%201.135-4.102%201.135H8.308c-1.928%200-3.246-.372-4.102-1.135c-.867-.772-1.11-1.812-1.213-2.746v-.01l-.436-4.543a.75.75%200%200%201-.048-.496l-.207-2.148l-.04-.44C2.2%209.2%202.349%208.125%203.077%207.28c.835-.967%202.255-1.43%204.309-1.43h.865V4a1.747%201.747%200%200%201%201.748-1.75h4.004l.173.009a1.753%201.753%200%200%201%201.574%201.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/briefcase-business-solid.svg?color=%231a73e8&size=48