gps slash icon

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

Name
gps-slash-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M208 128a80 80 0 1 1-80-80a80 80 0 0 1 80 80" opacity=".2"/><path d="M248 128a8 8 0 0 1-8 8h-24.36a87 87 0 0 1-7.33 28a8 8 0 0 1-7.3 4.73a7.9 7.9 0 0 1-3.27-.71a8 8 0 0 1-4-10.57a72.06 72.06 0 0 0-88.81-97.69a8 8 0 1 1-5.13-15.15a87.2 87.2 0 0 1 20.2-4.24V16a8 8 0 0 1 16 0v24.37A88.13 88.13 0 0 1 215.63 120H240a8 8 0 0 1 8 8m-34.08 82.62a8 8 0 1 1-11.84 10.76L181 198.23a87.7 87.7 0 0 1-45 17.4V240a8 8 0 0 1-16 0v-24.37A88.13 88.13 0 0 1 40.37 136H16a8 8 0 0 1 0-16h24.37a88.3 88.3 0 0 1 22.77-51.46L42.08 45.38a8 8 0 1 1 11.84-10.76Zm-43.72-24.3L74 80.45a72 72 0 0 0 96.2 105.87"/></g></svg>

React

import type { SVGProps } from "react";

export function PhGpsSlashDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 128a80 80 0 1 1-80-80a80 80 0 0 1 80 80" opacity=".2"/><path d="M248 128a8 8 0 0 1-8 8h-24.36a87 87 0 0 1-7.33 28a8 8 0 0 1-7.3 4.73a7.9 7.9 0 0 1-3.27-.71a8 8 0 0 1-4-10.57a72.06 72.06 0 0 0-88.81-97.69a8 8 0 1 1-5.13-15.15a87.2 87.2 0 0 1 20.2-4.24V16a8 8 0 0 1 16 0v24.37A88.13 88.13 0 0 1 215.63 120H240a8 8 0 0 1 8 8m-34.08 82.62a8 8 0 1 1-11.84 10.76L181 198.23a87.7 87.7 0 0 1-45 17.4V240a8 8 0 0 1-16 0v-24.37A88.13 88.13 0 0 1 40.37 136H16a8 8 0 0 1 0-16h24.37a88.3 88.3 0 0 1 22.77-51.46L42.08 45.38a8 8 0 1 1 11.84-10.76Zm-43.72-24.3L74 80.45a72 72 0 0 0 96.2 105.87"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 128a80 80 0 1 1-80-80a80 80 0 0 1 80 80" opacity=".2"/><path d="M248 128a8 8 0 0 1-8 8h-24.36a87 87 0 0 1-7.33 28a8 8 0 0 1-7.3 4.73a7.9 7.9 0 0 1-3.27-.71a8 8 0 0 1-4-10.57a72.06 72.06 0 0 0-88.81-97.69a8 8 0 1 1-5.13-15.15a87.2 87.2 0 0 1 20.2-4.24V16a8 8 0 0 1 16 0v24.37A88.13 88.13 0 0 1 215.63 120H240a8 8 0 0 1 8 8m-34.08 82.62a8 8 0 1 1-11.84 10.76L181 198.23a87.7 87.7 0 0 1-45 17.4V240a8 8 0 0 1-16 0v-24.37A88.13 88.13 0 0 1 40.37 136H16a8 8 0 0 1 0-16h24.37a88.3 88.3 0 0 1 22.77-51.46L42.08 45.38a8 8 0 1 1 11.84-10.76Zm-43.72-24.3L74 80.45a72 72 0 0 0 96.2 105.87"/></g></svg>
</template>

CSS

.icon-gps-slash-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%20128a80%2080%200%201%201-80-80a80%2080%200%200%201%2080%2080%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20128a8%208%200%200%201-8%208h-24.36a87%2087%200%200%201-7.33%2028a8%208%200%200%201-7.3%204.73a7.9%207.9%200%200%201-3.27-.71a8%208%200%200%201-4-10.57a72.06%2072.06%200%200%200-88.81-97.69a8%208%200%201%201-5.13-15.15a87.2%2087.2%200%200%201%2020.2-4.24V16a8%208%200%200%201%2016%200v24.37A88.13%2088.13%200%200%201%20215.63%20120H240a8%208%200%200%201%208%208m-34.08%2082.62a8%208%200%201%201-11.84%2010.76L181%20198.23a87.7%2087.7%200%200%201-45%2017.4V240a8%208%200%200%201-16%200v-24.37A88.13%2088.13%200%200%201%2040.37%20136H16a8%208%200%200%201%200-16h24.37a88.3%2088.3%200%200%201%2022.77-51.46L42.08%2045.38a8%208%200%201%201%2011.84-10.76Zm-43.72-24.3L74%2080.45a72%2072%200%200%200%2096.2%20105.87%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%20128a80%2080%200%201%201-80-80a80%2080%200%200%201%2080%2080%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20128a8%208%200%200%201-8%208h-24.36a87%2087%200%200%201-7.33%2028a8%208%200%200%201-7.3%204.73a7.9%207.9%200%200%201-3.27-.71a8%208%200%200%201-4-10.57a72.06%2072.06%200%200%200-88.81-97.69a8%208%200%201%201-5.13-15.15a87.2%2087.2%200%200%201%2020.2-4.24V16a8%208%200%200%201%2016%200v24.37A88.13%2088.13%200%200%201%20215.63%20120H240a8%208%200%200%201%208%208m-34.08%2082.62a8%208%200%201%201-11.84%2010.76L181%20198.23a87.7%2087.7%200%200%201-45%2017.4V240a8%208%200%200%201-16%200v-24.37A88.13%2088.13%200%200%201%2040.37%20136H16a8%208%200%200%201%200-16h24.37a88.3%2088.3%200%200%201%2022.77-51.46L42.08%2045.38a8%208%200%201%201%2011.84-10.76Zm-43.72-24.3L74%2080.45a72%2072%200%200%200%2096.2%20105.87%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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