round near me disabled icon

round-near-me-disabled from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-near-me-disabled
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round 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 6.34l6.95-2.58c.8-.3 1.58.48 1.29 1.29L17.66 12zm9.9 12.73L4.93 2.1a.996.996 0 1 0-1.41 1.41l4.36 4.36l-4.2 1.56c-.41.16-.68.54-.68.97c0 .42.26.8.65.96l6.42 2.57l2.57 6.42c.16.39.54.65.96.65c.43 0 .82-.27.97-.67l1.56-4.2l4.36 4.36c.39.39 1.02.39 1.41 0c.39-.4.39-1.03 0-1.42"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNearMeDisabled(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 6.34l6.95-2.58c.8-.3 1.58.48 1.29 1.29L17.66 12zm9.9 12.73L4.93 2.1a.996.996 0 1 0-1.41 1.41l4.36 4.36l-4.2 1.56c-.41.16-.68.54-.68.97c0 .42.26.8.65.96l6.42 2.57l2.57 6.42c.16.39.54.65.96.65c.43 0 .82-.27.97-.67l1.56-4.2l4.36 4.36c.39.39 1.02.39 1.41 0c.39-.4.39-1.03 0-1.42"/></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 6.34l6.95-2.58c.8-.3 1.58.48 1.29 1.29L17.66 12zm9.9 12.73L4.93 2.1a.996.996 0 1 0-1.41 1.41l4.36 4.36l-4.2 1.56c-.41.16-.68.54-.68.97c0 .42.26.8.65.96l6.42 2.57l2.57 6.42c.16.39.54.65.96.65c.43 0 .82-.27.97-.67l1.56-4.2l4.36 4.36c.39.39 1.02.39 1.41 0c.39-.4.39-1.03 0-1.42"/></svg>
</template>

CSS

.icon-round-near-me-disabled {
  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%206.34l6.95-2.58c.8-.3%201.58.48%201.29%201.29L17.66%2012zm9.9%2012.73L4.93%202.1a.996.996%200%201%200-1.41%201.41l4.36%204.36l-4.2%201.56c-.41.16-.68.54-.68.97c0%20.42.26.8.65.96l6.42%202.57l2.57%206.42c.16.39.54.65.96.65c.43%200%20.82-.27.97-.67l1.56-4.2l4.36%204.36c.39.39%201.02.39%201.41%200c.39-.4.39-1.03%200-1.42%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%206.34l6.95-2.58c.8-.3%201.58.48%201.29%201.29L17.66%2012zm9.9%2012.73L4.93%202.1a.996.996%200%201%200-1.41%201.41l4.36%204.36l-4.2%201.56c-.41.16-.68.54-.68.97c0%20.42.26.8.65.96l6.42%202.57l2.57%206.42c.16.39.54.65.96.65c.43%200%20.82-.27.97-.67l1.56-4.2l4.36%204.36c.39.39%201.02.39%201.41%200c.39-.4.39-1.03%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-near-me-disabled.svg?color=%231a73e8&size=48