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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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 16.4L7.6 12L12 7.6l4.4 4.4zm1.4 4.975q-.275.275-.65.425t-.75.15t-.75-.15t-.65-.425L2.625 13.4q-.275-.275-.425-.65T2.05 12t.15-.75t.425-.65l7.95-7.95q.3-.3.663-.45T12 2.05t.762.15t.663.45l7.95 7.95q.275.275.425.65t.15.75t-.15.75t-.425.65zM12 19.2l7.2-7.2L12 4.8L4.8 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNearby(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 16.4L7.6 12L12 7.6l4.4 4.4zm1.4 4.975q-.275.275-.65.425t-.75.15t-.75-.15t-.65-.425L2.625 13.4q-.275-.275-.425-.65T2.05 12t.15-.75t.425-.65l7.95-7.95q.3-.3.663-.45T12 2.05t.762.15t.663.45l7.95 7.95q.275.275.425.65t.15.75t-.15.75t-.425.65zM12 19.2l7.2-7.2L12 4.8L4.8 12z"/></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 16.4L7.6 12L12 7.6l4.4 4.4zm1.4 4.975q-.275.275-.65.425t-.75.15t-.75-.15t-.65-.425L2.625 13.4q-.275-.275-.425-.65T2.05 12t.15-.75t.425-.65l7.95-7.95q.3-.3.663-.45T12 2.05t.762.15t.663.45l7.95 7.95q.275.275.425.65t.15.75t-.15.75t-.425.65zM12 19.2l7.2-7.2L12 4.8L4.8 12z"/></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%2016.4L7.6%2012L12%207.6l4.4%204.4zm1.4%204.975q-.275.275-.65.425t-.75.15t-.75-.15t-.65-.425L2.625%2013.4q-.275-.275-.425-.65T2.05%2012t.15-.75t.425-.65l7.95-7.95q.3-.3.663-.45T12%202.05t.762.15t.663.45l7.95%207.95q.275.275.425.65t.15.75t-.15.75t-.425.65zM12%2019.2l7.2-7.2L12%204.8L4.8%2012z%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%2016.4L7.6%2012L12%207.6l4.4%204.4zm1.4%204.975q-.275.275-.65.425t-.75.15t-.75-.15t-.65-.425L2.625%2013.4q-.275-.275-.425-.65T2.05%2012t.15-.75t.425-.65l7.95-7.95q.3-.3.663-.45T12%202.05t.762.15t.663.45l7.95%207.95q.275.275.425.65t.15.75t-.15.75t-.425.65zM12%2019.2l7.2-7.2L12%204.8L4.8%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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