feature search icon
feature-search-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- feature-search-outline
- Set
- Material Symbols
- Style
- Outline
- 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="m18 13.25l2 2V20q0 .825-.587 1.413T18 22H4q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h5.5q-.2.45-.3.963T9.05 6H4v14h14zm1.3-4.35l3.2 3.2l-1.4 1.4l-3.2-3.2q-.525.3-1.125.5T15.5 11q-1.875 0-3.187-1.313T11 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-.725M4 13.25V20V6v7v-.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFeatureSearchOutline(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="m18 13.25l2 2V20q0 .825-.587 1.413T18 22H4q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h5.5q-.2.45-.3.963T9.05 6H4v14h14zm1.3-4.35l3.2 3.2l-1.4 1.4l-3.2-3.2q-.525.3-1.125.5T15.5 11q-1.875 0-3.187-1.313T11 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-.725M4 13.25V20V6v7v-.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 13.25l2 2V20q0 .825-.587 1.413T18 22H4q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h5.5q-.2.45-.3.963T9.05 6H4v14h14zm1.3-4.35l3.2 3.2l-1.4 1.4l-3.2-3.2q-.525.3-1.125.5T15.5 11q-1.875 0-3.187-1.313T11 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-.725M4 13.25V20V6v7v-.3z"/></svg> </template>
CSS
.icon-feature-search-outline {
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%22m18%2013.25l2%202V20q0%20.825-.587%201.413T18%2022H4q-.825%200-1.412-.587T2%2020V6q0-.825.588-1.412T4%204h5.5q-.2.45-.3.963T9.05%206H4v14h14zm1.3-4.35l3.2%203.2l-1.4%201.4l-3.2-3.2q-.525.3-1.125.5T15.5%2011q-1.875%200-3.187-1.313T11%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-.725M4%2013.25V20V6v7v-.3z%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%22m18%2013.25l2%202V20q0%20.825-.587%201.413T18%2022H4q-.825%200-1.412-.587T2%2020V6q0-.825.588-1.412T4%204h5.5q-.2.45-.3.963T9.05%206H4v14h14zm1.3-4.35l3.2%203.2l-1.4%201.4l-3.2-3.2q-.525.3-1.125.5T15.5%2011q-1.875%200-3.187-1.313T11%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-.725M4%2013.25V20V6v7v-.3z%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-outline.svg?color=%231a73e8&size=48