feature search icon
feature-search-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- feature-search-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M15.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.9l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.5-2.5q-.525.3-1.125.5T15.5 11m1.775-2.725Q18 7.55 18 6.5t-.725-1.775T15.5 4t-1.775.725T13 6.5t.725 1.775T15.5 9t1.775-.725M4 22q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h4.3q.425 0 .7.363t.15.787q-.075.35-.1.725t-.025.725q0 2.725 1.925 4.55t4.575 1.825q.475 0 .95-.063t.975-.212l1.975 1.975q.275.275.425.637t.15.763V20q0 .825-.587 1.412T18 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFeatureSearchRounded(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="M15.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.9l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.5-2.5q-.525.3-1.125.5T15.5 11m1.775-2.725Q18 7.55 18 6.5t-.725-1.775T15.5 4t-1.775.725T13 6.5t.725 1.775T15.5 9t1.775-.725M4 22q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h4.3q.425 0 .7.363t.15.787q-.075.35-.1.725t-.025.725q0 2.725 1.925 4.55t4.575 1.825q.475 0 .95-.063t.975-.212l1.975 1.975q.275.275.425.637t.15.763V20q0 .825-.587 1.412T18 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.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.9l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.5-2.5q-.525.3-1.125.5T15.5 11m1.775-2.725Q18 7.55 18 6.5t-.725-1.775T15.5 4t-1.775.725T13 6.5t.725 1.775T15.5 9t1.775-.725M4 22q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h4.3q.425 0 .7.363t.15.787q-.075.35-.1.725t-.025.725q0 2.725 1.925 4.55t4.575 1.825q.475 0 .95-.063t.975-.212l1.975 1.975q.275.275.425.637t.15.763V20q0 .825-.587 1.412T18 22z"/></svg> </template>
CSS
.icon-feature-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%22M15.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.9l2.5%202.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.5-2.5q-.525.3-1.125.5T15.5%2011m1.775-2.725Q18%207.55%2018%206.5t-.725-1.775T15.5%204t-1.775.725T13%206.5t.725%201.775T15.5%209t1.775-.725M4%2022q-.825%200-1.412-.587T2%2020V6q0-.825.588-1.412T4%204h4.3q.425%200%20.7.363t.15.787q-.075.35-.1.725t-.025.725q0%202.725%201.925%204.55t4.575%201.825q.475%200%20.95-.063t.975-.212l1.975%201.975q.275.275.425.637t.15.763V20q0%20.825-.587%201.412T18%2022z%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%22M15.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.9l2.5%202.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.5-2.5q-.525.3-1.125.5T15.5%2011m1.775-2.725Q18%207.55%2018%206.5t-.725-1.775T15.5%204t-1.775.725T13%206.5t.725%201.775T15.5%209t1.775-.725M4%2022q-.825%200-1.412-.587T2%2020V6q0-.825.588-1.412T4%204h4.3q.425%200%20.7.363t.15.787q-.075.35-.1.725t-.025.725q0%202.725%201.925%204.55t4.575%201.825q.475%200%20.95-.063t.975-.212l1.975%201.975q.275.275.425.637t.15.763V20q0%20.825-.587%201.412T18%2022z%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-rounded.svg?color=%231a73e8&size=48