group search icon
group-search-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- group-search-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
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="M18.336 18.356q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.649-.661q-.984 0-1.646.661q-.662.662-.662 1.646q0 .985.662 1.647q.662.661 1.646.661q.985 0 1.644-.644m2.43 3.078l-2.1-2.1q-.412.333-.905.5T16.692 20q-1.361 0-2.334-.973t-.973-2.335t.973-2.334t2.334-.973t2.335.973t.973 2.334q0 .556-.166 1.05q-.167.493-.48.904l2.1 2.1q.14.14.15.345q.01.203-.131.344q-.14.16-.354.15t-.354-.15m-17.169-2.82q-.402 0-.7-.299q-.3-.299-.3-.7v-.647q0-.696.36-1.197q.361-.5.971-.799q1.3-.621 2.583-.99q1.282-.367 3.086-.367q.354 0 .679.018t.64.049q.327.036.482.316t.001.588q-.211.498-.305 1.028q-.093.53-.093 1.077q0 .272.024.543q.024.27.092.542q.073.327-.116.583q-.188.256-.51.256zm12.393-8.107q-.877.877-2.123.877q-.064 0-.162-.015t-.162-.032q.502-.627.778-1.38q.276-.754.276-1.574q0-.819-.285-1.563q-.286-.744-.769-1.39q.081-.029.162-.038t.162-.009q1.246 0 2.123.877t.877 2.123t-.877 2.124m-8.516 0q-.877-.877-.877-2.124q0-1.246.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.124q-.877.876-2.123.876t-2.123-.876"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGroupSearchRounded(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="M18.336 18.356q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.649-.661q-.984 0-1.646.661q-.662.662-.662 1.646q0 .985.662 1.647q.662.661 1.646.661q.985 0 1.644-.644m2.43 3.078l-2.1-2.1q-.412.333-.905.5T16.692 20q-1.361 0-2.334-.973t-.973-2.335t.973-2.334t2.334-.973t2.335.973t.973 2.334q0 .556-.166 1.05q-.167.493-.48.904l2.1 2.1q.14.14.15.345q.01.203-.131.344q-.14.16-.354.15t-.354-.15m-17.169-2.82q-.402 0-.7-.299q-.3-.299-.3-.7v-.647q0-.696.36-1.197q.361-.5.971-.799q1.3-.621 2.583-.99q1.282-.367 3.086-.367q.354 0 .679.018t.64.049q.327.036.482.316t.001.588q-.211.498-.305 1.028q-.093.53-.093 1.077q0 .272.024.543q.024.27.092.542q.073.327-.116.583q-.188.256-.51.256zm12.393-8.107q-.877.877-2.123.877q-.064 0-.162-.015t-.162-.032q.502-.627.778-1.38q.276-.754.276-1.574q0-.819-.285-1.563q-.286-.744-.769-1.39q.081-.029.162-.038t.162-.009q1.246 0 2.123.877t.877 2.123t-.877 2.124m-8.516 0q-.877-.877-.877-2.124q0-1.246.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.124q-.877.876-2.123.876t-2.123-.876"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.336 18.356q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.649-.661q-.984 0-1.646.661q-.662.662-.662 1.646q0 .985.662 1.647q.662.661 1.646.661q.985 0 1.644-.644m2.43 3.078l-2.1-2.1q-.412.333-.905.5T16.692 20q-1.361 0-2.334-.973t-.973-2.335t.973-2.334t2.334-.973t2.335.973t.973 2.334q0 .556-.166 1.05q-.167.493-.48.904l2.1 2.1q.14.14.15.345q.01.203-.131.344q-.14.16-.354.15t-.354-.15m-17.169-2.82q-.402 0-.7-.299q-.3-.299-.3-.7v-.647q0-.696.36-1.197q.361-.5.971-.799q1.3-.621 2.583-.99q1.282-.367 3.086-.367q.354 0 .679.018t.64.049q.327.036.482.316t.001.588q-.211.498-.305 1.028q-.093.53-.093 1.077q0 .272.024.543q.024.27.092.542q.073.327-.116.583q-.188.256-.51.256zm12.393-8.107q-.877.877-2.123.877q-.064 0-.162-.015t-.162-.032q.502-.627.778-1.38q.276-.754.276-1.574q0-.819-.285-1.563q-.286-.744-.769-1.39q.081-.029.162-.038t.162-.009q1.246 0 2.123.877t.877 2.123t-.877 2.124m-8.516 0q-.877-.877-.877-2.124q0-1.246.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.124q-.877.876-2.123.876t-2.123-.876"/></svg> </template>
CSS
.icon-group-search-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%22M18.336%2018.356q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.649-.661q-.984%200-1.646.661q-.662.662-.662%201.646q0%20.985.662%201.647q.662.661%201.646.661q.985%200%201.644-.644m2.43%203.078l-2.1-2.1q-.412.333-.905.5T16.692%2020q-1.361%200-2.334-.973t-.973-2.335t.973-2.334t2.334-.973t2.335.973t.973%202.334q0%20.556-.166%201.05q-.167.493-.48.904l2.1%202.1q.14.14.15.345q.01.203-.131.344q-.14.16-.354.15t-.354-.15m-17.169-2.82q-.402%200-.7-.299q-.3-.299-.3-.7v-.647q0-.696.36-1.197q.361-.5.971-.799q1.3-.621%202.583-.99q1.282-.367%203.086-.367q.354%200%20.679.018t.64.049q.327.036.482.316t.001.588q-.211.498-.305%201.028q-.093.53-.093%201.077q0%20.272.024.543q.024.27.092.542q.073.327-.116.583q-.188.256-.51.256zm12.393-8.107q-.877.877-2.123.877q-.064%200-.162-.015t-.162-.032q.502-.627.778-1.38q.276-.754.276-1.574q0-.819-.285-1.563q-.286-.744-.769-1.39q.081-.029.162-.038t.162-.009q1.246%200%202.123.877t.877%202.123t-.877%202.124m-8.516%200q-.877-.877-.877-2.124q0-1.246.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.124q-.877.876-2.123.876t-2.123-.876%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%22M18.336%2018.356q.658-.645.664-1.664q.006-.984-.659-1.646q-.664-.661-1.649-.661q-.984%200-1.646.661q-.662.662-.662%201.646q0%20.985.662%201.647q.662.661%201.646.661q.985%200%201.644-.644m2.43%203.078l-2.1-2.1q-.412.333-.905.5T16.692%2020q-1.361%200-2.334-.973t-.973-2.335t.973-2.334t2.334-.973t2.335.973t.973%202.334q0%20.556-.166%201.05q-.167.493-.48.904l2.1%202.1q.14.14.15.345q.01.203-.131.344q-.14.16-.354.15t-.354-.15m-17.169-2.82q-.402%200-.7-.299q-.3-.299-.3-.7v-.647q0-.696.36-1.197q.361-.5.971-.799q1.3-.621%202.583-.99q1.282-.367%203.086-.367q.354%200%20.679.018t.64.049q.327.036.482.316t.001.588q-.211.498-.305%201.028q-.093.53-.093%201.077q0%20.272.024.543q.024.27.092.542q.073.327-.116.583q-.188.256-.51.256zm12.393-8.107q-.877.877-2.123.877q-.064%200-.162-.015t-.162-.032q.502-.627.778-1.38q.276-.754.276-1.574q0-.819-.285-1.563q-.286-.744-.769-1.39q.081-.029.162-.038t.162-.009q1.246%200%202.123.877t.877%202.123t-.877%202.124m-8.516%200q-.877-.877-.877-2.124q0-1.246.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.124q-.877.876-2.123.876t-2.123-.876%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-rounded.svg?color=%231a73e8&size=48