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

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

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="m11.3 15.7l-3-3Q8 12.4 8 12t.3-.7l3-3q.3-.3.7-.3t.7.3l3 3q.3.3.3.7t-.3.7l-3 3q-.3.3-.7.3t-.7-.3m2.1 5.675q-.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 MaterialSymbolsNearbyRounded(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="m11.3 15.7l-3-3Q8 12.4 8 12t.3-.7l3-3q.3-.3.7-.3t.7.3l3 3q.3.3.3.7t-.3.7l-3 3q-.3.3-.7.3t-.7-.3m2.1 5.675q-.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="m11.3 15.7l-3-3Q8 12.4 8 12t.3-.7l3-3q.3-.3.7-.3t.7.3l3 3q.3.3.3.7t-.3.7l-3 3q-.3.3-.7.3t-.7-.3m2.1 5.675q-.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-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%22m11.3%2015.7l-3-3Q8%2012.4%208%2012t.3-.7l3-3q.3-.3.7-.3t.7.3l3%203q.3.3.3.7t-.3.7l-3%203q-.3.3-.7.3t-.7-.3m2.1%205.675q-.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%22m11.3%2015.7l-3-3Q8%2012.4%208%2012t.3-.7l3-3q.3-.3.7-.3t.7.3l3%203q.3.3.3.7t-.3.7l-3%203q-.3.3-.7.3t-.7-.3m2.1%205.675q-.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-rounded.svg?color=%231a73e8&size=48