search off icon
search-off from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- search-off
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- search-off-outline, search-off-outline-sharp, search-off-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the search off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.463 20.538Q2 19.075 2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22t-3.537-1.463M20.6 21l-6.4-6.4q-.3-.325-.637-.662T12.9 13.3q.95-.6 1.525-1.6T15 9.5q0-1.875-1.312-3.187T10.5 5T7.313 6.313T6 9.5q0 .15.013.288t.037.287q-.45.05-.987.2t-.963.35q-.05-.275-.075-.55T4 9.5q0-2.725 1.888-4.612T10.5 3t4.613 1.888T17 9.5q0 1.075-.337 2.038t-.938 1.762L22 19.6zM5.225 19.475L7 17.7l1.75 1.775l.725-.7L7.7 17l1.775-1.775l-.7-.7L7 16.3l-1.775-1.775l-.7.7L6.3 17l-1.775 1.775z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSearchOff(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="M3.463 20.538Q2 19.075 2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22t-3.537-1.463M20.6 21l-6.4-6.4q-.3-.325-.637-.662T12.9 13.3q.95-.6 1.525-1.6T15 9.5q0-1.875-1.312-3.187T10.5 5T7.313 6.313T6 9.5q0 .15.013.288t.037.287q-.45.05-.987.2t-.963.35q-.05-.275-.075-.55T4 9.5q0-2.725 1.888-4.612T10.5 3t4.613 1.888T17 9.5q0 1.075-.337 2.038t-.938 1.762L22 19.6zM5.225 19.475L7 17.7l1.75 1.775l.725-.7L7.7 17l1.775-1.775l-.7-.7L7 16.3l-1.775-1.775l-.7.7L6.3 17l-1.775 1.775z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.463 20.538Q2 19.075 2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22t-3.537-1.463M20.6 21l-6.4-6.4q-.3-.325-.637-.662T12.9 13.3q.95-.6 1.525-1.6T15 9.5q0-1.875-1.312-3.187T10.5 5T7.313 6.313T6 9.5q0 .15.013.288t.037.287q-.45.05-.987.2t-.963.35q-.05-.275-.075-.55T4 9.5q0-2.725 1.888-4.612T10.5 3t4.613 1.888T17 9.5q0 1.075-.337 2.038t-.938 1.762L22 19.6zM5.225 19.475L7 17.7l1.75 1.775l.725-.7L7.7 17l1.775-1.775l-.7-.7L7 16.3l-1.775-1.775l-.7.7L6.3 17l-1.775 1.775z"/></svg> </template>
CSS
.icon-search-off {
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%22M3.463%2020.538Q2%2019.075%202%2017t1.463-3.537T7%2012t3.538%201.463T12%2017t-1.463%203.538T7%2022t-3.537-1.463M20.6%2021l-6.4-6.4q-.3-.325-.637-.662T12.9%2013.3q.95-.6%201.525-1.6T15%209.5q0-1.875-1.312-3.187T10.5%205T7.313%206.313T6%209.5q0%20.15.013.288t.037.287q-.45.05-.987.2t-.963.35q-.05-.275-.075-.55T4%209.5q0-2.725%201.888-4.612T10.5%203t4.613%201.888T17%209.5q0%201.075-.337%202.038t-.938%201.762L22%2019.6zM5.225%2019.475L7%2017.7l1.75%201.775l.725-.7L7.7%2017l1.775-1.775l-.7-.7L7%2016.3l-1.775-1.775l-.7.7L6.3%2017l-1.775%201.775z%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%22M3.463%2020.538Q2%2019.075%202%2017t1.463-3.537T7%2012t3.538%201.463T12%2017t-1.463%203.538T7%2022t-3.537-1.463M20.6%2021l-6.4-6.4q-.3-.325-.637-.662T12.9%2013.3q.95-.6%201.525-1.6T15%209.5q0-1.875-1.312-3.187T10.5%205T7.313%206.313T6%209.5q0%20.15.013.288t.037.287q-.45.05-.987.2t-.963.35q-.05-.275-.075-.55T4%209.5q0-2.725%201.888-4.612T10.5%203t4.613%201.888T17%209.5q0%201.075-.337%202.038t-.938%201.762L22%2019.6zM5.225%2019.475L7%2017.7l1.75%201.775l.725-.7L7.7%2017l1.775-1.775l-.7-.7L7%2016.3l-1.775-1.775l-.7.7L6.3%2017l-1.775%201.775z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/search-off.svg?color=%231a73e8&size=48