nearby from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
nearby
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
nearby-outline

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the nearby icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.516L8.485 12L12 8.485L15.516 12zm1.15 4.34q-.237.236-.534.357q-.299.122-.616.122t-.615-.122t-.535-.357l-6.763-6.764q-.218-.217-.339-.515t-.121-.596t.121-.596t.339-.516l6.757-6.757q.243-.243.538-.364T12 3.627t.618.121t.538.364l6.757 6.757q.218.218.339.516t.121.596t-.121.596t-.338.515zm-.823-1.002l6.546-6.546q.135-.135.135-.327t-.135-.327l-6.546-6.546q-.135-.135-.327-.125t-.327.144l-6.565 6.565q-.135.135-.125.308t.144.308l6.546 6.546q.135.135.327.135t.327-.135"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNearby(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 15.516L8.485 12L12 8.485L15.516 12zm1.15 4.34q-.237.236-.534.357q-.299.122-.616.122t-.615-.122t-.535-.357l-6.763-6.764q-.218-.217-.339-.515t-.121-.596t.121-.596t.339-.516l6.757-6.757q.243-.243.538-.364T12 3.627t.618.121t.538.364l6.757 6.757q.218.218.339.516t.121.596t-.121.596t-.338.515zm-.823-1.002l6.546-6.546q.135-.135.135-.327t-.135-.327l-6.546-6.546q-.135-.135-.327-.125t-.327.144l-6.565 6.565q-.135.135-.125.308t.144.308l6.546 6.546q.135.135.327.135t.327-.135"/></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 15.516L8.485 12L12 8.485L15.516 12zm1.15 4.34q-.237.236-.534.357q-.299.122-.616.122t-.615-.122t-.535-.357l-6.763-6.764q-.218-.217-.339-.515t-.121-.596t.121-.596t.339-.516l6.757-6.757q.243-.243.538-.364T12 3.627t.618.121t.538.364l6.757 6.757q.218.218.339.516t.121.596t-.121.596t-.338.515zm-.823-1.002l6.546-6.546q.135-.135.135-.327t-.135-.327l-6.546-6.546q-.135-.135-.327-.125t-.327.144l-6.565 6.565q-.135.135-.125.308t.144.308l6.546 6.546q.135.135.327.135t.327-.135"/></svg>
</template>

CSS

.icon-nearby {
  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%2015.516L8.485%2012L12%208.485L15.516%2012zm1.15%204.34q-.237.236-.534.357q-.299.122-.616.122t-.615-.122t-.535-.357l-6.763-6.764q-.218-.217-.339-.515t-.121-.596t.121-.596t.339-.516l6.757-6.757q.243-.243.538-.364T12%203.627t.618.121t.538.364l6.757%206.757q.218.218.339.516t.121.596t-.121.596t-.338.515zm-.823-1.002l6.546-6.546q.135-.135.135-.327t-.135-.327l-6.546-6.546q-.135-.135-.327-.125t-.327.144l-6.565%206.565q-.135.135-.125.308t.144.308l6.546%206.546q.135.135.327.135t.327-.135%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%2015.516L8.485%2012L12%208.485L15.516%2012zm1.15%204.34q-.237.236-.534.357q-.299.122-.616.122t-.615-.122t-.535-.357l-6.763-6.764q-.218-.217-.339-.515t-.121-.596t.121-.596t.339-.516l6.757-6.757q.243-.243.538-.364T12%203.627t.618.121t.538.364l6.757%206.757q.218.218.339.516t.121.596t-.121.596t-.338.515zm-.823-1.002l6.546-6.546q.135-.135.135-.327t-.135-.327l-6.546-6.546q-.135-.135-.327-.125t-.327.144l-6.565%206.565q-.135.135-.125.308t.144.308l6.546%206.546q.135.135.327.135t.327-.135%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/nearby.svg?color=%231a73e8&size=48