search off icon
search-off-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- search-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- search-off-outline-rounded
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="m7 17.7l1.4 1.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L7.7 17l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L7 16.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L6.3 17l-1.425 1.425q-.15.15-.15.35t.15.35t.35.15t.35-.15zm-3.537 2.838Q2 19.075 2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22t-3.537-1.463M14.2 14.6q-.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.762l5.575 5.6q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSearchOffRounded(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="m7 17.7l1.4 1.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L7.7 17l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L7 16.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L6.3 17l-1.425 1.425q-.15.15-.15.35t.15.35t.35.15t.35-.15zm-3.537 2.838Q2 19.075 2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22t-3.537-1.463M14.2 14.6q-.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.762l5.575 5.6q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 17.7l1.4 1.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L7.7 17l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L7 16.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L6.3 17l-1.425 1.425q-.15.15-.15.35t.15.35t.35.15t.35-.15zm-3.537 2.838Q2 19.075 2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22t-3.537-1.463M14.2 14.6q-.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.762l5.575 5.6q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275z"/></svg> </template>
CSS
.icon-search-off-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%22m7%2017.7l1.4%201.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L7.7%2017l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L7%2016.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L6.3%2017l-1.425%201.425q-.15.15-.15.35t.15.35t.35.15t.35-.15zm-3.537%202.838Q2%2019.075%202%2017t1.463-3.537T7%2012t3.538%201.463T12%2017t-1.463%203.538T7%2022t-3.537-1.463M14.2%2014.6q-.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.762l5.575%205.6q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275z%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%22m7%2017.7l1.4%201.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L7.7%2017l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L7%2016.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L6.3%2017l-1.425%201.425q-.15.15-.15.35t.15.35t.35.15t.35-.15zm-3.537%202.838Q2%2019.075%202%2017t1.463-3.537T7%2012t3.538%201.463T12%2017t-1.463%203.538T7%2022t-3.537-1.463M14.2%2014.6q-.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.762l5.575%205.6q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275z%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-rounded.svg?color=%231a73e8&size=48