round-gps-off from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-gps-off
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round gps off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13c.55 0 1-.45 1-1s-.45-1-1-1h-1.06A8.994 8.994 0 0 0 13 3.06V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06c-.98.11-1.91.38-2.77.78l1.53 1.53a6.995 6.995 0 0 1 8.87 8.87l1.53 1.53c.4-.86.67-1.79.78-2.77zm-1.56 5.88L5.12 3.56a.996.996 0 1 0-1.41 1.41L5.04 6.3A9.06 9.06 0 0 0 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06A8.994 8.994 0 0 0 11 20.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c1.77-.2 3.38-.91 4.69-1.98l1.33 1.33c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M12 19A6.995 6.995 0 0 1 6.46 7.73l9.81 9.81A6.97 6.97 0 0 1 12 19"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundGpsOff(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="M22 13c.55 0 1-.45 1-1s-.45-1-1-1h-1.06A8.994 8.994 0 0 0 13 3.06V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06c-.98.11-1.91.38-2.77.78l1.53 1.53a6.995 6.995 0 0 1 8.87 8.87l1.53 1.53c.4-.86.67-1.79.78-2.77zm-1.56 5.88L5.12 3.56a.996.996 0 1 0-1.41 1.41L5.04 6.3A9.06 9.06 0 0 0 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06A8.994 8.994 0 0 0 11 20.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c1.77-.2 3.38-.91 4.69-1.98l1.33 1.33c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M12 19A6.995 6.995 0 0 1 6.46 7.73l9.81 9.81A6.97 6.97 0 0 1 12 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13c.55 0 1-.45 1-1s-.45-1-1-1h-1.06A8.994 8.994 0 0 0 13 3.06V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06c-.98.11-1.91.38-2.77.78l1.53 1.53a6.995 6.995 0 0 1 8.87 8.87l1.53 1.53c.4-.86.67-1.79.78-2.77zm-1.56 5.88L5.12 3.56a.996.996 0 1 0-1.41 1.41L5.04 6.3A9.06 9.06 0 0 0 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06A8.994 8.994 0 0 0 11 20.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06c1.77-.2 3.38-.91 4.69-1.98l1.33 1.33c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M12 19A6.995 6.995 0 0 1 6.46 7.73l9.81 9.81A6.97 6.97 0 0 1 12 19"/></svg>
</template>

CSS

.icon-round-gps-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%22M22%2013c.55%200%201-.45%201-1s-.45-1-1-1h-1.06A8.994%208.994%200%200%200%2013%203.06V2c0-.55-.45-1-1-1s-1%20.45-1%201v1.06c-.98.11-1.91.38-2.77.78l1.53%201.53a6.995%206.995%200%200%201%208.87%208.87l1.53%201.53c.4-.86.67-1.79.78-2.77zm-1.56%205.88L5.12%203.56a.996.996%200%201%200-1.41%201.41L5.04%206.3A9.06%209.06%200%200%200%203.06%2011H2c-.55%200-1%20.45-1%201s.45%201%201%201h1.06A8.994%208.994%200%200%200%2011%2020.94V22c0%20.55.45%201%201%201s1-.45%201-1v-1.06c1.77-.2%203.38-.91%204.69-1.98l1.33%201.33c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41M12%2019A6.995%206.995%200%200%201%206.46%207.73l9.81%209.81A6.97%206.97%200%200%201%2012%2019%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%22M22%2013c.55%200%201-.45%201-1s-.45-1-1-1h-1.06A8.994%208.994%200%200%200%2013%203.06V2c0-.55-.45-1-1-1s-1%20.45-1%201v1.06c-.98.11-1.91.38-2.77.78l1.53%201.53a6.995%206.995%200%200%201%208.87%208.87l1.53%201.53c.4-.86.67-1.79.78-2.77zm-1.56%205.88L5.12%203.56a.996.996%200%201%200-1.41%201.41L5.04%206.3A9.06%209.06%200%200%200%203.06%2011H2c-.55%200-1%20.45-1%201s.45%201%201%201h1.06A8.994%208.994%200%200%200%2011%2020.94V22c0%20.55.45%201%201%201s1-.45%201-1v-1.06c1.77-.2%203.38-.91%204.69-1.98l1.33%201.33c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41M12%2019A6.995%206.995%200%200%201%206.46%207.73l9.81%209.81A6.97%206.97%200%200%201%2012%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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