briefcase4 icon
briefcase4-duotone from Reicon by REICON · Duotone · School · MIT Free for personal and commercial use.
- Name
- briefcase4-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- School
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More school icons from Reicon
Use the briefcase4 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="M9.878 4.25a2.251 2.251 0 0 1 4.244 0a.75.75 0 1 0 1.414-.5a3.751 3.751 0 0 0-7.073 0a.75.75 0 1 0 1.415.5m-7.13 3.84a.8.8 0 0 0-.168-.081c.153-.318.347-.594.591-.838C4.343 6 6.23 6 10 6h4c3.771 0 5.657 0 6.828 1.172a3 3 0 0 1 .592.838a.8.8 0 0 0-.167.081c-2.1 1.365-3.42 2.22-4.517 2.767A.75.75 0 0 0 15.25 11v.458c-2.12.64-4.38.64-6.5 0V11a.75.75 0 0 0-1.487-.142C6.167 10.31 4.847 9.456 2.747 8.09" clip-rule="evenodd"/><path d="M2 14c0-1.95 0-3.397.162-4.5c2.277 1.48 3.736 2.423 5.088 3.004V13a.75.75 0 0 0 1.5.016c2.13.562 4.37.562 6.5 0a.75.75 0 0 0 1.5-.016v-.495c1.352-.582 2.811-1.525 5.088-3.005C22 10.604 22 12.05 22 14c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBriefcase4Duotone(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="M9.878 4.25a2.251 2.251 0 0 1 4.244 0a.75.75 0 1 0 1.414-.5a3.751 3.751 0 0 0-7.073 0a.75.75 0 1 0 1.415.5m-7.13 3.84a.8.8 0 0 0-.168-.081c.153-.318.347-.594.591-.838C4.343 6 6.23 6 10 6h4c3.771 0 5.657 0 6.828 1.172a3 3 0 0 1 .592.838a.8.8 0 0 0-.167.081c-2.1 1.365-3.42 2.22-4.517 2.767A.75.75 0 0 0 15.25 11v.458c-2.12.64-4.38.64-6.5 0V11a.75.75 0 0 0-1.487-.142C6.167 10.31 4.847 9.456 2.747 8.09" clipRule="evenodd"/><path d="M2 14c0-1.95 0-3.397.162-4.5c2.277 1.48 3.736 2.423 5.088 3.004V13a.75.75 0 0 0 1.5.016c2.13.562 4.37.562 6.5 0a.75.75 0 0 0 1.5-.016v-.495c1.352-.582 2.811-1.525 5.088-3.005C22 10.604 22 12.05 22 14c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14" opacity=".5"/></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="M9.878 4.25a2.251 2.251 0 0 1 4.244 0a.75.75 0 1 0 1.414-.5a3.751 3.751 0 0 0-7.073 0a.75.75 0 1 0 1.415.5m-7.13 3.84a.8.8 0 0 0-.168-.081c.153-.318.347-.594.591-.838C4.343 6 6.23 6 10 6h4c3.771 0 5.657 0 6.828 1.172a3 3 0 0 1 .592.838a.8.8 0 0 0-.167.081c-2.1 1.365-3.42 2.22-4.517 2.767A.75.75 0 0 0 15.25 11v.458c-2.12.64-4.38.64-6.5 0V11a.75.75 0 0 0-1.487-.142C6.167 10.31 4.847 9.456 2.747 8.09" clip-rule="evenodd"/><path d="M2 14c0-1.95 0-3.397.162-4.5c2.277 1.48 3.736 2.423 5.088 3.004V13a.75.75 0 0 0 1.5.016c2.13.562 4.37.562 6.5 0a.75.75 0 0 0 1.5-.016v-.495c1.352-.582 2.811-1.525 5.088-3.005C22 10.604 22 12.05 22 14c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14" opacity=".5"/></g></svg> </template>
CSS
.icon-briefcase4-duotone {
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%22M9.878%204.25a2.251%202.251%200%200%201%204.244%200a.75.75%200%201%200%201.414-.5a3.751%203.751%200%200%200-7.073%200a.75.75%200%201%200%201.415.5m-7.13%203.84a.8.8%200%200%200-.168-.081c.153-.318.347-.594.591-.838C4.343%206%206.23%206%2010%206h4c3.771%200%205.657%200%206.828%201.172a3%203%200%200%201%20.592.838a.8.8%200%200%200-.167.081c-2.1%201.365-3.42%202.22-4.517%202.767A.75.75%200%200%200%2015.25%2011v.458c-2.12.64-4.38.64-6.5%200V11a.75.75%200%200%200-1.487-.142C6.167%2010.31%204.847%209.456%202.747%208.09%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%2014c0-1.95%200-3.397.162-4.5c2.277%201.48%203.736%202.423%205.088%203.004V13a.75.75%200%200%200%201.5.016c2.13.562%204.37.562%206.5%200a.75.75%200%200%200%201.5-.016v-.495c1.352-.582%202.811-1.525%205.088-3.005C22%2010.604%2022%2012.05%2022%2014c0%203.771%200%205.657-1.172%206.828S17.771%2022%2014%2022h-4c-3.771%200-5.657%200-6.828-1.172S2%2017.771%202%2014%22%20opacity%3D%22.5%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%22M9.878%204.25a2.251%202.251%200%200%201%204.244%200a.75.75%200%201%200%201.414-.5a3.751%203.751%200%200%200-7.073%200a.75.75%200%201%200%201.415.5m-7.13%203.84a.8.8%200%200%200-.168-.081c.153-.318.347-.594.591-.838C4.343%206%206.23%206%2010%206h4c3.771%200%205.657%200%206.828%201.172a3%203%200%200%201%20.592.838a.8.8%200%200%200-.167.081c-2.1%201.365-3.42%202.22-4.517%202.767A.75.75%200%200%200%2015.25%2011v.458c-2.12.64-4.38.64-6.5%200V11a.75.75%200%200%200-1.487-.142C6.167%2010.31%204.847%209.456%202.747%208.09%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%2014c0-1.95%200-3.397.162-4.5c2.277%201.48%203.736%202.423%205.088%203.004V13a.75.75%200%200%200%201.5.016c2.13.562%204.37.562%206.5%200a.75.75%200%200%200%201.5-.016v-.495c1.352-.582%202.811-1.525%205.088-3.005C22%2010.604%2022%2012.05%2022%2014c0%203.771%200%205.657-1.172%206.828S17.771%2022%2014%2022h-4c-3.771%200-5.657%200-6.828-1.172S2%2017.771%202%2014%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/briefcase4-duotone.svg?color=%231a73e8&size=48