group-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
group-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
group-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.596 18.616v-1.647q0-.696.36-1.197q.361-.5.97-.8q1.301-.62 2.584-.988q1.282-.368 3.086-.368t3.087.368t2.584.988q.608.3.969.8q.36.501.36 1.197v1.647zm16 0v-1.693q0-.87-.352-1.641q-.351-.772-.998-1.324q.737.15 1.42.416q.682.267 1.35.599q.65.327 1.019.837t.369 1.113v1.693zM7.473 10.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m8.511 0q-.881.877-2.118.877q-.064 0-.162-.015t-.162-.031q.509-.623.781-1.382q.273-.758.273-1.575t-.285-1.56q-.286-.745-.769-1.391q.081-.029.162-.038t.162-.009q1.237 0 2.118.877t.882 2.123t-.882 2.124M3.596 17.616h12v-.647q0-.352-.176-.615t-.632-.504q-1.119-.598-2.36-.916t-2.832-.318t-2.833.318q-1.24.318-2.36.916q-.455.24-.631.504q-.176.263-.176.615zm7.413-7.819q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588 1.413t.588 1.412t1.412.588t1.413-.588M9.596 8.385"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroupOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.596 18.616v-1.647q0-.696.36-1.197q.361-.5.97-.8q1.301-.62 2.584-.988q1.282-.368 3.086-.368t3.087.368t2.584.988q.608.3.969.8q.36.501.36 1.197v1.647zm16 0v-1.693q0-.87-.352-1.641q-.351-.772-.998-1.324q.737.15 1.42.416q.682.267 1.35.599q.65.327 1.019.837t.369 1.113v1.693zM7.473 10.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m8.511 0q-.881.877-2.118.877q-.064 0-.162-.015t-.162-.031q.509-.623.781-1.382q.273-.758.273-1.575t-.285-1.56q-.286-.745-.769-1.391q.081-.029.162-.038t.162-.009q1.237 0 2.118.877t.882 2.123t-.882 2.124M3.596 17.616h12v-.647q0-.352-.176-.615t-.632-.504q-1.119-.598-2.36-.916t-2.832-.318t-2.833.318q-1.24.318-2.36.916q-.455.24-.631.504q-.176.263-.176.615zm7.413-7.819q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588 1.413t.588 1.412t1.412.588t1.413-.588M9.596 8.385"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.596 18.616v-1.647q0-.696.36-1.197q.361-.5.97-.8q1.301-.62 2.584-.988q1.282-.368 3.086-.368t3.087.368t2.584.988q.608.3.969.8q.36.501.36 1.197v1.647zm16 0v-1.693q0-.87-.352-1.641q-.351-.772-.998-1.324q.737.15 1.42.416q.682.267 1.35.599q.65.327 1.019.837t.369 1.113v1.693zM7.473 10.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m8.511 0q-.881.877-2.118.877q-.064 0-.162-.015t-.162-.031q.509-.623.781-1.382q.273-.758.273-1.575t-.285-1.56q-.286-.745-.769-1.391q.081-.029.162-.038t.162-.009q1.237 0 2.118.877t.882 2.123t-.882 2.124M3.596 17.616h12v-.647q0-.352-.176-.615t-.632-.504q-1.119-.598-2.36-.916t-2.832-.318t-2.833.318q-1.24.318-2.36.916q-.455.24-.631.504q-.176.263-.176.615zm7.413-7.819q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588 1.413t.588 1.412t1.412.588t1.413-.588M9.596 8.385"/></svg>
</template>

CSS

.icon-group-outline {
  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%22currentColor%22%20d%3D%22M2.596%2018.616v-1.647q0-.696.36-1.197q.361-.5.97-.8q1.301-.62%202.584-.988q1.282-.368%203.086-.368t3.087.368t2.584.988q.608.3.969.8q.36.501.36%201.197v1.647zm16%200v-1.693q0-.87-.352-1.641q-.351-.772-.998-1.324q.737.15%201.42.416q.682.267%201.35.599q.65.327%201.019.837t.369%201.113v1.693zM7.473%2010.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m8.511%200q-.881.877-2.118.877q-.064%200-.162-.015t-.162-.031q.509-.623.781-1.382q.273-.758.273-1.575t-.285-1.56q-.286-.745-.769-1.391q.081-.029.162-.038t.162-.009q1.237%200%202.118.877t.882%202.123t-.882%202.124M3.596%2017.616h12v-.647q0-.352-.176-.615t-.632-.504q-1.119-.598-2.36-.916t-2.832-.318t-2.833.318q-1.24.318-2.36.916q-.455.24-.631.504q-.176.263-.176.615zm7.413-7.819q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588%201.413t.588%201.412t1.412.588t1.413-.588M9.596%208.385%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%22currentColor%22%20d%3D%22M2.596%2018.616v-1.647q0-.696.36-1.197q.361-.5.97-.8q1.301-.62%202.584-.988q1.282-.368%203.086-.368t3.087.368t2.584.988q.608.3.969.8q.36.501.36%201.197v1.647zm16%200v-1.693q0-.87-.352-1.641q-.351-.772-.998-1.324q.737.15%201.42.416q.682.267%201.35.599q.65.327%201.019.837t.369%201.113v1.693zM7.473%2010.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m8.511%200q-.881.877-2.118.877q-.064%200-.162-.015t-.162-.031q.509-.623.781-1.382q.273-.758.273-1.575t-.285-1.56q-.286-.745-.769-1.391q.081-.029.162-.038t.162-.009q1.237%200%202.118.877t.882%202.123t-.882%202.124M3.596%2017.616h12v-.647q0-.352-.176-.615t-.632-.504q-1.119-.598-2.36-.916t-2.832-.318t-2.833.318q-1.24.318-2.36.916q-.455.24-.631.504q-.176.263-.176.615zm7.413-7.819q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588%201.413t.588%201.412t1.412.588t1.413-.588M9.596%208.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/group-outline.svg?color=%231a73e8&size=48