briefcase business icon
briefcase-business from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- briefcase-business
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the briefcase business icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M18.482 6.5c1.422 0 2.133 0 2.642.346c.209.141.389.321.53.53c.346.509.346 1.22.346 2.644c0 1.03 0 1.546-.214 1.97a2 2 0 0 1-.338.48c-.328.344-.813.518-1.784.864l-4.012 1.433c-.325.116-.488.174-.657.204s-.342.029-.688.029H9.693c-.346 0-.519 0-.688-.03c-.17-.029-.332-.087-.657-.203l-4.012-1.433c-.97-.346-1.456-.52-1.784-.864a2 2 0 0 1-.338-.48C2 11.566 2 11.05 2 10.02c0-1.424 0-2.135.346-2.644a2 2 0 0 1 .53-.53C3.385 6.5 4.096 6.5 5.518 6.5zM15.5 6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.898 3 13.432 3 12.5 3h-1c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C8.5 4.602 8.5 5.068 8.5 6"/><path stroke-linejoin="round" d="M21 13v2c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15v-2"/><path d="M12 15v2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBriefcaseBusiness(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M18.482 6.5c1.422 0 2.133 0 2.642.346c.209.141.389.321.53.53c.346.509.346 1.22.346 2.644c0 1.03 0 1.546-.214 1.97a2 2 0 0 1-.338.48c-.328.344-.813.518-1.784.864l-4.012 1.433c-.325.116-.488.174-.657.204s-.342.029-.688.029H9.693c-.346 0-.519 0-.688-.03c-.17-.029-.332-.087-.657-.203l-4.012-1.433c-.97-.346-1.456-.52-1.784-.864a2 2 0 0 1-.338-.48C2 11.566 2 11.05 2 10.02c0-1.424 0-2.135.346-2.644a2 2 0 0 1 .53-.53C3.385 6.5 4.096 6.5 5.518 6.5zM15.5 6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.898 3 13.432 3 12.5 3h-1c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C8.5 4.602 8.5 5.068 8.5 6"/><path strokeLinejoin="round" d="M21 13v2c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15v-2"/><path d="M12 15v2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M18.482 6.5c1.422 0 2.133 0 2.642.346c.209.141.389.321.53.53c.346.509.346 1.22.346 2.644c0 1.03 0 1.546-.214 1.97a2 2 0 0 1-.338.48c-.328.344-.813.518-1.784.864l-4.012 1.433c-.325.116-.488.174-.657.204s-.342.029-.688.029H9.693c-.346 0-.519 0-.688-.03c-.17-.029-.332-.087-.657-.203l-4.012-1.433c-.97-.346-1.456-.52-1.784-.864a2 2 0 0 1-.338-.48C2 11.566 2 11.05 2 10.02c0-1.424 0-2.135.346-2.644a2 2 0 0 1 .53-.53C3.385 6.5 4.096 6.5 5.518 6.5zM15.5 6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.898 3 13.432 3 12.5 3h-1c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C8.5 4.602 8.5 5.068 8.5 6"/><path stroke-linejoin="round" d="M21 13v2c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15v-2"/><path d="M12 15v2"/></g></svg> </template>
CSS
.icon-briefcase-business {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.482%206.5c1.422%200%202.133%200%202.642.346c.209.141.389.321.53.53c.346.509.346%201.22.346%202.644c0%201.03%200%201.546-.214%201.97a2%202%200%200%201-.338.48c-.328.344-.813.518-1.784.864l-4.012%201.433c-.325.116-.488.174-.657.204s-.342.029-.688.029H9.693c-.346%200-.519%200-.688-.03c-.17-.029-.332-.087-.657-.203l-4.012-1.433c-.97-.346-1.456-.52-1.784-.864a2%202%200%200%201-.338-.48C2%2011.566%202%2011.05%202%2010.02c0-1.424%200-2.135.346-2.644a2%202%200%200%201%20.53-.53C3.385%206.5%204.096%206.5%205.518%206.5zM15.5%206c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.898%203%2013.432%203%2012.5%203h-1c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C8.5%204.602%208.5%205.068%208.5%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2013v2c0%202.828%200%204.243-.879%205.121C19.243%2021%2017.828%2021%2015%2021H9c-2.828%200-4.243%200-5.121-.879C3%2019.243%203%2017.828%203%2015v-2%22%2F%3E%3Cpath%20d%3D%22M12%2015v2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.482%206.5c1.422%200%202.133%200%202.642.346c.209.141.389.321.53.53c.346.509.346%201.22.346%202.644c0%201.03%200%201.546-.214%201.97a2%202%200%200%201-.338.48c-.328.344-.813.518-1.784.864l-4.012%201.433c-.325.116-.488.174-.657.204s-.342.029-.688.029H9.693c-.346%200-.519%200-.688-.03c-.17-.029-.332-.087-.657-.203l-4.012-1.433c-.97-.346-1.456-.52-1.784-.864a2%202%200%200%201-.338-.48C2%2011.566%202%2011.05%202%2010.02c0-1.424%200-2.135.346-2.644a2%202%200%200%201%20.53-.53C3.385%206.5%204.096%206.5%205.518%206.5zM15.5%206c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.898%203%2013.432%203%2012.5%203h-1c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C8.5%204.602%208.5%205.068%208.5%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2013v2c0%202.828%200%204.243-.879%205.121C19.243%2021%2017.828%2021%2015%2021H9c-2.828%200-4.243%200-5.121-.879C3%2019.243%203%2017.828%203%2015v-2%22%2F%3E%3Cpath%20d%3D%22M12%2015v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/briefcase-business.svg?color=%231a73e8&size=48