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

Name
groups-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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="M1 18q-.425 0-.712-.288T0 17v-.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0q-.425 0-.712-.288T6 17v-.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V17q0 .425-.287.713T17 18zm12.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18zM4 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 MaterialSymbolsGroupsRounded(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="M1 18q-.425 0-.712-.288T0 17v-.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0q-.425 0-.712-.288T6 17v-.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V17q0 .425-.287.713T17 18zm12.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18zM4 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="M1 18q-.425 0-.712-.288T0 17v-.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013t.575.062q-.35.525-.525 1.1t-.175 1.2V18zm6 0q-.425 0-.712-.288T6 17v-.625q0-.8.438-1.463t1.237-1.162T9.588 13T12 12.75q1.325 0 2.438.25t1.912.75t1.225 1.163t.425 1.462V17q0 .425-.287.713T17 18zm12.5 0v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18zM4 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-rounded {
  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%22M1%2018q-.425%200-.712-.288T0%2017v-.575q0-1.075%201.1-1.75T4%2014q.325%200%20.625.013t.575.062q-.35.525-.525%201.1t-.175%201.2V18zm6%200q-.425%200-.712-.288T6%2017v-.625q0-.8.438-1.463t1.237-1.162T9.588%2013T12%2012.75q1.325%200%202.438.25t1.912.75t1.225%201.163t.425%201.462V17q0%20.425-.287.713T17%2018zm12.5%200v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20%2014q1.8%200%202.9.663t1.1%201.762V17q0%20.425-.288.713T23%2018zM4%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%22M1%2018q-.425%200-.712-.288T0%2017v-.575q0-1.075%201.1-1.75T4%2014q.325%200%20.625.013t.575.062q-.35.525-.525%201.1t-.175%201.2V18zm6%200q-.425%200-.712-.288T6%2017v-.625q0-.8.438-1.463t1.237-1.162T9.588%2013T12%2012.75q1.325%200%202.438.25t1.912.75t1.225%201.163t.425%201.462V17q0%20.425-.287.713T17%2018zm12.5%200v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20%2014q1.8%200%202.9.663t1.1%201.762V17q0%20.425-.288.713T23%2018zM4%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-rounded.svg?color=%231a73e8&size=48

Groups rounded icon — Material Symbols · IconsDB