search gear icon
search-gear-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- search-gear-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.774.565l-.475.186q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332q.011-.168.17-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.357-.302q-.14-.109-.171-.283t.067-.34l.11-.144q.098-.14.244-.188t.317.013l.475.187q.313-.373.74-.588t.898-.32l.054-.456q.037-.176.174-.302t.315-.126h.13q.177 0 .315.128q.137.13.174.306l.054.45q.473.106.899.32t.74.588l.474-.187q.171-.061.33-.013t.257.188l.065.139q.098.165.087.333q-.012.167-.171.296l-.358.302q.165.517.165 1.034q0 .518-.165 1.035l.358.302q.14.11.17.283q.032.174-.067.34l-.11.144q-.097.14-.243.189q-.147.048-.318-.014l-.475-.186q-.332.373-.749.587q-.416.214-.89.32l-.053.456q-.037.177-.174.303t-.314.126h-.131q-.177 0-.315-.13q-.137-.128-.174-.305l-.054-.45q-.473-.106-.889-.32t-.75-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSearchGearOutlineRounded(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.774.565l-.475.186q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332q.011-.168.17-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.357-.302q-.14-.109-.171-.283t.067-.34l.11-.144q.098-.14.244-.188t.317.013l.475.187q.313-.373.74-.588t.898-.32l.054-.456q.037-.176.174-.302t.315-.126h.13q.177 0 .315.128q.137.13.174.306l.054.45q.473.106.899.32t.74.588l.474-.187q.171-.061.33-.013t.257.188l.065.139q.098.165.087.333q-.012.167-.171.296l-.358.302q.165.517.165 1.034q0 .518-.165 1.035l.358.302q.14.11.17.283q.032.174-.067.34l-.11.144q-.097.14-.243.189q-.147.048-.318-.014l-.475-.186q-.332.373-.749.587q-.416.214-.89.32l-.053.456q-.037.177-.174.303t-.314.126h-.131q-.177 0-.315-.13q-.137-.128-.174-.305l-.054-.45q-.473-.106-.889-.32t-.75-.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.774.565l-.475.186q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332q.011-.168.17-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.357-.302q-.14-.109-.171-.283t.067-.34l.11-.144q.098-.14.244-.188t.317.013l.475.187q.313-.373.74-.588t.898-.32l.054-.456q.037-.176.174-.302t.315-.126h.13q.177 0 .315.128q.137.13.174.306l.054.45q.473.106.899.32t.74.588l.474-.187q.171-.061.33-.013t.257.188l.065.139q.098.165.087.333q-.012.167-.171.296l-.358.302q.165.517.165 1.034q0 .518-.165 1.035l.358.302q.14.11.17.283q.032.174-.067.34l-.11.144q-.097.14-.243.189q-.147.048-.318-.014l-.475-.186q-.332.373-.749.587q-.416.214-.89.32l-.053.456q-.037.177-.174.303t-.314.126h-.131q-.177 0-.315-.13q-.137-.128-.174-.305l-.054-.45q-.473-.106-.889-.32t-.75-.587"/></svg> </template>
CSS
.icon-search-gear-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%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.774.565l-.475.186q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332q.011-.168.17-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.357-.302q-.14-.109-.171-.283t.067-.34l.11-.144q.098-.14.244-.188t.317.013l.475.187q.313-.373.74-.588t.898-.32l.054-.456q.037-.176.174-.302t.315-.126h.13q.177%200%20.315.128q.137.13.174.306l.054.45q.473.106.899.32t.74.588l.474-.187q.171-.061.33-.013t.257.188l.065.139q.098.165.087.333q-.012.167-.171.296l-.358.302q.165.517.165%201.034q0%20.518-.165%201.035l.358.302q.14.11.17.283q.032.174-.067.34l-.11.144q-.097.14-.243.189q-.147.048-.318-.014l-.475-.186q-.332.373-.749.587q-.416.214-.89.32l-.053.456q-.037.177-.174.303t-.314.126h-.131q-.177%200-.315-.13q-.137-.128-.174-.305l-.054-.45q-.473-.106-.889-.32t-.75-.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.774.565l-.475.186q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332q.011-.168.17-.297l.358-.301q-.165-.518-.165-1.035t.165-1.035l-.357-.302q-.14-.109-.171-.283t.067-.34l.11-.144q.098-.14.244-.188t.317.013l.475.187q.313-.373.74-.588t.898-.32l.054-.456q.037-.176.174-.302t.315-.126h.13q.177%200%20.315.128q.137.13.174.306l.054.45q.473.106.899.32t.74.588l.474-.187q.171-.061.33-.013t.257.188l.065.139q.098.165.087.333q-.012.167-.171.296l-.358.302q.165.517.165%201.034q0%20.518-.165%201.035l.358.302q.14.11.17.283q.032.174-.067.34l-.11.144q-.097.14-.243.189q-.147.048-.318-.014l-.475-.186q-.332.373-.749.587q-.416.214-.89.32l-.053.456q-.037.177-.174.303t-.314.126h-.131q-.177%200-.315-.13q-.137-.128-.174-.305l-.054-.45q-.473-.106-.889-.32t-.75-.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-outline-rounded.svg?color=%231a73e8&size=48