groups 2 icon
groups-2 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- groups-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- groups-2-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the groups 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.275 12q-.7 0-1.15-.525T8.8 10.25l.3-1.8q.2-1.075 1.013-1.763T12 6q1.1 0 1.913.688t1.012 1.762l.3 1.8q.125.7-.325 1.225T13.75 12zm-7.175.975q-.575.025-.988-.225t-.537-.775q-.05-.225-.025-.45t.125-.425q0 .025-.025-.1q-.05-.05-.25-.6q-.05-.3.075-.575T1.8 9.35l.05-.05q.05-.475.388-.8t.837-.325q.075 0 .475.1l.075-.025q.125-.125.325-.187T4.375 8q.275 0 .488.088t.337.262q.025 0 .038.013t.037.012q.35.025.612.212t.388.513q.05.175.038.338t-.063.312q0 .025.025.1q.175.175.275.388t.1.437q0 .1-.15.525q-.025.05 0 .1l.05.4q0 .525-.437.9t-1.063.375zM20 13q-.825 0-1.412-.587T18 11q0-.3.088-.562t.237-.513l-.7-.625q-.25-.2-.088-.5T18 8.5h2q.825 0 1.413.588T22 10.5v.5q0 .825-.587 1.413T20 13M0 18v-1.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18zm6 0v-1.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V18zm14-4q1.8 0 2.9.663t1.1 1.762V18h-4.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGroups2(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="M10.275 12q-.7 0-1.15-.525T8.8 10.25l.3-1.8q.2-1.075 1.013-1.763T12 6q1.1 0 1.913.688t1.012 1.762l.3 1.8q.125.7-.325 1.225T13.75 12zm-7.175.975q-.575.025-.988-.225t-.537-.775q-.05-.225-.025-.45t.125-.425q0 .025-.025-.1q-.05-.05-.25-.6q-.05-.3.075-.575T1.8 9.35l.05-.05q.05-.475.388-.8t.837-.325q.075 0 .475.1l.075-.025q.125-.125.325-.187T4.375 8q.275 0 .488.088t.337.262q.025 0 .038.013t.037.012q.35.025.612.212t.388.513q.05.175.038.338t-.063.312q0 .025.025.1q.175.175.275.388t.1.437q0 .1-.15.525q-.025.05 0 .1l.05.4q0 .525-.437.9t-1.063.375zM20 13q-.825 0-1.412-.587T18 11q0-.3.088-.562t.237-.513l-.7-.625q-.25-.2-.088-.5T18 8.5h2q.825 0 1.413.588T22 10.5v.5q0 .825-.587 1.413T20 13M0 18v-1.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18zm6 0v-1.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V18zm14-4q1.8 0 2.9.663t1.1 1.762V18h-4.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.275 12q-.7 0-1.15-.525T8.8 10.25l.3-1.8q.2-1.075 1.013-1.763T12 6q1.1 0 1.913.688t1.012 1.762l.3 1.8q.125.7-.325 1.225T13.75 12zm-7.175.975q-.575.025-.988-.225t-.537-.775q-.05-.225-.025-.45t.125-.425q0 .025-.025-.1q-.05-.05-.25-.6q-.05-.3.075-.575T1.8 9.35l.05-.05q.05-.475.388-.8t.837-.325q.075 0 .475.1l.075-.025q.125-.125.325-.187T4.375 8q.275 0 .488.088t.337.262q.025 0 .038.013t.037.012q.35.025.612.212t.388.513q.05.175.038.338t-.063.312q0 .025.025.1q.175.175.275.388t.1.437q0 .1-.15.525q-.025.05 0 .1l.05.4q0 .525-.437.9t-1.063.375zM20 13q-.825 0-1.412-.587T18 11q0-.3.088-.562t.237-.513l-.7-.625q-.25-.2-.088-.5T18 8.5h2q.825 0 1.413.588T22 10.5v.5q0 .825-.587 1.413T20 13M0 18v-1.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18zm6 0v-1.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V18zm14-4q1.8 0 2.9.663t1.1 1.762V18h-4.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14"/></svg> </template>
CSS
.icon-groups-2 {
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%22M10.275%2012q-.7%200-1.15-.525T8.8%2010.25l.3-1.8q.2-1.075%201.013-1.763T12%206q1.1%200%201.913.688t1.012%201.762l.3%201.8q.125.7-.325%201.225T13.75%2012zm-7.175.975q-.575.025-.988-.225t-.537-.775q-.05-.225-.025-.45t.125-.425q0%20.025-.025-.1q-.05-.05-.25-.6q-.05-.3.075-.575T1.8%209.35l.05-.05q.05-.475.388-.8t.837-.325q.075%200%20.475.1l.075-.025q.125-.125.325-.187T4.375%208q.275%200%20.488.088t.337.262q.025%200%20.038.013t.037.012q.35.025.612.212t.388.513q.05.175.038.338t-.063.312q0%20.025.025.1q.175.175.275.388t.1.437q0%20.1-.15.525q-.025.05%200%20.1l.05.4q0%20.525-.437.9t-1.063.375zM20%2013q-.825%200-1.412-.587T18%2011q0-.3.088-.562t.237-.513l-.7-.625q-.25-.2-.088-.5T18%208.5h2q.825%200%201.413.588T22%2010.5v.5q0%20.825-.587%201.413T20%2013M0%2018v-1.575q0-1.1%201.113-1.763T4%2014q.325%200%20.625.013t.575.062q-.35.5-.525%201.075T4.5%2016.375V18zm6%200v-1.625q0-1.625%201.663-2.625t4.337-1q2.7%200%204.35%201T18%2016.375V18zm14-4q1.8%200%202.9.663t1.1%201.762V18h-4.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20%2014%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%22M10.275%2012q-.7%200-1.15-.525T8.8%2010.25l.3-1.8q.2-1.075%201.013-1.763T12%206q1.1%200%201.913.688t1.012%201.762l.3%201.8q.125.7-.325%201.225T13.75%2012zm-7.175.975q-.575.025-.988-.225t-.537-.775q-.05-.225-.025-.45t.125-.425q0%20.025-.025-.1q-.05-.05-.25-.6q-.05-.3.075-.575T1.8%209.35l.05-.05q.05-.475.388-.8t.837-.325q.075%200%20.475.1l.075-.025q.125-.125.325-.187T4.375%208q.275%200%20.488.088t.337.262q.025%200%20.038.013t.037.012q.35.025.612.212t.388.513q.05.175.038.338t-.063.312q0%20.025.025.1q.175.175.275.388t.1.437q0%20.1-.15.525q-.025.05%200%20.1l.05.4q0%20.525-.437.9t-1.063.375zM20%2013q-.825%200-1.412-.587T18%2011q0-.3.088-.562t.237-.513l-.7-.625q-.25-.2-.088-.5T18%208.5h2q.825%200%201.413.588T22%2010.5v.5q0%20.825-.587%201.413T20%2013M0%2018v-1.575q0-1.1%201.113-1.763T4%2014q.325%200%20.625.013t.575.062q-.35.5-.525%201.075T4.5%2016.375V18zm6%200v-1.625q0-1.625%201.663-2.625t4.337-1q2.7%200%204.35%201T18%2016.375V18zm14-4q1.8%200%202.9.663t1.1%201.762V18h-4.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/groups-2.svg?color=%231a73e8&size=48