groups from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
groups
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
groups-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the groups icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGroups(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="M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0v-1.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V18zM4 13q-.825 0-1.412-.587T2 11q0-.85.588-1.425T4 9q.85 0 1.425.575T6 11q0 .825-.575 1.413T4 13m16 0q-.825 0-1.412-.587T18 11q0-.85.588-1.425T20 9q.85 0 1.425.575T22 11q0 .825-.575 1.413T20 13m-8-1q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12"/></svg>
</template>

CSS

.icon-groups {
  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%22M0%2018v-1.575q0-1.075%201.1-1.75T4%2014q.325%200%20.625.013t.575.062q-.35.525-.525%201.1t-.175%201.2V18zm6%200v-1.625q0-.8.438-1.463t1.237-1.162T9.588%2013T12%2012.75q1.325%200%202.438.25t1.912.75t1.225%201.163t.425%201.462V18zm13.5%200v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20%2014q1.8%200%202.9.663t1.1%201.762V18zM4%2013q-.825%200-1.412-.587T2%2011q0-.85.588-1.425T4%209q.85%200%201.425.575T6%2011q0%20.825-.575%201.413T4%2013m16%200q-.825%200-1.412-.587T18%2011q0-.85.588-1.425T20%209q.85%200%201.425.575T22%2011q0%20.825-.575%201.413T20%2013m-8-1q-1.25%200-2.125-.875T9%209q0-1.275.875-2.137T12%206q1.275%200%202.138.863T15%209q0%201.25-.862%202.125T12%2012%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%22M0%2018v-1.575q0-1.075%201.1-1.75T4%2014q.325%200%20.625.013t.575.062q-.35.525-.525%201.1t-.175%201.2V18zm6%200v-1.625q0-.8.438-1.463t1.237-1.162T9.588%2013T12%2012.75q1.325%200%202.438.25t1.912.75t1.225%201.163t.425%201.462V18zm13.5%200v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20%2014q1.8%200%202.9.663t1.1%201.762V18zM4%2013q-.825%200-1.412-.587T2%2011q0-.85.588-1.425T4%209q.85%200%201.425.575T6%2011q0%20.825-.575%201.413T4%2013m16%200q-.825%200-1.412-.587T18%2011q0-.85.588-1.425T20%209q.85%200%201.425.575T22%2011q0%20.825-.575%201.413T20%2013m-8-1q-1.25%200-2.125-.875T9%209q0-1.275.875-2.137T12%206q1.275%200%202.138.863T15%209q0%201.25-.862%202.125T12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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