gps disconnected icon
gps-disconnected from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- gps-disconnected
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the gps disconnected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="m22 8l-3-3m0 0l-3-3m3 3l-3 3m3-3l3-3"/><path d="M9 10.03A3.515 3.515 0 0 1 13.97 15"/><path stroke-linejoin="round" d="M4.853 19.147c3.196 3.196 8.06 3.707 11.789 1.533c.886-.517 1.33-.776 1.357-1.302s-.471-.89-1.468-1.618c-1.848-1.35-3.667-3-5.48-4.812C9.24 11.136 7.59 9.317 6.24 7.47c-.728-.997-1.092-1.495-1.618-1.468s-.785.47-1.302 1.357c-2.174 3.73-1.663 8.593 1.533 11.79Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGpsDisconnected(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="m22 8l-3-3m0 0l-3-3m3 3l-3 3m3-3l3-3"/><path d="M9 10.03A3.515 3.515 0 0 1 13.97 15"/><path strokeLinejoin="round" d="M4.853 19.147c3.196 3.196 8.06 3.707 11.789 1.533c.886-.517 1.33-.776 1.357-1.302s-.471-.89-1.468-1.618c-1.848-1.35-3.667-3-5.48-4.812C9.24 11.136 7.59 9.317 6.24 7.47c-.728-.997-1.092-1.495-1.618-1.468s-.785.47-1.302 1.357c-2.174 3.73-1.663 8.593 1.533 11.79Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="m22 8l-3-3m0 0l-3-3m3 3l-3 3m3-3l3-3"/><path d="M9 10.03A3.515 3.515 0 0 1 13.97 15"/><path stroke-linejoin="round" d="M4.853 19.147c3.196 3.196 8.06 3.707 11.789 1.533c.886-.517 1.33-.776 1.357-1.302s-.471-.89-1.468-1.618c-1.848-1.35-3.667-3-5.48-4.812C9.24 11.136 7.59 9.317 6.24 7.47c-.728-.997-1.092-1.495-1.618-1.468s-.785.47-1.302 1.357c-2.174 3.73-1.663 8.593 1.533 11.79Z"/></g></svg> </template>
CSS
.icon-gps-disconnected {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22%208l-3-3m0%200l-3-3m3%203l-3%203m3-3l3-3%22%2F%3E%3Cpath%20d%3D%22M9%2010.03A3.515%203.515%200%200%201%2013.97%2015%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.853%2019.147c3.196%203.196%208.06%203.707%2011.789%201.533c.886-.517%201.33-.776%201.357-1.302s-.471-.89-1.468-1.618c-1.848-1.35-3.667-3-5.48-4.812C9.24%2011.136%207.59%209.317%206.24%207.47c-.728-.997-1.092-1.495-1.618-1.468s-.785.47-1.302%201.357c-2.174%203.73-1.663%208.593%201.533%2011.79Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22%208l-3-3m0%200l-3-3m3%203l-3%203m3-3l3-3%22%2F%3E%3Cpath%20d%3D%22M9%2010.03A3.515%203.515%200%200%201%2013.97%2015%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.853%2019.147c3.196%203.196%208.06%203.707%2011.789%201.533c.886-.517%201.33-.776%201.357-1.302s-.471-.89-1.468-1.618c-1.848-1.35-3.667-3-5.48-4.812C9.24%2011.136%207.59%209.317%206.24%207.47c-.728-.997-1.092-1.495-1.618-1.468s-.785.47-1.302%201.357c-2.174%203.73-1.663%208.593%201.533%2011.79Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/gps-disconnected.svg?color=%231a73e8&size=48