gps slash icon

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

Name
gps-slash-thin
Set
Phosphor
Style
Thin
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="M244 128a4 4 0 0 1-4 4h-28.1a83.1 83.1 0 0 1-7.24 30.38a4 4 0 0 1-3.65 2.37a3.9 3.9 0 0 1-1.63-.36a4 4 0 0 1-2-5.28A76.06 76.06 0 0 0 103.62 56a4 4 0 1 1-2.56-7.57A83.6 83.6 0 0 1 124 44.1V16a4 4 0 0 1 8 0v28.1a84.11 84.11 0 0 1 79.9 79.9H240a4 4 0 0 1 4 4m-33 85.31a4 4 0 1 1-5.92 5.38l-23.56-25.91A83.8 83.8 0 0 1 132 211.9V240a4 4 0 0 1-8 0v-28.1A84.11 84.11 0 0 1 44.1 132H16a4 4 0 0 1 0-8h28.1a84.24 84.24 0 0 1 24.5-55.39L45 42.69a4 4 0 0 1 6-5.38L184.77 184.5Zm-34.87-26.47L74 74.53a76 76 0 0 0 102.1 112.31Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGpsSlashThin(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="M244 128a4 4 0 0 1-4 4h-28.1a83.1 83.1 0 0 1-7.24 30.38a4 4 0 0 1-3.65 2.37a3.9 3.9 0 0 1-1.63-.36a4 4 0 0 1-2-5.28A76.06 76.06 0 0 0 103.62 56a4 4 0 1 1-2.56-7.57A83.6 83.6 0 0 1 124 44.1V16a4 4 0 0 1 8 0v28.1a84.11 84.11 0 0 1 79.9 79.9H240a4 4 0 0 1 4 4m-33 85.31a4 4 0 1 1-5.92 5.38l-23.56-25.91A83.8 83.8 0 0 1 132 211.9V240a4 4 0 0 1-8 0v-28.1A84.11 84.11 0 0 1 44.1 132H16a4 4 0 0 1 0-8h28.1a84.24 84.24 0 0 1 24.5-55.39L45 42.69a4 4 0 0 1 6-5.38L184.77 184.5Zm-34.87-26.47L74 74.53a76 76 0 0 0 102.1 112.31Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 128a4 4 0 0 1-4 4h-28.1a83.1 83.1 0 0 1-7.24 30.38a4 4 0 0 1-3.65 2.37a3.9 3.9 0 0 1-1.63-.36a4 4 0 0 1-2-5.28A76.06 76.06 0 0 0 103.62 56a4 4 0 1 1-2.56-7.57A83.6 83.6 0 0 1 124 44.1V16a4 4 0 0 1 8 0v28.1a84.11 84.11 0 0 1 79.9 79.9H240a4 4 0 0 1 4 4m-33 85.31a4 4 0 1 1-5.92 5.38l-23.56-25.91A83.8 83.8 0 0 1 132 211.9V240a4 4 0 0 1-8 0v-28.1A84.11 84.11 0 0 1 44.1 132H16a4 4 0 0 1 0-8h28.1a84.24 84.24 0 0 1 24.5-55.39L45 42.69a4 4 0 0 1 6-5.38L184.77 184.5Zm-34.87-26.47L74 74.53a76 76 0 0 0 102.1 112.31Z"/></svg>
</template>

CSS

.icon-gps-slash-thin {
  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%22M244%20128a4%204%200%200%201-4%204h-28.1a83.1%2083.1%200%200%201-7.24%2030.38a4%204%200%200%201-3.65%202.37a3.9%203.9%200%200%201-1.63-.36a4%204%200%200%201-2-5.28A76.06%2076.06%200%200%200%20103.62%2056a4%204%200%201%201-2.56-7.57A83.6%2083.6%200%200%201%20124%2044.1V16a4%204%200%200%201%208%200v28.1a84.11%2084.11%200%200%201%2079.9%2079.9H240a4%204%200%200%201%204%204m-33%2085.31a4%204%200%201%201-5.92%205.38l-23.56-25.91A83.8%2083.8%200%200%201%20132%20211.9V240a4%204%200%200%201-8%200v-28.1A84.11%2084.11%200%200%201%2044.1%20132H16a4%204%200%200%201%200-8h28.1a84.24%2084.24%200%200%201%2024.5-55.39L45%2042.69a4%204%200%200%201%206-5.38L184.77%20184.5Zm-34.87-26.47L74%2074.53a76%2076%200%200%200%20102.1%20112.31Z%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%22M244%20128a4%204%200%200%201-4%204h-28.1a83.1%2083.1%200%200%201-7.24%2030.38a4%204%200%200%201-3.65%202.37a3.9%203.9%200%200%201-1.63-.36a4%204%200%200%201-2-5.28A76.06%2076.06%200%200%200%20103.62%2056a4%204%200%201%201-2.56-7.57A83.6%2083.6%200%200%201%20124%2044.1V16a4%204%200%200%201%208%200v28.1a84.11%2084.11%200%200%201%2079.9%2079.9H240a4%204%200%200%201%204%204m-33%2085.31a4%204%200%201%201-5.92%205.38l-23.56-25.91A83.8%2083.8%200%200%201%20132%20211.9V240a4%204%200%200%201-8%200v-28.1A84.11%2084.11%200%200%201%2044.1%20132H16a4%204%200%200%201%200-8h28.1a84.24%2084.24%200%200%201%2024.5-55.39L45%2042.69a4%204%200%200%201%206-5.38L184.77%20184.5Zm-34.87-26.47L74%2074.53a76%2076%200%200%200%20102.1%20112.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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