search-gear-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
search-gear-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the search gear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.092 19.8l-5.93-5.93q-.27.23-.645.442t-.701.327q-.108-.21-.234-.413t-.259-.368q1.258-.523 2.083-1.667T15.23 9.5q0-1.971-1.38-3.351t-3.35-1.38T7.149 6.15T5.769 9.5q0 .304.051.615q.051.31.115.594q-.22.012-.488.095t-.481.167q-.089-.313-.143-.694T4.769 9.5q0-2.398 1.667-4.064Q8.102 3.769 10.5 3.769t4.065 1.667T16.23 9.5q0 1.075-.376 2.028t-.957 1.657l5.902 5.907q.14.14.153.342q.013.2-.153.366q-.16.16-.354.16t-.354-.16M8.528 18.451q.626-.626.626-1.528t-.626-1.528T7 14.77t-1.528.626t-.626 1.528t.626 1.528T7 19.077t1.528-.626m-3.737.565l-.475.186q-.172.061-.33.013t-.257-.188l-.065-.139q-.098-.165-.087-.332t.171-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.358-.302q-.14-.109-.171-.283q-.03-.174.067-.34l.11-.144q.098-.14.244-.188t.318.013l.475.187q.313-.373.739-.588t.899-.32l.054-.456q.036-.176.174-.302t.314-.126h.131q.177 0 .314.128q.138.13.175.306l.053.45q.473.106.9.32t.739.588l.475-.187q.17-.061.327-.013t.254.188l.069.139q.1.165.088.333q-.011.167-.171.296l-.358.302q.166.517.166 1.034q0 .518-.166 1.035l.358.302q.14.11.171.283t-.067.34l-.11.144q-.098.14-.244.189t-.317-.014l-.475-.186q-.333.373-.75.587q-.416.214-.889.32l-.053.456q-.037.177-.175.303t-.314.126h-.13q-.178 0-.315-.13q-.138-.128-.174-.305l-.054-.45q-.473-.106-.89-.32q-.416-.215-.748-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSearchGearRounded(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="m20.092 19.8l-5.93-5.93q-.27.23-.645.442t-.701.327q-.108-.21-.234-.413t-.259-.368q1.258-.523 2.083-1.667T15.23 9.5q0-1.971-1.38-3.351t-3.35-1.38T7.149 6.15T5.769 9.5q0 .304.051.615q.051.31.115.594q-.22.012-.488.095t-.481.167q-.089-.313-.143-.694T4.769 9.5q0-2.398 1.667-4.064Q8.102 3.769 10.5 3.769t4.065 1.667T16.23 9.5q0 1.075-.376 2.028t-.957 1.657l5.902 5.907q.14.14.153.342q.013.2-.153.366q-.16.16-.354.16t-.354-.16M8.528 18.451q.626-.626.626-1.528t-.626-1.528T7 14.77t-1.528.626t-.626 1.528t.626 1.528T7 19.077t1.528-.626m-3.737.565l-.475.186q-.172.061-.33.013t-.257-.188l-.065-.139q-.098-.165-.087-.332t.171-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.358-.302q-.14-.109-.171-.283q-.03-.174.067-.34l.11-.144q.098-.14.244-.188t.318.013l.475.187q.313-.373.739-.588t.899-.32l.054-.456q.036-.176.174-.302t.314-.126h.131q.177 0 .314.128q.138.13.175.306l.053.45q.473.106.9.32t.739.588l.475-.187q.17-.061.327-.013t.254.188l.069.139q.1.165.088.333q-.011.167-.171.296l-.358.302q.166.517.166 1.034q0 .518-.166 1.035l.358.302q.14.11.171.283t-.067.34l-.11.144q-.098.14-.244.189t-.317-.014l-.475-.186q-.333.373-.75.587q-.416.214-.889.32l-.053.456q-.037.177-.175.303t-.314.126h-.13q-.178 0-.315-.13q-.138-.128-.174-.305l-.054-.45q-.473-.106-.89-.32q-.416-.215-.748-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.092 19.8l-5.93-5.93q-.27.23-.645.442t-.701.327q-.108-.21-.234-.413t-.259-.368q1.258-.523 2.083-1.667T15.23 9.5q0-1.971-1.38-3.351t-3.35-1.38T7.149 6.15T5.769 9.5q0 .304.051.615q.051.31.115.594q-.22.012-.488.095t-.481.167q-.089-.313-.143-.694T4.769 9.5q0-2.398 1.667-4.064Q8.102 3.769 10.5 3.769t4.065 1.667T16.23 9.5q0 1.075-.376 2.028t-.957 1.657l5.902 5.907q.14.14.153.342q.013.2-.153.366q-.16.16-.354.16t-.354-.16M8.528 18.451q.626-.626.626-1.528t-.626-1.528T7 14.77t-1.528.626t-.626 1.528t.626 1.528T7 19.077t1.528-.626m-3.737.565l-.475.186q-.172.061-.33.013t-.257-.188l-.065-.139q-.098-.165-.087-.332t.171-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.358-.302q-.14-.109-.171-.283q-.03-.174.067-.34l.11-.144q.098-.14.244-.188t.318.013l.475.187q.313-.373.739-.588t.899-.32l.054-.456q.036-.176.174-.302t.314-.126h.131q.177 0 .314.128q.138.13.175.306l.053.45q.473.106.9.32t.739.588l.475-.187q.17-.061.327-.013t.254.188l.069.139q.1.165.088.333q-.011.167-.171.296l-.358.302q.166.517.166 1.034q0 .518-.166 1.035l.358.302q.14.11.171.283t-.067.34l-.11.144q-.098.14-.244.189t-.317-.014l-.475-.186q-.333.373-.75.587q-.416.214-.889.32l-.053.456q-.037.177-.175.303t-.314.126h-.13q-.178 0-.315-.13q-.138-.128-.174-.305l-.054-.45q-.473-.106-.89-.32q-.416-.215-.748-.587"/></svg>
</template>

CSS

.icon-search-gear-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%22m20.092%2019.8l-5.93-5.93q-.27.23-.645.442t-.701.327q-.108-.21-.234-.413t-.259-.368q1.258-.523%202.083-1.667T15.23%209.5q0-1.971-1.38-3.351t-3.35-1.38T7.149%206.15T5.769%209.5q0%20.304.051.615q.051.31.115.594q-.22.012-.488.095t-.481.167q-.089-.313-.143-.694T4.769%209.5q0-2.398%201.667-4.064Q8.102%203.769%2010.5%203.769t4.065%201.667T16.23%209.5q0%201.075-.376%202.028t-.957%201.657l5.902%205.907q.14.14.153.342q.013.2-.153.366q-.16.16-.354.16t-.354-.16M8.528%2018.451q.626-.626.626-1.528t-.626-1.528T7%2014.77t-1.528.626t-.626%201.528t.626%201.528T7%2019.077t1.528-.626m-3.737.565l-.475.186q-.172.061-.33.013t-.257-.188l-.065-.139q-.098-.165-.087-.332t.171-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.358-.302q-.14-.109-.171-.283q-.03-.174.067-.34l.11-.144q.098-.14.244-.188t.318.013l.475.187q.313-.373.739-.588t.899-.32l.054-.456q.036-.176.174-.302t.314-.126h.131q.177%200%20.314.128q.138.13.175.306l.053.45q.473.106.9.32t.739.588l.475-.187q.17-.061.327-.013t.254.188l.069.139q.1.165.088.333q-.011.167-.171.296l-.358.302q.166.517.166%201.034q0%20.518-.166%201.035l.358.302q.14.11.171.283t-.067.34l-.11.144q-.098.14-.244.189t-.317-.014l-.475-.186q-.333.373-.75.587q-.416.214-.889.32l-.053.456q-.037.177-.175.303t-.314.126h-.13q-.178%200-.315-.13q-.138-.128-.174-.305l-.054-.45q-.473-.106-.89-.32q-.416-.215-.748-.587%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%22m20.092%2019.8l-5.93-5.93q-.27.23-.645.442t-.701.327q-.108-.21-.234-.413t-.259-.368q1.258-.523%202.083-1.667T15.23%209.5q0-1.971-1.38-3.351t-3.35-1.38T7.149%206.15T5.769%209.5q0%20.304.051.615q.051.31.115.594q-.22.012-.488.095t-.481.167q-.089-.313-.143-.694T4.769%209.5q0-2.398%201.667-4.064Q8.102%203.769%2010.5%203.769t4.065%201.667T16.23%209.5q0%201.075-.376%202.028t-.957%201.657l5.902%205.907q.14.14.153.342q.013.2-.153.366q-.16.16-.354.16t-.354-.16M8.528%2018.451q.626-.626.626-1.528t-.626-1.528T7%2014.77t-1.528.626t-.626%201.528t.626%201.528T7%2019.077t1.528-.626m-3.737.565l-.475.186q-.172.061-.33.013t-.257-.188l-.065-.139q-.098-.165-.087-.332t.171-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.358-.302q-.14-.109-.171-.283q-.03-.174.067-.34l.11-.144q.098-.14.244-.188t.318.013l.475.187q.313-.373.739-.588t.899-.32l.054-.456q.036-.176.174-.302t.314-.126h.131q.177%200%20.314.128q.138.13.175.306l.053.45q.473.106.9.32t.739.588l.475-.187q.17-.061.327-.013t.254.188l.069.139q.1.165.088.333q-.011.167-.171.296l-.358.302q.166.517.166%201.034q0%20.518-.166%201.035l.358.302q.14.11.171.283t-.067.34l-.11.144q-.098.14-.244.189t-.317-.014l-.475-.186q-.333.373-.75.587q-.416.214-.889.32l-.053.456q-.037.177-.175.303t-.314.126h-.13q-.178%200-.315-.13q-.138-.128-.174-.305l-.054-.45q-.473-.106-.89-.32q-.416-.215-.748-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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