feature search icon

feature-search-sharp from Material Symbols by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
feature-search-sharp
Set
Material Symbols
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the feature search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.3 8.9l3.2 3.2l-1.4 1.4l-3.2-3.2q-.525.3-1.125.5T15.5 11q-1.875 0-3.187-1.312T11 6.5t1.313-3.187T15.5 2t3.188 1.313T20 6.5q0 .675-.2 1.275T19.3 8.9m-2.025-.625Q18 7.55 18 6.5t-.725-1.775T15.5 4t-1.775.725T13 6.5t.725 1.775T15.5 9t1.775-.725M2 22V4h7.5q-.275.625-.375 1.288t-.1 1.312q0 2.725 1.925 4.55t4.575 1.825q.475 0 .95-.063t.975-.212L20 15.25V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFeatureSearchSharp(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="m19.3 8.9l3.2 3.2l-1.4 1.4l-3.2-3.2q-.525.3-1.125.5T15.5 11q-1.875 0-3.187-1.312T11 6.5t1.313-3.187T15.5 2t3.188 1.313T20 6.5q0 .675-.2 1.275T19.3 8.9m-2.025-.625Q18 7.55 18 6.5t-.725-1.775T15.5 4t-1.775.725T13 6.5t.725 1.775T15.5 9t1.775-.725M2 22V4h7.5q-.275.625-.375 1.288t-.1 1.312q0 2.725 1.925 4.55t4.575 1.825q.475 0 .95-.063t.975-.212L20 15.25V22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.3 8.9l3.2 3.2l-1.4 1.4l-3.2-3.2q-.525.3-1.125.5T15.5 11q-1.875 0-3.187-1.312T11 6.5t1.313-3.187T15.5 2t3.188 1.313T20 6.5q0 .675-.2 1.275T19.3 8.9m-2.025-.625Q18 7.55 18 6.5t-.725-1.775T15.5 4t-1.775.725T13 6.5t.725 1.775T15.5 9t1.775-.725M2 22V4h7.5q-.275.625-.375 1.288t-.1 1.312q0 2.725 1.925 4.55t4.575 1.825q.475 0 .95-.063t.975-.212L20 15.25V22z"/></svg>
</template>

CSS

.icon-feature-search-sharp {
  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%22m19.3%208.9l3.2%203.2l-1.4%201.4l-3.2-3.2q-.525.3-1.125.5T15.5%2011q-1.875%200-3.187-1.312T11%206.5t1.313-3.187T15.5%202t3.188%201.313T20%206.5q0%20.675-.2%201.275T19.3%208.9m-2.025-.625Q18%207.55%2018%206.5t-.725-1.775T15.5%204t-1.775.725T13%206.5t.725%201.775T15.5%209t1.775-.725M2%2022V4h7.5q-.275.625-.375%201.288t-.1%201.312q0%202.725%201.925%204.55t4.575%201.825q.475%200%20.95-.063t.975-.212L20%2015.25V22z%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%22m19.3%208.9l3.2%203.2l-1.4%201.4l-3.2-3.2q-.525.3-1.125.5T15.5%2011q-1.875%200-3.187-1.312T11%206.5t1.313-3.187T15.5%202t3.188%201.313T20%206.5q0%20.675-.2%201.275T19.3%208.9m-2.025-.625Q18%207.55%2018%206.5t-.725-1.775T15.5%204t-1.775.725T13%206.5t.725%201.775T15.5%209t1.775-.725M2%2022V4h7.5q-.275.625-.375%201.288t-.1%201.312q0%202.725%201.925%204.55t4.575%201.825q.475%200%20.95-.063t.975-.212L20%2015.25V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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