explore off icon
explore-off from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- explore-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- explore-off-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the explore off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-2.237-2.237q-1.167.935-2.583 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L2.741 4.167l.713-.713l17.092 17.092zM9.702 11.129l-1.548 4.717l4.717-1.548zm9.917 5.679l-4.975-4.975l1.202-3.68l-3.679 1.203L7.192 4.38q1.071-.666 2.276-1.023T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.327-.358 2.532t-1.023 2.276"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightExploreOff(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="m19.833 21.26l-2.237-2.237q-1.167.935-2.583 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L2.741 4.167l.713-.713l17.092 17.092zM9.702 11.129l-1.548 4.717l4.717-1.548zm9.917 5.679l-4.975-4.975l1.202-3.68l-3.679 1.203L7.192 4.38q1.071-.666 2.276-1.023T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.327-.358 2.532t-1.023 2.276"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-2.237-2.237q-1.167.935-2.583 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L2.741 4.167l.713-.713l17.092 17.092zM9.702 11.129l-1.548 4.717l4.717-1.548zm9.917 5.679l-4.975-4.975l1.202-3.68l-3.679 1.203L7.192 4.38q1.071-.666 2.276-1.023T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.327-.358 2.532t-1.023 2.276"/></svg> </template>
CSS
.icon-explore-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%22m19.833%2021.26l-2.237-2.237q-1.167.935-2.583%201.456T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L2.741%204.167l.713-.713l17.092%2017.092zM9.702%2011.129l-1.548%204.717l4.717-1.548zm9.917%205.679l-4.975-4.975l1.202-3.68l-3.679%201.203L7.192%204.38q1.071-.666%202.276-1.023T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.327-.358%202.532t-1.023%202.276%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%22m19.833%2021.26l-2.237-2.237q-1.167.935-2.583%201.456T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L2.741%204.167l.713-.713l17.092%2017.092zM9.702%2011.129l-1.548%204.717l4.717-1.548zm9.917%205.679l-4.975-4.975l1.202-3.68l-3.679%201.203L7.192%204.38q1.071-.666%202.276-1.023T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.327-.358%202.532t-1.023%202.276%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/explore-off.svg?color=%231a73e8&size=48