team work icon
team-work from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- team-work
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the team work icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7 2l1 2m3-2l-.5 1.5M4.5 5l1.5.5m4.5 9.5v-2.75a1.25 1.25 0 1 1 2.5 0V18a4 4 0 0 1-4 4h-.765a4 4 0 0 1-3.406-1.904l-2.656-4.314A1.17 1.17 0 0 1 2 15.169v-.058A1.11 1.11 0 0 1 3.111 14c.56 0 1.087.264 1.422.711L5.5 16v-4.75a1.25 1.25 0 1 1 2.5 0V15v-4.75a1.25 1.25 0 1 1 2.5 0zm1-8.75a1.25 1.25 0 0 1 2 1V8.5V5.25a1.25 1.25 0 1 1 2.5 0V8.5V6.25a1.25 1.25 0 1 1 2.5 0V11l.967-1.289A1.78 1.78 0 0 1 20.889 9A1.11 1.11 0 0 1 22 10.111v.058c0 .216-.06.429-.173.613l-2.655 4.383A4 4 0 0 1 16.5 17"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTeamWork(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m7 2l1 2m3-2l-.5 1.5M4.5 5l1.5.5m4.5 9.5v-2.75a1.25 1.25 0 1 1 2.5 0V18a4 4 0 0 1-4 4h-.765a4 4 0 0 1-3.406-1.904l-2.656-4.314A1.17 1.17 0 0 1 2 15.169v-.058A1.11 1.11 0 0 1 3.111 14c.56 0 1.087.264 1.422.711L5.5 16v-4.75a1.25 1.25 0 1 1 2.5 0V15v-4.75a1.25 1.25 0 1 1 2.5 0zm1-8.75a1.25 1.25 0 0 1 2 1V8.5V5.25a1.25 1.25 0 1 1 2.5 0V8.5V6.25a1.25 1.25 0 1 1 2.5 0V11l.967-1.289A1.78 1.78 0 0 1 20.889 9A1.11 1.11 0 0 1 22 10.111v.058c0 .216-.06.429-.173.613l-2.655 4.383A4 4 0 0 1 16.5 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7 2l1 2m3-2l-.5 1.5M4.5 5l1.5.5m4.5 9.5v-2.75a1.25 1.25 0 1 1 2.5 0V18a4 4 0 0 1-4 4h-.765a4 4 0 0 1-3.406-1.904l-2.656-4.314A1.17 1.17 0 0 1 2 15.169v-.058A1.11 1.11 0 0 1 3.111 14c.56 0 1.087.264 1.422.711L5.5 16v-4.75a1.25 1.25 0 1 1 2.5 0V15v-4.75a1.25 1.25 0 1 1 2.5 0zm1-8.75a1.25 1.25 0 0 1 2 1V8.5V5.25a1.25 1.25 0 1 1 2.5 0V8.5V6.25a1.25 1.25 0 1 1 2.5 0V11l.967-1.289A1.78 1.78 0 0 1 20.889 9A1.11 1.11 0 0 1 22 10.111v.058c0 .216-.06.429-.173.613l-2.655 4.383A4 4 0 0 1 16.5 17"/></svg> </template>
CSS
.icon-team-work {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m7%202l1%202m3-2l-.5%201.5M4.5%205l1.5.5m4.5%209.5v-2.75a1.25%201.25%200%201%201%202.5%200V18a4%204%200%200%201-4%204h-.765a4%204%200%200%201-3.406-1.904l-2.656-4.314A1.17%201.17%200%200%201%202%2015.169v-.058A1.11%201.11%200%200%201%203.111%2014c.56%200%201.087.264%201.422.711L5.5%2016v-4.75a1.25%201.25%200%201%201%202.5%200V15v-4.75a1.25%201.25%200%201%201%202.5%200zm1-8.75a1.25%201.25%200%200%201%202%201V8.5V5.25a1.25%201.25%200%201%201%202.5%200V8.5V6.25a1.25%201.25%200%201%201%202.5%200V11l.967-1.289A1.78%201.78%200%200%201%2020.889%209A1.11%201.11%200%200%201%2022%2010.111v.058c0%20.216-.06.429-.173.613l-2.655%204.383A4%204%200%200%201%2016.5%2017%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m7%202l1%202m3-2l-.5%201.5M4.5%205l1.5.5m4.5%209.5v-2.75a1.25%201.25%200%201%201%202.5%200V18a4%204%200%200%201-4%204h-.765a4%204%200%200%201-3.406-1.904l-2.656-4.314A1.17%201.17%200%200%201%202%2015.169v-.058A1.11%201.11%200%200%201%203.111%2014c.56%200%201.087.264%201.422.711L5.5%2016v-4.75a1.25%201.25%200%201%201%202.5%200V15v-4.75a1.25%201.25%200%201%201%202.5%200zm1-8.75a1.25%201.25%200%200%201%202%201V8.5V5.25a1.25%201.25%200%201%201%202.5%200V8.5V6.25a1.25%201.25%200%201%201%202.5%200V11l.967-1.289A1.78%201.78%200%200%201%2020.889%209A1.11%201.11%200%200%201%2022%2010.111v.058c0%20.216-.06.429-.173.613l-2.655%204.383A4%204%200%200%201%2016.5%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/team-work.svg?color=%231a73e8&size=48