group-search from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
group-search
Set
Material Symbols Light
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
group-search-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

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="M7.473 10.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m10.863 7.848q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.646-.661t-1.646.664t-.664 1.646t.664 1.644t1.646.661t1.64-.644m2.784 3.432l-2.453-2.454q-.412.333-.905.5T16.692 20q-1.364 0-2.336-.971t-.971-2.335t.97-2.336q.972-.974 2.335-.974t2.337.972t.973 2.336q0 .555-.166 1.049q-.167.494-.48.905l2.454 2.435zM2.596 18.617V16.97q0-.696.36-1.197q.361-.5.97-.8q1.301-.62 2.584-.988q1.282-.368 3.086-.368q.608 0 1.151.049q.544.049 1.055.133q-.408.666-.605 1.395q-.197.73-.197 1.5q0 .501.085.98q.084.479.273.943zm13.388-8.108q-.881.877-2.118.877q-.064 0-.162-.015t-.162-.032q.509-.622.781-1.38q.273-.759.273-1.576t-.285-1.56t-.769-1.391q.081-.029.162-.038t.162-.009q1.237 0 2.118.877t.882 2.123t-.882 2.124"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroupSearch(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="M7.473 10.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m10.863 7.848q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.646-.661t-1.646.664t-.664 1.646t.664 1.644t1.646.661t1.64-.644m2.784 3.432l-2.453-2.454q-.412.333-.905.5T16.692 20q-1.364 0-2.336-.971t-.971-2.335t.97-2.336q.972-.974 2.335-.974t2.337.972t.973 2.336q0 .555-.166 1.049q-.167.494-.48.905l2.454 2.435zM2.596 18.617V16.97q0-.696.36-1.197q.361-.5.97-.8q1.301-.62 2.584-.988q1.282-.368 3.086-.368q.608 0 1.151.049q.544.049 1.055.133q-.408.666-.605 1.395q-.197.73-.197 1.5q0 .501.085.98q.084.479.273.943zm13.388-8.108q-.881.877-2.118.877q-.064 0-.162-.015t-.162-.032q.509-.622.781-1.38q.273-.759.273-1.576t-.285-1.56t-.769-1.391q.081-.029.162-.038t.162-.009q1.237 0 2.118.877t.882 2.123t-.882 2.124"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.473 10.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m10.863 7.848q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.646-.661t-1.646.664t-.664 1.646t.664 1.644t1.646.661t1.64-.644m2.784 3.432l-2.453-2.454q-.412.333-.905.5T16.692 20q-1.364 0-2.336-.971t-.971-2.335t.97-2.336q.972-.974 2.335-.974t2.337.972t.973 2.336q0 .555-.166 1.049q-.167.494-.48.905l2.454 2.435zM2.596 18.617V16.97q0-.696.36-1.197q.361-.5.97-.8q1.301-.62 2.584-.988q1.282-.368 3.086-.368q.608 0 1.151.049q.544.049 1.055.133q-.408.666-.605 1.395q-.197.73-.197 1.5q0 .501.085.98q.084.479.273.943zm13.388-8.108q-.881.877-2.118.877q-.064 0-.162-.015t-.162-.032q.509-.622.781-1.38q.273-.759.273-1.576t-.285-1.56t-.769-1.391q.081-.029.162-.038t.162-.009q1.237 0 2.118.877t.882 2.123t-.882 2.124"/></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%22M7.473%2010.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m10.863%207.848q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.646-.661t-1.646.664t-.664%201.646t.664%201.644t1.646.661t1.64-.644m2.784%203.432l-2.453-2.454q-.412.333-.905.5T16.692%2020q-1.364%200-2.336-.971t-.971-2.335t.97-2.336q.972-.974%202.335-.974t2.337.972t.973%202.336q0%20.555-.166%201.049q-.167.494-.48.905l2.454%202.435zM2.596%2018.617V16.97q0-.696.36-1.197q.361-.5.97-.8q1.301-.62%202.584-.988q1.282-.368%203.086-.368q.608%200%201.151.049q.544.049%201.055.133q-.408.666-.605%201.395q-.197.73-.197%201.5q0%20.501.085.98q.084.479.273.943zm13.388-8.108q-.881.877-2.118.877q-.064%200-.162-.015t-.162-.032q.509-.622.781-1.38q.273-.759.273-1.576t-.285-1.56t-.769-1.391q.081-.029.162-.038t.162-.009q1.237%200%202.118.877t.882%202.123t-.882%202.124%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%22M7.473%2010.508q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m10.863%207.848q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.646-.661t-1.646.664t-.664%201.646t.664%201.644t1.646.661t1.64-.644m2.784%203.432l-2.453-2.454q-.412.333-.905.5T16.692%2020q-1.364%200-2.336-.971t-.971-2.335t.97-2.336q.972-.974%202.335-.974t2.337.972t.973%202.336q0%20.555-.166%201.049q-.167.494-.48.905l2.454%202.435zM2.596%2018.617V16.97q0-.696.36-1.197q.361-.5.97-.8q1.301-.62%202.584-.988q1.282-.368%203.086-.368q.608%200%201.151.049q.544.049%201.055.133q-.408.666-.605%201.395q-.197.73-.197%201.5q0%20.501.085.98q.084.479.273.943zm13.388-8.108q-.881.877-2.118.877q-.064%200-.162-.015t-.162-.032q.509-.622.781-1.38q.273-.759.273-1.576t-.285-1.56t-.769-1.391q.081-.029.162-.038t.162-.009q1.237%200%202.118.877t.882%202.123t-.882%202.124%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/group-search.svg?color=%231a73e8&size=48