near-me-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
near-me-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.05 13.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l15.35-5.7q.3-.125.575-.05T20 4t.275.475t-.05.575l-5.7 15.35q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475zm3.5 3.35L17.6 6.4L6.7 10.45l4.9 1.95zm-1.95-4.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNearMeOutlineRounded(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="m10.05 13.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l15.35-5.7q.3-.125.575-.05T20 4t.275.475t-.05.575l-5.7 15.35q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475zm3.5 3.35L17.6 6.4L6.7 10.45l4.9 1.95zm-1.95-4.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.05 13.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l15.35-5.7q.3-.125.575-.05T20 4t.275.475t-.05.575l-5.7 15.35q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475zm3.5 3.35L17.6 6.4L6.7 10.45l4.9 1.95zm-1.95-4.9"/></svg>
</template>

CSS

.icon-near-me-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%22m10.05%2013.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l15.35-5.7q.3-.125.575-.05T20%204t.275.475t-.05.575l-5.7%2015.35q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475zm3.5%203.35L17.6%206.4L6.7%2010.45l4.9%201.95zm-1.95-4.9%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%22m10.05%2013.95l-6.475-2.625q-.325-.125-.475-.387t-.15-.538t.163-.537t.487-.388l15.35-5.7q.3-.125.575-.05T20%204t.275.475t-.05.575l-5.7%2015.35q-.125.325-.387.488t-.538.162t-.537-.15t-.388-.475zm3.5%203.35L17.6%206.4L6.7%2010.45l4.9%201.95zm-1.95-4.9%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-outline-rounded.svg?color=%231a73e8&size=48