group remove icon
group-remove from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- group-remove
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- group-remove-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the group remove 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 17v3zm6-9h-6V9h6zm-18.825-.175Q4 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.2V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGroupRemove(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 17v3zm6-9h-6V9h6zm-18.825-.175Q4 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.2V20z"/></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 17v3zm6-9h-6V9h6zm-18.825-.175Q4 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.2V20z"/></svg> </template>
CSS
.icon-group-remove {
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%2017v3zm6-9h-6V9h6zm-18.825-.175Q4%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.2V20z%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%2017v3zm6-9h-6V9h6zm-18.825-.175Q4%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.2V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/group-remove.svg?color=%231a73e8&size=48