group search icon
group-search from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- group-search
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- group-search-sharp
3 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the group search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.175 10.825Q5 9.65 5 8t1.175-2.825T9 4t2.825 1.175T13 8t-1.175 2.825T9 12t-2.825-1.175M18.413 18.5q.562-.5.587-1.5q.025-.85-.562-1.425T17 15t-1.425.575T15 17t.575 1.425T17 19t1.413-.5M21.6 23l-2.55-2.55q-.45.275-.962.413T17 21q-1.65 0-2.825-1.175T13 17t1.175-2.825T17 13t2.825 1.175T21 17q0 .575-.137 1.088t-.413.962L23 21.6zM1 20v-2.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.8 0 1.613.088t1.612.287q-.6.8-.912 1.725T11 17q0 .8.2 1.563T11.8 20zm16.825-9.175Q16.65 12 15 12q-.275 0-.7-.062t-.7-.138q.675-.8 1.038-1.775T15 8t-.362-2.025T13.6 4.2q.35-.125.7-.163T15 4q1.65 0 2.825 1.175T19 8t-1.175 2.825"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGroupSearch(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.175 10.825Q5 9.65 5 8t1.175-2.825T9 4t2.825 1.175T13 8t-1.175 2.825T9 12t-2.825-1.175M18.413 18.5q.562-.5.587-1.5q.025-.85-.562-1.425T17 15t-1.425.575T15 17t.575 1.425T17 19t1.413-.5M21.6 23l-2.55-2.55q-.45.275-.962.413T17 21q-1.65 0-2.825-1.175T13 17t1.175-2.825T17 13t2.825 1.175T21 17q0 .575-.137 1.088t-.413.962L23 21.6zM1 20v-2.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.8 0 1.613.088t1.612.287q-.6.8-.912 1.725T11 17q0 .8.2 1.563T11.8 20zm16.825-9.175Q16.65 12 15 12q-.275 0-.7-.062t-.7-.138q.675-.8 1.038-1.775T15 8t-.362-2.025T13.6 4.2q.35-.125.7-.163T15 4q1.65 0 2.825 1.175T19 8t-1.175 2.825"/></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.175 10.825Q5 9.65 5 8t1.175-2.825T9 4t2.825 1.175T13 8t-1.175 2.825T9 12t-2.825-1.175M18.413 18.5q.562-.5.587-1.5q.025-.85-.562-1.425T17 15t-1.425.575T15 17t.575 1.425T17 19t1.413-.5M21.6 23l-2.55-2.55q-.45.275-.962.413T17 21q-1.65 0-2.825-1.175T13 17t1.175-2.825T17 13t2.825 1.175T21 17q0 .575-.137 1.088t-.413.962L23 21.6zM1 20v-2.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.8 0 1.613.088t1.612.287q-.6.8-.912 1.725T11 17q0 .8.2 1.563T11.8 20zm16.825-9.175Q16.65 12 15 12q-.275 0-.7-.062t-.7-.138q.675-.8 1.038-1.775T15 8t-.362-2.025T13.6 4.2q.35-.125.7-.163T15 4q1.65 0 2.825 1.175T19 8t-1.175 2.825"/></svg> </template>
CSS
.icon-group-search {
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.175%2010.825Q5%209.65%205%208t1.175-2.825T9%204t2.825%201.175T13%208t-1.175%202.825T9%2012t-2.825-1.175M18.413%2018.5q.562-.5.587-1.5q.025-.85-.562-1.425T17%2015t-1.425.575T15%2017t.575%201.425T17%2019t1.413-.5M21.6%2023l-2.55-2.55q-.45.275-.962.413T17%2021q-1.65%200-2.825-1.175T13%2017t1.175-2.825T17%2013t2.825%201.175T21%2017q0%20.575-.137%201.088t-.413.962L23%2021.6zM1%2020v-2.8q0-.85.438-1.562T2.6%2014.55q1.55-.775%203.15-1.162T9%2013q.8%200%201.613.088t1.612.287q-.6.8-.912%201.725T11%2017q0%20.8.2%201.563T11.8%2020zm16.825-9.175Q16.65%2012%2015%2012q-.275%200-.7-.062t-.7-.138q.675-.8%201.038-1.775T15%208t-.362-2.025T13.6%204.2q.35-.125.7-.163T15%204q1.65%200%202.825%201.175T19%208t-1.175%202.825%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.175%2010.825Q5%209.65%205%208t1.175-2.825T9%204t2.825%201.175T13%208t-1.175%202.825T9%2012t-2.825-1.175M18.413%2018.5q.562-.5.587-1.5q.025-.85-.562-1.425T17%2015t-1.425.575T15%2017t.575%201.425T17%2019t1.413-.5M21.6%2023l-2.55-2.55q-.45.275-.962.413T17%2021q-1.65%200-2.825-1.175T13%2017t1.175-2.825T17%2013t2.825%201.175T21%2017q0%20.575-.137%201.088t-.413.962L23%2021.6zM1%2020v-2.8q0-.85.438-1.562T2.6%2014.55q1.55-.775%203.15-1.162T9%2013q.8%200%201.613.088t1.612.287q-.6.8-.912%201.725T11%2017q0%20.8.2%201.563T11.8%2020zm16.825-9.175Q16.65%2012%2015%2012q-.275%200-.7-.062t-.7-.138q.675-.8%201.038-1.775T15%208t-.362-2.025T13.6%204.2q.35-.125.7-.163T15%204q1.65%200%202.825%201.175T19%208t-1.175%202.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/group-search.svg?color=%231a73e8&size=48