explore off icon
explore-off-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- explore-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12 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.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166l-1.883-1.877q-1.167.935-2.584 1.456Q13.596 21 12 21m-3.086-5.404l3.33-1.086q.218-.075.27-.295t-.108-.382l-2.239-2.239q-.161-.161-.381-.108q-.22.052-.295.27l-1.087 3.33q-.075.237.099.411t.41.1m10.47.545q-.212 0-.389-.068t-.338-.23L15.012 12.2q-.162-.161-.224-.383q-.063-.22.012-.438l.796-2.465q.075-.237-.099-.411t-.41-.1L12.62 9.2q-.217.075-.438.013q-.221-.063-.383-.224L8.156 5.344q-.142-.142-.22-.326q-.078-.183-.078-.376q0-.292.136-.531q.137-.24.423-.376q.854-.368 1.761-.551T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .916-.184 1.822q-.183.907-.55 1.76q-.131.293-.361.427q-.23.133-.522.133"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightExploreOffRounded(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="M12 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.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166l-1.883-1.877q-1.167.935-2.584 1.456Q13.596 21 12 21m-3.086-5.404l3.33-1.086q.218-.075.27-.295t-.108-.382l-2.239-2.239q-.161-.161-.381-.108q-.22.052-.295.27l-1.087 3.33q-.075.237.099.411t.41.1m10.47.545q-.212 0-.389-.068t-.338-.23L15.012 12.2q-.162-.161-.224-.383q-.063-.22.012-.438l.796-2.465q.075-.237-.099-.411t-.41-.1L12.62 9.2q-.217.075-.438.013q-.221-.063-.383-.224L8.156 5.344q-.142-.142-.22-.326q-.078-.183-.078-.376q0-.292.136-.531q.137-.24.423-.376q.854-.368 1.761-.551T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .916-.184 1.822q-.183.907-.55 1.76q-.131.293-.361.427q-.23.133-.522.133"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 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.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166l-1.883-1.877q-1.167.935-2.584 1.456Q13.596 21 12 21m-3.086-5.404l3.33-1.086q.218-.075.27-.295t-.108-.382l-2.239-2.239q-.161-.161-.381-.108q-.22.052-.295.27l-1.087 3.33q-.075.237.099.411t.41.1m10.47.545q-.212 0-.389-.068t-.338-.23L15.012 12.2q-.162-.161-.224-.383q-.063-.22.012-.438l.796-2.465q.075-.237-.099-.411t-.41-.1L12.62 9.2q-.217.075-.438.013q-.221-.063-.383-.224L8.156 5.344q-.142-.142-.22-.326q-.078-.183-.078-.376q0-.292.136-.531q.137-.24.423-.376q.854-.368 1.761-.551T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .916-.184 1.822q-.183.907-.55 1.76q-.131.293-.361.427q-.23.133-.522.133"/></svg> </template>
CSS
.icon-explore-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%22M12%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.584L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166l-1.883-1.877q-1.167.935-2.584%201.456Q13.596%2021%2012%2021m-3.086-5.404l3.33-1.086q.218-.075.27-.295t-.108-.382l-2.239-2.239q-.161-.161-.381-.108q-.22.052-.295.27l-1.087%203.33q-.075.237.099.411t.41.1m10.47.545q-.212%200-.389-.068t-.338-.23L15.012%2012.2q-.162-.161-.224-.383q-.063-.22.012-.438l.796-2.465q.075-.237-.099-.411t-.41-.1L12.62%209.2q-.217.075-.438.013q-.221-.063-.383-.224L8.156%205.344q-.142-.142-.22-.326q-.078-.183-.078-.376q0-.292.136-.531q.137-.24.423-.376q.854-.368%201.761-.551T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.916-.184%201.822q-.183.907-.55%201.76q-.131.293-.361.427q-.23.133-.522.133%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%22M12%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.584L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166l-1.883-1.877q-1.167.935-2.584%201.456Q13.596%2021%2012%2021m-3.086-5.404l3.33-1.086q.218-.075.27-.295t-.108-.382l-2.239-2.239q-.161-.161-.381-.108q-.22.052-.295.27l-1.087%203.33q-.075.237.099.411t.41.1m10.47.545q-.212%200-.389-.068t-.338-.23L15.012%2012.2q-.162-.161-.224-.383q-.063-.22.012-.438l.796-2.465q.075-.237-.099-.411t-.41-.1L12.62%209.2q-.217.075-.438.013q-.221-.063-.383-.224L8.156%205.344q-.142-.142-.22-.326q-.078-.183-.078-.376q0-.292.136-.531q.137-.24.423-.376q.854-.368%201.761-.551T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.916-.184%201.822q-.183.907-.55%201.76q-.131.293-.361.427q-.23.133-.522.133%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-rounded.svg?color=%231a73e8&size=48