group-search-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
group-search-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

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="M3 20q-.825 0-1.412-.587T1 18v-.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.575 0 1.138.05t1.137.15q.35.05.5.388t.025.687t-.475.613t-1 .187q-.35-.05-.675-.062T9 15q-1.4 0-2.775.338T3.5 16.35q-.225.125-.363.35T3 17.2v.8h7.375q.5 0 .75.313t.25.687t-.25.688t-.75.312zm3.175-9.175Q5 9.65 5 8t1.175-2.825T9 4t2.825 1.175T13 8t-1.175 2.825T9 12t-2.825-1.175m11.65 0Q16.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.825m-7.413-1.412Q11 8.825 11 8t-.587-1.412T9 6t-1.412.588T7 8t.588 1.413T9 10t1.413-.587m8 9.087q.562-.5.587-1.5q.025-.85-.562-1.425T17 15t-1.425.575T15 17t.575 1.425T17 19t1.413-.5M17 21q-1.65 0-2.825-1.175T13 17t1.175-2.825T17 13t2.825 1.175T21 17q0 .575-.137 1.088t-.413.962l1.85 1.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T17 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGroupSearchOutlineRounded(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="M3 20q-.825 0-1.412-.587T1 18v-.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.575 0 1.138.05t1.137.15q.35.05.5.388t.025.687t-.475.613t-1 .187q-.35-.05-.675-.062T9 15q-1.4 0-2.775.338T3.5 16.35q-.225.125-.363.35T3 17.2v.8h7.375q.5 0 .75.313t.25.687t-.25.688t-.75.312zm3.175-9.175Q5 9.65 5 8t1.175-2.825T9 4t2.825 1.175T13 8t-1.175 2.825T9 12t-2.825-1.175m11.65 0Q16.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.825m-7.413-1.412Q11 8.825 11 8t-.587-1.412T9 6t-1.412.588T7 8t.588 1.413T9 10t1.413-.587m8 9.087q.562-.5.587-1.5q.025-.85-.562-1.425T17 15t-1.425.575T15 17t.575 1.425T17 19t1.413-.5M17 21q-1.65 0-2.825-1.175T13 17t1.175-2.825T17 13t2.825 1.175T21 17q0 .575-.137 1.088t-.413.962l1.85 1.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T17 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.825 0-1.412-.587T1 18v-.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.575 0 1.138.05t1.137.15q.35.05.5.388t.025.687t-.475.613t-1 .187q-.35-.05-.675-.062T9 15q-1.4 0-2.775.338T3.5 16.35q-.225.125-.363.35T3 17.2v.8h7.375q.5 0 .75.313t.25.687t-.25.688t-.75.312zm3.175-9.175Q5 9.65 5 8t1.175-2.825T9 4t2.825 1.175T13 8t-1.175 2.825T9 12t-2.825-1.175m11.65 0Q16.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.825m-7.413-1.412Q11 8.825 11 8t-.587-1.412T9 6t-1.412.588T7 8t.588 1.413T9 10t1.413-.587m8 9.087q.562-.5.587-1.5q.025-.85-.562-1.425T17 15t-1.425.575T15 17t.575 1.425T17 19t1.413-.5M17 21q-1.65 0-2.825-1.175T13 17t1.175-2.825T17 13t2.825 1.175T21 17q0 .575-.137 1.088t-.413.962l1.85 1.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T17 21"/></svg>
</template>

CSS

.icon-group-search-outline-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%22M3%2020q-.825%200-1.412-.587T1%2018v-.8q0-.85.438-1.562T2.6%2014.55q1.55-.775%203.15-1.162T9%2013q.575%200%201.138.05t1.137.15q.35.05.5.388t.025.687t-.475.613t-1%20.187q-.35-.05-.675-.062T9%2015q-1.4%200-2.775.338T3.5%2016.35q-.225.125-.363.35T3%2017.2v.8h7.375q.5%200%20.75.313t.25.687t-.25.688t-.75.312zm3.175-9.175Q5%209.65%205%208t1.175-2.825T9%204t2.825%201.175T13%208t-1.175%202.825T9%2012t-2.825-1.175m11.65%200Q16.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.825m-7.413-1.412Q11%208.825%2011%208t-.587-1.412T9%206t-1.412.588T7%208t.588%201.413T9%2010t1.413-.587m8%209.087q.562-.5.587-1.5q.025-.85-.562-1.425T17%2015t-1.425.575T15%2017t.575%201.425T17%2019t1.413-.5M17%2021q-1.65%200-2.825-1.175T13%2017t1.175-2.825T17%2013t2.825%201.175T21%2017q0%20.575-.137%201.088t-.413.962l1.85%201.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T17%2021%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%22M3%2020q-.825%200-1.412-.587T1%2018v-.8q0-.85.438-1.562T2.6%2014.55q1.55-.775%203.15-1.162T9%2013q.575%200%201.138.05t1.137.15q.35.05.5.388t.025.687t-.475.613t-1%20.187q-.35-.05-.675-.062T9%2015q-1.4%200-2.775.338T3.5%2016.35q-.225.125-.363.35T3%2017.2v.8h7.375q.5%200%20.75.313t.25.687t-.25.688t-.75.312zm3.175-9.175Q5%209.65%205%208t1.175-2.825T9%204t2.825%201.175T13%208t-1.175%202.825T9%2012t-2.825-1.175m11.65%200Q16.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.825m-7.413-1.412Q11%208.825%2011%208t-.587-1.412T9%206t-1.412.588T7%208t.588%201.413T9%2010t1.413-.587m8%209.087q.562-.5.587-1.5q.025-.85-.562-1.425T17%2015t-1.425.575T15%2017t.575%201.425T17%2019t1.413-.5M17%2021q-1.65%200-2.825-1.175T13%2017t1.175-2.825T17%2013t2.825%201.175T21%2017q0%20.575-.137%201.088t-.413.962l1.85%201.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T17%2021%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-outline-rounded.svg?color=%231a73e8&size=48