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

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

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.2l4-4L22.8 12zm-6.825 6.775l-10.75-10.75l3.975-4L1.4 4.2l1.4-1.4l18.4 18.4l-1.375 1.375L16.05 18.8zM12 19.2l2.25-2.2l-1.425-1.425L12 16.4l-4.375-4.375l.825-.825l-1.4-1.4l-2.225 2.225zm3.6-6.4l-4.4-4.4l.8-.8l4.4 4.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNearbyOffSharp(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.2l4-4L22.8 12zm-6.825 6.775l-10.75-10.75l3.975-4L1.4 4.2l1.4-1.4l18.4 18.4l-1.375 1.375L16.05 18.8zM12 19.2l2.25-2.2l-1.425-1.425L12 16.4l-4.375-4.375l.825-.825l-1.4-1.4l-2.225 2.225zm3.6-6.4l-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.2l4-4L22.8 12zm-6.825 6.775l-10.75-10.75l3.975-4L1.4 4.2l1.4-1.4l18.4 18.4l-1.375 1.375L16.05 18.8zM12 19.2l2.25-2.2l-1.425-1.425L12 16.4l-4.375-4.375l.825-.825l-1.4-1.4l-2.225 2.225zm3.6-6.4l-4.4-4.4l.8-.8l4.4 4.4z"/></svg>
</template>

CSS

.icon-nearby-off-sharp {
  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.2l4-4L22.8%2012zm-6.825%206.775l-10.75-10.75l3.975-4L1.4%204.2l1.4-1.4l18.4%2018.4l-1.375%201.375L16.05%2018.8zM12%2019.2l2.25-2.2l-1.425-1.425L12%2016.4l-4.375-4.375l.825-.825l-1.4-1.4l-2.225%202.225zm3.6-6.4l-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.2l4-4L22.8%2012zm-6.825%206.775l-10.75-10.75l3.975-4L1.4%204.2l1.4-1.4l18.4%2018.4l-1.375%201.375L16.05%2018.8zM12%2019.2l2.25-2.2l-1.425-1.425L12%2016.4l-4.375-4.375l.825-.825l-1.4-1.4l-2.225%202.225zm3.6-6.4l-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-sharp.svg?color=%231a73e8&size=48