group-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
group-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All group icons →

More newicons icons from Reicon

Use the group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 3v9c0 1.1-.9 2-2 2H2V6c0-2.21 1.79-4 4-4h8c.55 0 1 .45 1 1"/><path d="M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><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-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGroupFilled(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 d="M15 3v9c0 1.1-.9 2-2 2H2V6c0-2.21 1.79-4 4-4h8c.55 0 1 .45 1 1"/><path d="M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><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-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99"/></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 d="M15 3v9c0 1.1-.9 2-2 2H2V6c0-2.21 1.79-4 4-4h8c.55 0 1 .45 1 1"/><path d="M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><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-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99"/></g></svg>
</template>

CSS

.icon-group-filled {
  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%20d%3D%22M15%203v9c0%201.1-.9%202-2%202H2V6c0-2.21%201.79-4%204-4h8c.55%200%201%20.45%201%201%22%2F%3E%3Cpath%20d%3D%22M22%2014v3c0%201.66-1.34%203-3%203h-1c0-1.1-.9-2-2-2s-2%20.9-2%202h-4c0-1.1-.9-2-2-2s-2%20.9-2%202H5c-1.66%200-3-1.34-3-3v-3h11c1.1%200%202-.9%202-2V5h1.84c.72%200%201.38.39%201.74%201.01L20.29%209H19c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201z%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-9.47V14h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29l1.45%202.54c.17.3.26.64.26.99%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%20d%3D%22M15%203v9c0%201.1-.9%202-2%202H2V6c0-2.21%201.79-4%204-4h8c.55%200%201%20.45%201%201%22%2F%3E%3Cpath%20d%3D%22M22%2014v3c0%201.66-1.34%203-3%203h-1c0-1.1-.9-2-2-2s-2%20.9-2%202h-4c0-1.1-.9-2-2-2s-2%20.9-2%202H5c-1.66%200-3-1.34-3-3v-3h11c1.1%200%202-.9%202-2V5h1.84c.72%200%201.38.39%201.74%201.01L20.29%209H19c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201z%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-9.47V14h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29l1.45%202.54c.17.3.26.64.26.99%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/group-filled.svg?color=%231a73e8&size=48