groups 3 icon
groups-3-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- groups-3-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 13.525L6.525 11L4 8.475L1.475 11zM17.5 13L20 9l2.5 4zM12 12q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12M0 17v-.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18H1q-.425 0-.712-.288T0 17m6 0v-.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V17q0 .425-.288.713T17 18H7q-.425 0-.712-.288T6 17m14-3q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18h-3.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGroups3Rounded(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="M4 13.525L6.525 11L4 8.475L1.475 11zM17.5 13L20 9l2.5 4zM12 12q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12M0 17v-.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18H1q-.425 0-.712-.288T0 17m6 0v-.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V17q0 .425-.288.713T17 18H7q-.425 0-.712-.288T6 17m14-3q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18h-3.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="M4 13.525L6.525 11L4 8.475L1.475 11zM17.5 13L20 9l2.5 4zM12 12q-1.25 0-2.125-.875T9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863T15 9q0 1.25-.862 2.125T12 12M0 17v-.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18H1q-.425 0-.712-.288T0 17m6 0v-.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V17q0 .425-.288.713T17 18H7q-.425 0-.712-.288T6 17m14-3q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18h-3.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14"/></svg> </template>
CSS
.icon-groups-3-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%22M4%2013.525L6.525%2011L4%208.475L1.475%2011zM17.5%2013L20%209l2.5%204zM12%2012q-1.25%200-2.125-.875T9%209q0-1.275.875-2.137T12%206q1.275%200%202.138.863T15%209q0%201.25-.862%202.125T12%2012M0%2017v-.575q0-1.1%201.113-1.763T4%2014q.325%200%20.625.013t.575.062q-.35.5-.525%201.075T4.5%2016.375V18H1q-.425%200-.712-.288T0%2017m6%200v-.625q0-1.625%201.663-2.625t4.337-1q2.7%200%204.35%201T18%2016.375V17q0%20.425-.288.713T17%2018H7q-.425%200-.712-.288T6%2017m14-3q1.8%200%202.9.663t1.1%201.762V17q0%20.425-.288.713T23%2018h-3.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%22M4%2013.525L6.525%2011L4%208.475L1.475%2011zM17.5%2013L20%209l2.5%204zM12%2012q-1.25%200-2.125-.875T9%209q0-1.275.875-2.137T12%206q1.275%200%202.138.863T15%209q0%201.25-.862%202.125T12%2012M0%2017v-.575q0-1.1%201.113-1.763T4%2014q.325%200%20.625.013t.575.062q-.35.5-.525%201.075T4.5%2016.375V18H1q-.425%200-.712-.288T0%2017m6%200v-.625q0-1.625%201.663-2.625t4.337-1q2.7%200%204.35%201T18%2016.375V17q0%20.425-.288.713T17%2018H7q-.425%200-.712-.288T6%2017m14-3q1.8%200%202.9.663t1.1%201.762V17q0%20.425-.288.713T23%2018h-3.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-3-rounded.svg?color=%231a73e8&size=48