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

Name
search-gear
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
search-gear-outline, search-gear-outline-sharp, search-gear-sharp

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.446 20.154l-6.284-6.285q-.27.231-.645.443t-.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.657l6.256 6.261zM6.5 20.808l-.108-.885q-.473-.106-.889-.32t-.75-.588l-.834.335l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.816l.835.335q.313-.373.74-.588t.898-.32l.108-.884h1l.108.884q.473.106.899.32t.74.588l.834-.335l.538.816l-.688.577q.165.517.165 1.034q0 .518-.165 1.035l.688.577l-.538.815l-.835-.334q-.332.373-.749.587q-.416.214-.89.32l-.107.885zm2.028-2.357q.626-.626.626-1.528t-.626-1.528T7 14.77t-1.528.626t-.626 1.528t.626 1.528T7 19.077t1.528-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSearchGear(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.446 20.154l-6.284-6.285q-.27.231-.645.443t-.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.657l6.256 6.261zM6.5 20.808l-.108-.885q-.473-.106-.889-.32t-.75-.588l-.834.335l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.816l.835.335q.313-.373.74-.588t.898-.32l.108-.884h1l.108.884q.473.106.899.32t.74.588l.834-.335l.538.816l-.688.577q.165.517.165 1.034q0 .518-.165 1.035l.688.577l-.538.815l-.835-.334q-.332.373-.749.587q-.416.214-.89.32l-.107.885zm2.028-2.357q.626-.626.626-1.528t-.626-1.528T7 14.77t-1.528.626t-.626 1.528t.626 1.528T7 19.077t1.528-.626"/></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.446 20.154l-6.284-6.285q-.27.231-.645.443t-.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.657l6.256 6.261zM6.5 20.808l-.108-.885q-.473-.106-.889-.32t-.75-.588l-.834.335l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.816l.835.335q.313-.373.74-.588t.898-.32l.108-.884h1l.108.884q.473.106.899.32t.74.588l.834-.335l.538.816l-.688.577q.165.517.165 1.034q0 .518-.165 1.035l.688.577l-.538.815l-.835-.334q-.332.373-.749.587q-.416.214-.89.32l-.107.885zm2.028-2.357q.626-.626.626-1.528t-.626-1.528T7 14.77t-1.528.626t-.626 1.528t.626 1.528T7 19.077t1.528-.626"/></svg>
</template>

CSS

.icon-search-gear {
  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.446%2020.154l-6.284-6.285q-.27.231-.645.443t-.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.657l6.256%206.261zM6.5%2020.808l-.108-.885q-.473-.106-.889-.32t-.75-.588l-.834.335l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.816l.835.335q.313-.373.74-.588t.898-.32l.108-.884h1l.108.884q.473.106.899.32t.74.588l.834-.335l.538.816l-.688.577q.165.517.165%201.034q0%20.518-.165%201.035l.688.577l-.538.815l-.835-.334q-.332.373-.749.587q-.416.214-.89.32l-.107.885zm2.028-2.357q.626-.626.626-1.528t-.626-1.528T7%2014.77t-1.528.626t-.626%201.528t.626%201.528T7%2019.077t1.528-.626%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.446%2020.154l-6.284-6.285q-.27.231-.645.443t-.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.657l6.256%206.261zM6.5%2020.808l-.108-.885q-.473-.106-.889-.32t-.75-.588l-.834.335l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.816l.835.335q.313-.373.74-.588t.898-.32l.108-.884h1l.108.884q.473.106.899.32t.74.588l.834-.335l.538.816l-.688.577q.165.517.165%201.034q0%20.518-.165%201.035l.688.577l-.538.815l-.835-.334q-.332.373-.749.587q-.416.214-.89.32l-.107.885zm2.028-2.357q.626-.626.626-1.528t-.626-1.528T7%2014.77t-1.528.626t-.626%201.528t.626%201.528T7%2019.077t1.528-.626%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.svg?color=%231a73e8&size=48