gps slash icon

gps-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
gps-slash-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the gps slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 128a6 6 0 0 1-6 6h-26.21a85.2 85.2 0 0 1-7.3 29.2a6 6 0 0 1-5.48 3.55a5.9 5.9 0 0 1-2.45-.53a6 6 0 0 1-3-7.93a74.05 74.05 0 0 0-91.28-100.4a6 6 0 0 1-3.84-11.37a85.6 85.6 0 0 1 21.56-4.3V16a6 6 0 0 1 12 0v26.23A86.12 86.12 0 0 1 213.77 122H240a6 6 0 0 1 6 6m-33.56 84a6 6 0 0 1-8.88 8.08l-22.3-24.54A85.73 85.73 0 0 1 134 213.77V240a6 6 0 0 1-12 0v-26.23A86.12 86.12 0 0 1 42.23 134H16a6 6 0 0 1 0-12h26.22a86.23 86.23 0 0 1 23.64-53.44L43.56 44a6 6 0 0 1 8.88-8Zm-39.27-25.4L74 77.48a74 74 0 0 0 99.17 109.12"/></svg>

React

import type { SVGProps } from "react";

export function PhGpsSlashLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 128a6 6 0 0 1-6 6h-26.21a85.2 85.2 0 0 1-7.3 29.2a6 6 0 0 1-5.48 3.55a5.9 5.9 0 0 1-2.45-.53a6 6 0 0 1-3-7.93a74.05 74.05 0 0 0-91.28-100.4a6 6 0 0 1-3.84-11.37a85.6 85.6 0 0 1 21.56-4.3V16a6 6 0 0 1 12 0v26.23A86.12 86.12 0 0 1 213.77 122H240a6 6 0 0 1 6 6m-33.56 84a6 6 0 0 1-8.88 8.08l-22.3-24.54A85.73 85.73 0 0 1 134 213.77V240a6 6 0 0 1-12 0v-26.23A86.12 86.12 0 0 1 42.23 134H16a6 6 0 0 1 0-12h26.22a86.23 86.23 0 0 1 23.64-53.44L43.56 44a6 6 0 0 1 8.88-8Zm-39.27-25.4L74 77.48a74 74 0 0 0 99.17 109.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 128a6 6 0 0 1-6 6h-26.21a85.2 85.2 0 0 1-7.3 29.2a6 6 0 0 1-5.48 3.55a5.9 5.9 0 0 1-2.45-.53a6 6 0 0 1-3-7.93a74.05 74.05 0 0 0-91.28-100.4a6 6 0 0 1-3.84-11.37a85.6 85.6 0 0 1 21.56-4.3V16a6 6 0 0 1 12 0v26.23A86.12 86.12 0 0 1 213.77 122H240a6 6 0 0 1 6 6m-33.56 84a6 6 0 0 1-8.88 8.08l-22.3-24.54A85.73 85.73 0 0 1 134 213.77V240a6 6 0 0 1-12 0v-26.23A86.12 86.12 0 0 1 42.23 134H16a6 6 0 0 1 0-12h26.22a86.23 86.23 0 0 1 23.64-53.44L43.56 44a6 6 0 0 1 8.88-8Zm-39.27-25.4L74 77.48a74 74 0 0 0 99.17 109.12"/></svg>
</template>

CSS

.icon-gps-slash-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%20128a6%206%200%200%201-6%206h-26.21a85.2%2085.2%200%200%201-7.3%2029.2a6%206%200%200%201-5.48%203.55a5.9%205.9%200%200%201-2.45-.53a6%206%200%200%201-3-7.93a74.05%2074.05%200%200%200-91.28-100.4a6%206%200%200%201-3.84-11.37a85.6%2085.6%200%200%201%2021.56-4.3V16a6%206%200%200%201%2012%200v26.23A86.12%2086.12%200%200%201%20213.77%20122H240a6%206%200%200%201%206%206m-33.56%2084a6%206%200%200%201-8.88%208.08l-22.3-24.54A85.73%2085.73%200%200%201%20134%20213.77V240a6%206%200%200%201-12%200v-26.23A86.12%2086.12%200%200%201%2042.23%20134H16a6%206%200%200%201%200-12h26.22a86.23%2086.23%200%200%201%2023.64-53.44L43.56%2044a6%206%200%200%201%208.88-8Zm-39.27-25.4L74%2077.48a74%2074%200%200%200%2099.17%20109.12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%20128a6%206%200%200%201-6%206h-26.21a85.2%2085.2%200%200%201-7.3%2029.2a6%206%200%200%201-5.48%203.55a5.9%205.9%200%200%201-2.45-.53a6%206%200%200%201-3-7.93a74.05%2074.05%200%200%200-91.28-100.4a6%206%200%200%201-3.84-11.37a85.6%2085.6%200%200%201%2021.56-4.3V16a6%206%200%200%201%2012%200v26.23A86.12%2086.12%200%200%201%20213.77%20122H240a6%206%200%200%201%206%206m-33.56%2084a6%206%200%200%201-8.88%208.08l-22.3-24.54A85.73%2085.73%200%200%201%20134%20213.77V240a6%206%200%200%201-12%200v-26.23A86.12%2086.12%200%200%201%2042.23%20134H16a6%206%200%200%201%200-12h26.22a86.23%2086.23%200%200%201%2023.64-53.44L43.56%2044a6%206%200%200%201%208.88-8Zm-39.27-25.4L74%2077.48a74%2074%200%200%200%2099.17%20109.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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