group8 icon
group8 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- group8
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the group8 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-linejoin="round" stroke-width="1.5"><path d="M12 14h1c1.1 0 2-.9 2-2V2H6c-1.5 0-2.81.83-3.49 2.05"/><path d="M2 17c0 1.66 1.34 3 3 3h1c0-1.1.9-2 2-2s2 .9 2 2h4c0-1.1.9-2 2-2s2 .9 2 2h1c1.66 0 3-1.34 3-3v-3h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l-1.71-2.99A2.02 2.02 0 0 0 16.84 5H15v7c0 1.1-.9 2-2 2h-1"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29zM2 8h6m-6 3h4m-4 3h2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGroup8(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 14h1c1.1 0 2-.9 2-2V2H6c-1.5 0-2.81.83-3.49 2.05"/><path d="M2 17c0 1.66 1.34 3 3 3h1c0-1.1.9-2 2-2s2 .9 2 2h4c0-1.1.9-2 2-2s2 .9 2 2h1c1.66 0 3-1.34 3-3v-3h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l-1.71-2.99A2.02 2.02 0 0 0 16.84 5H15v7c0 1.1-.9 2-2 2h-1"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29zM2 8h6m-6 3h4m-4 3h2"/></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-linejoin="round" stroke-width="1.5"><path d="M12 14h1c1.1 0 2-.9 2-2V2H6c-1.5 0-2.81.83-3.49 2.05"/><path d="M2 17c0 1.66 1.34 3 3 3h1c0-1.1.9-2 2-2s2 .9 2 2h4c0-1.1.9-2 2-2s2 .9 2 2h1c1.66 0 3-1.34 3-3v-3h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l-1.71-2.99A2.02 2.02 0 0 0 16.84 5H15v7c0 1.1-.9 2-2 2h-1"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29zM2 8h6m-6 3h4m-4 3h2"/></g></svg> </template>
CSS
.icon-group8 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2014h1c1.1%200%202-.9%202-2V2H6c-1.5%200-2.81.83-3.49%202.05%22%2F%3E%3Cpath%20d%3D%22M2%2017c0%201.66%201.34%203%203%203h1c0-1.1.9-2%202-2s2%20.9%202%202h4c0-1.1.9-2%202-2s2%20.9%202%202h1c1.66%200%203-1.34%203-3v-3h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29l-1.71-2.99A2.02%202.02%200%200%200%2016.84%205H15v7c0%201.1-.9%202-2%202h-1%22%2F%3E%3Cpath%20d%3D%22M8%2022a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-10v2h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29zM2%208h6m-6%203h4m-4%203h2%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2014h1c1.1%200%202-.9%202-2V2H6c-1.5%200-2.81.83-3.49%202.05%22%2F%3E%3Cpath%20d%3D%22M2%2017c0%201.66%201.34%203%203%203h1c0-1.1.9-2%202-2s2%20.9%202%202h4c0-1.1.9-2%202-2s2%20.9%202%202h1c1.66%200%203-1.34%203-3v-3h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29l-1.71-2.99A2.02%202.02%200%200%200%2016.84%205H15v7c0%201.1-.9%202-2%202h-1%22%2F%3E%3Cpath%20d%3D%22M8%2022a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-10v2h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29zM2%208h6m-6%203h4m-4%203h2%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/group8.svg?color=%231a73e8&size=48