near me disabled icon
near-me-disabled-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- near-me-disabled-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the near me disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.675 20.425L10.05 13.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l4.275-1.6L3.5 3.5q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-4.375-4.35l-1.6 4.275q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475M20.3 4.463q.075.287-.05.587l-2.025 5.45q-.2.525-.737.638t-.938-.288q-.2-.2-.275-.487t.05-.563L17.6 6.4l-3.4 1.275q-.275.125-.562.05t-.488-.275q-.4-.4-.288-.937t.638-.738l5.45-2.025q.3-.125.588-.05t.487.275t.275.488M13.55 17.3l1.025-2.725l-5.15-5.15L6.7 10.45l4.9 1.95zM12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNearMeDisabledOutlineRounded(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.675 20.425L10.05 13.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l4.275-1.6L3.5 3.5q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-4.375-4.35l-1.6 4.275q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475M20.3 4.463q.075.287-.05.587l-2.025 5.45q-.2.525-.737.638t-.938-.288q-.2-.2-.275-.487t.05-.563L17.6 6.4l-3.4 1.275q-.275.125-.562.05t-.488-.275q-.4-.4-.288-.937t.638-.738l5.45-2.025q.3-.125.588-.05t.487.275t.275.488M13.55 17.3l1.025-2.725l-5.15-5.15L6.7 10.45l4.9 1.95zM12 12"/></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.675 20.425L10.05 13.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l4.275-1.6L3.5 3.5q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-4.375-4.35l-1.6 4.275q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475M20.3 4.463q.075.287-.05.587l-2.025 5.45q-.2.525-.737.638t-.938-.288q-.2-.2-.275-.487t.05-.563L17.6 6.4l-3.4 1.275q-.275.125-.562.05t-.488-.275q-.4-.4-.288-.937t.638-.738l5.45-2.025q.3-.125.588-.05t.487.275t.275.488M13.55 17.3l1.025-2.725l-5.15-5.15L6.7 10.45l4.9 1.95zM12 12"/></svg> </template>
CSS
.icon-near-me-disabled-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%22M12.675%2020.425L10.05%2013.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l4.275-1.6L3.5%203.5q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-4.375-4.35l-1.6%204.275q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475M20.3%204.463q.075.287-.05.587l-2.025%205.45q-.2.525-.737.638t-.938-.288q-.2-.2-.275-.487t.05-.563L17.6%206.4l-3.4%201.275q-.275.125-.562.05t-.488-.275q-.4-.4-.288-.937t.638-.738l5.45-2.025q.3-.125.588-.05t.487.275t.275.488M13.55%2017.3l1.025-2.725l-5.15-5.15L6.7%2010.45l4.9%201.95zM12%2012%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.675%2020.425L10.05%2013.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l4.275-1.6L3.5%203.5q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-4.375-4.35l-1.6%204.275q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475M20.3%204.463q.075.287-.05.587l-2.025%205.45q-.2.525-.737.638t-.938-.288q-.2-.2-.275-.487t.05-.563L17.6%206.4l-3.4%201.275q-.275.125-.562.05t-.488-.275q-.4-.4-.288-.937t.638-.738l5.45-2.025q.3-.125.588-.05t.487.275t.275.488M13.55%2017.3l1.025-2.725l-5.15-5.15L6.7%2010.45l4.9%201.95zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/near-me-disabled-outline-rounded.svg?color=%231a73e8&size=48