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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the nearby off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.8 16L17 14.2l2.2-2.2L12 4.8L9.8 7L8 5.2l2.55-2.55q.3-.3.675-.462T12 2.025t.763.15t.662.45L21.4 10.6q.6.575.6 1.388t-.6 1.412zm1.025 6.575L16.05 18.8l-2.65 2.6q-.3.275-.663.425t-.737.15t-.737-.137t-.663-.438l-7.975-7.975q-.3-.3-.45-.663t-.15-.737t.15-.737t.45-.663l2.575-2.6L1.4 4.2l1.4-1.4l18.4 18.4zm-15-10.55L12 19.2l2.25-2.2l-1.425-1.425L12 16.4l-4.375-4.375l.825-.825l-1.4-1.4zM15.6 12.8l-4.4-4.4l.8-.8l4.4 4.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNearbyOff(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="M18.8 16L17 14.2l2.2-2.2L12 4.8L9.8 7L8 5.2l2.55-2.55q.3-.3.675-.462T12 2.025t.763.15t.662.45L21.4 10.6q.6.575.6 1.388t-.6 1.412zm1.025 6.575L16.05 18.8l-2.65 2.6q-.3.275-.663.425t-.737.15t-.737-.137t-.663-.438l-7.975-7.975q-.3-.3-.45-.663t-.15-.737t.15-.737t.45-.663l2.575-2.6L1.4 4.2l1.4-1.4l18.4 18.4zm-15-10.55L12 19.2l2.25-2.2l-1.425-1.425L12 16.4l-4.375-4.375l.825-.825l-1.4-1.4zM15.6 12.8l-4.4-4.4l.8-.8l4.4 4.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.8 16L17 14.2l2.2-2.2L12 4.8L9.8 7L8 5.2l2.55-2.55q.3-.3.675-.462T12 2.025t.763.15t.662.45L21.4 10.6q.6.575.6 1.388t-.6 1.412zm1.025 6.575L16.05 18.8l-2.65 2.6q-.3.275-.663.425t-.737.15t-.737-.137t-.663-.438l-7.975-7.975q-.3-.3-.45-.663t-.15-.737t.15-.737t.45-.663l2.575-2.6L1.4 4.2l1.4-1.4l18.4 18.4zm-15-10.55L12 19.2l2.25-2.2l-1.425-1.425L12 16.4l-4.375-4.375l.825-.825l-1.4-1.4zM15.6 12.8l-4.4-4.4l.8-.8l4.4 4.4z"/></svg>
</template>

CSS

.icon-nearby-off {
  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%22M18.8%2016L17%2014.2l2.2-2.2L12%204.8L9.8%207L8%205.2l2.55-2.55q.3-.3.675-.462T12%202.025t.763.15t.662.45L21.4%2010.6q.6.575.6%201.388t-.6%201.412zm1.025%206.575L16.05%2018.8l-2.65%202.6q-.3.275-.663.425t-.737.15t-.737-.137t-.663-.438l-7.975-7.975q-.3-.3-.45-.663t-.15-.737t.15-.737t.45-.663l2.575-2.6L1.4%204.2l1.4-1.4l18.4%2018.4zm-15-10.55L12%2019.2l2.25-2.2l-1.425-1.425L12%2016.4l-4.375-4.375l.825-.825l-1.4-1.4zM15.6%2012.8l-4.4-4.4l.8-.8l4.4%204.4z%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%22M18.8%2016L17%2014.2l2.2-2.2L12%204.8L9.8%207L8%205.2l2.55-2.55q.3-.3.675-.462T12%202.025t.763.15t.662.45L21.4%2010.6q.6.575.6%201.388t-.6%201.412zm1.025%206.575L16.05%2018.8l-2.65%202.6q-.3.275-.663.425t-.737.15t-.737-.137t-.663-.438l-7.975-7.975q-.3-.3-.45-.663t-.15-.737t.15-.737t.45-.663l2.575-2.6L1.4%204.2l1.4-1.4l18.4%2018.4zm-15-10.55L12%2019.2l2.25-2.2l-1.425-1.425L12%2016.4l-4.375-4.375l.825-.825l-1.4-1.4zM15.6%2012.8l-4.4-4.4l.8-.8l4.4%204.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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