family group icon
family-group from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- family-group
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- family-group-outline, family-group-outline-sharp, family-group-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the family group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16q-.825 0-1.412-.587T4 14t.588-1.412T6 12t1.413.588T8 14t-.587 1.413T6 16m12 0q-.825 0-1.412-.587T16 14t.588-1.412T18 12t1.413.588T20 14t-.587 1.413T18 16m-6-1q-1.05 0-1.775-.725T9.5 12.5t.725-1.775T12 10t1.775.725t.725 1.775t-.725 1.775T12 15m-4.9 6q.35-1.725 1.713-2.863T12 17t3.188 1.138T16.9 21zM2 21q0-1.65 1.175-2.825T6 17q.425 0 .8.075t.725.225q-.75.725-1.25 1.663T5.6 21zm16.4 0q-.175-1.1-.675-2.037t-1.25-1.663q.35-.15.725-.225T18 17q1.65 0 2.825 1.175T22 21zM2.2 12L1 10.4L12 2l4 3.05V3h3v4.35l4 3.05l-1.2 1.6L12 4.525z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFamilyGroup(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="M6 16q-.825 0-1.412-.587T4 14t.588-1.412T6 12t1.413.588T8 14t-.587 1.413T6 16m12 0q-.825 0-1.412-.587T16 14t.588-1.412T18 12t1.413.588T20 14t-.587 1.413T18 16m-6-1q-1.05 0-1.775-.725T9.5 12.5t.725-1.775T12 10t1.775.725t.725 1.775t-.725 1.775T12 15m-4.9 6q.35-1.725 1.713-2.863T12 17t3.188 1.138T16.9 21zM2 21q0-1.65 1.175-2.825T6 17q.425 0 .8.075t.725.225q-.75.725-1.25 1.663T5.6 21zm16.4 0q-.175-1.1-.675-2.037t-1.25-1.663q.35-.15.725-.225T18 17q1.65 0 2.825 1.175T22 21zM2.2 12L1 10.4L12 2l4 3.05V3h3v4.35l4 3.05l-1.2 1.6L12 4.525z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16q-.825 0-1.412-.587T4 14t.588-1.412T6 12t1.413.588T8 14t-.587 1.413T6 16m12 0q-.825 0-1.412-.587T16 14t.588-1.412T18 12t1.413.588T20 14t-.587 1.413T18 16m-6-1q-1.05 0-1.775-.725T9.5 12.5t.725-1.775T12 10t1.775.725t.725 1.775t-.725 1.775T12 15m-4.9 6q.35-1.725 1.713-2.863T12 17t3.188 1.138T16.9 21zM2 21q0-1.65 1.175-2.825T6 17q.425 0 .8.075t.725.225q-.75.725-1.25 1.663T5.6 21zm16.4 0q-.175-1.1-.675-2.037t-1.25-1.663q.35-.15.725-.225T18 17q1.65 0 2.825 1.175T22 21zM2.2 12L1 10.4L12 2l4 3.05V3h3v4.35l4 3.05l-1.2 1.6L12 4.525z"/></svg> </template>
CSS
.icon-family-group {
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%22M6%2016q-.825%200-1.412-.587T4%2014t.588-1.412T6%2012t1.413.588T8%2014t-.587%201.413T6%2016m12%200q-.825%200-1.412-.587T16%2014t.588-1.412T18%2012t1.413.588T20%2014t-.587%201.413T18%2016m-6-1q-1.05%200-1.775-.725T9.5%2012.5t.725-1.775T12%2010t1.775.725t.725%201.775t-.725%201.775T12%2015m-4.9%206q.35-1.725%201.713-2.863T12%2017t3.188%201.138T16.9%2021zM2%2021q0-1.65%201.175-2.825T6%2017q.425%200%20.8.075t.725.225q-.75.725-1.25%201.663T5.6%2021zm16.4%200q-.175-1.1-.675-2.037t-1.25-1.663q.35-.15.725-.225T18%2017q1.65%200%202.825%201.175T22%2021zM2.2%2012L1%2010.4L12%202l4%203.05V3h3v4.35l4%203.05l-1.2%201.6L12%204.525z%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%22M6%2016q-.825%200-1.412-.587T4%2014t.588-1.412T6%2012t1.413.588T8%2014t-.587%201.413T6%2016m12%200q-.825%200-1.412-.587T16%2014t.588-1.412T18%2012t1.413.588T20%2014t-.587%201.413T18%2016m-6-1q-1.05%200-1.775-.725T9.5%2012.5t.725-1.775T12%2010t1.775.725t.725%201.775t-.725%201.775T12%2015m-4.9%206q.35-1.725%201.713-2.863T12%2017t3.188%201.138T16.9%2021zM2%2021q0-1.65%201.175-2.825T6%2017q.425%200%20.8.075t.725.225q-.75.725-1.25%201.663T5.6%2021zm16.4%200q-.175-1.1-.675-2.037t-1.25-1.663q.35-.15.725-.225T18%2017q1.65%200%202.825%201.175T22%2021zM2.2%2012L1%2010.4L12%202l4%203.05V3h3v4.35l4%203.05l-1.2%201.6L12%204.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/family-group.svg?color=%231a73e8&size=48