feature search icon
feature-search-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- feature-search-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M4 22q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h4.05q.425 0 .713.288T9.05 5t-.288.713T8.05 6H4v14h14v-5q0-.425.288-.712T19 14t.713.288T20 15v5q0 .825-.587 1.413T18 22zM19.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 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-.725M4 13.25V20V6v7v-.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFeatureSearchOutlineRounded(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="M4 22q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h4.05q.425 0 .713.288T9.05 5t-.288.713T8.05 6H4v14h14v-5q0-.425.288-.712T19 14t.713.288T20 15v5q0 .825-.587 1.413T18 22zM19.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 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-.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="M4 22q-.825 0-1.412-.587T2 20V6q0-.825.588-1.412T4 4h4.05q.425 0 .713.288T9.05 5t-.288.713T8.05 6H4v14h14v-5q0-.425.288-.712T19 14t.713.288T20 15v5q0 .825-.587 1.413T18 22zM19.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 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-.725M4 13.25V20V6v7v-.3z"/></svg> </template>
CSS
.icon-feature-search-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%22M4%2022q-.825%200-1.412-.587T2%2020V6q0-.825.588-1.412T4%204h4.05q.425%200%20.713.288T9.05%205t-.288.713T8.05%206H4v14h14v-5q0-.425.288-.712T19%2014t.713.288T20%2015v5q0%20.825-.587%201.413T18%2022zM19.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%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-.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%22M4%2022q-.825%200-1.412-.587T2%2020V6q0-.825.588-1.412T4%204h4.05q.425%200%20.713.288T9.05%205t-.288.713T8.05%206H4v14h14v-5q0-.425.288-.712T19%2014t.713.288T20%2015v5q0%20.825-.587%201.413T18%2022zM19.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%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-.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-rounded.svg?color=%231a73e8&size=48