group add icon
group-add-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- group-add-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- group-add-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the group add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 11.95q.725-.8 1.113-1.825T14 8t-.387-2.125T12.5 4.05q1.5.2 2.5 1.325T16 8t-1 2.625t-2.5 1.325M18 20v-3q0-.9-.4-1.713t-1.05-1.437q1.275.45 2.363 1.163T20 17v3zm2-7v-2h-2V9h2V7h2v2h2v2h-2v2zM5.175 10.825Q4 9.65 4 8t1.175-2.825T8 4t2.825 1.175T12 8t-1.175 2.825T8 12t-2.825-1.175M0 20v-2.8q0-.85.438-1.562T1.6 14.55q1.55-.775 3.15-1.162T8 13t3.25.388t3.15 1.162q.725.375 1.163 1.088T16 17.2V20zm8-10q.825 0 1.413-.587T10 8t-.587-1.412T8 6t-1.412.588T6 8t.588 1.413T8 10m-6 8h12v-.8q0-.275-.137-.5t-.363-.35q-1.35-.675-2.725-1.012T8 15t-2.775.338T2.5 16.35q-.225.125-.363.35T2 17.2zm6 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGroupAddOutline(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="M12.5 11.95q.725-.8 1.113-1.825T14 8t-.387-2.125T12.5 4.05q1.5.2 2.5 1.325T16 8t-1 2.625t-2.5 1.325M18 20v-3q0-.9-.4-1.713t-1.05-1.437q1.275.45 2.363 1.163T20 17v3zm2-7v-2h-2V9h2V7h2v2h2v2h-2v2zM5.175 10.825Q4 9.65 4 8t1.175-2.825T8 4t2.825 1.175T12 8t-1.175 2.825T8 12t-2.825-1.175M0 20v-2.8q0-.85.438-1.562T1.6 14.55q1.55-.775 3.15-1.162T8 13t3.25.388t3.15 1.162q.725.375 1.163 1.088T16 17.2V20zm8-10q.825 0 1.413-.587T10 8t-.587-1.412T8 6t-1.412.588T6 8t.588 1.413T8 10m-6 8h12v-.8q0-.275-.137-.5t-.363-.35q-1.35-.675-2.725-1.012T8 15t-2.775.338T2.5 16.35q-.225.125-.363.35T2 17.2zm6 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 11.95q.725-.8 1.113-1.825T14 8t-.387-2.125T12.5 4.05q1.5.2 2.5 1.325T16 8t-1 2.625t-2.5 1.325M18 20v-3q0-.9-.4-1.713t-1.05-1.437q1.275.45 2.363 1.163T20 17v3zm2-7v-2h-2V9h2V7h2v2h2v2h-2v2zM5.175 10.825Q4 9.65 4 8t1.175-2.825T8 4t2.825 1.175T12 8t-1.175 2.825T8 12t-2.825-1.175M0 20v-2.8q0-.85.438-1.562T1.6 14.55q1.55-.775 3.15-1.162T8 13t3.25.388t3.15 1.162q.725.375 1.163 1.088T16 17.2V20zm8-10q.825 0 1.413-.587T10 8t-.587-1.412T8 6t-1.412.588T6 8t.588 1.413T8 10m-6 8h12v-.8q0-.275-.137-.5t-.363-.35q-1.35-.675-2.725-1.012T8 15t-2.775.338T2.5 16.35q-.225.125-.363.35T2 17.2zm6 0"/></svg> </template>
CSS
.icon-group-add-outline {
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%22M12.5%2011.95q.725-.8%201.113-1.825T14%208t-.387-2.125T12.5%204.05q1.5.2%202.5%201.325T16%208t-1%202.625t-2.5%201.325M18%2020v-3q0-.9-.4-1.713t-1.05-1.437q1.275.45%202.363%201.163T20%2017v3zm2-7v-2h-2V9h2V7h2v2h2v2h-2v2zM5.175%2010.825Q4%209.65%204%208t1.175-2.825T8%204t2.825%201.175T12%208t-1.175%202.825T8%2012t-2.825-1.175M0%2020v-2.8q0-.85.438-1.562T1.6%2014.55q1.55-.775%203.15-1.162T8%2013t3.25.388t3.15%201.162q.725.375%201.163%201.088T16%2017.2V20zm8-10q.825%200%201.413-.587T10%208t-.587-1.412T8%206t-1.412.588T6%208t.588%201.413T8%2010m-6%208h12v-.8q0-.275-.137-.5t-.363-.35q-1.35-.675-2.725-1.012T8%2015t-2.775.338T2.5%2016.35q-.225.125-.363.35T2%2017.2zm6%200%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%22M12.5%2011.95q.725-.8%201.113-1.825T14%208t-.387-2.125T12.5%204.05q1.5.2%202.5%201.325T16%208t-1%202.625t-2.5%201.325M18%2020v-3q0-.9-.4-1.713t-1.05-1.437q1.275.45%202.363%201.163T20%2017v3zm2-7v-2h-2V9h2V7h2v2h2v2h-2v2zM5.175%2010.825Q4%209.65%204%208t1.175-2.825T8%204t2.825%201.175T12%208t-1.175%202.825T8%2012t-2.825-1.175M0%2020v-2.8q0-.85.438-1.562T1.6%2014.55q1.55-.775%203.15-1.162T8%2013t3.25.388t3.15%201.162q.725.375%201.163%201.088T16%2017.2V20zm8-10q.825%200%201.413-.587T10%208t-.587-1.412T8%206t-1.412.588T6%208t.588%201.413T8%2010m-6%208h12v-.8q0-.275-.137-.5t-.363-.35q-1.35-.675-2.725-1.012T8%2015t-2.775.338T2.5%2016.35q-.225.125-.363.35T2%2017.2zm6%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/group-add-outline.svg?color=%231a73e8&size=48