gps signal 01 icon
gps-signal-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- gps-signal-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the gps signal 01 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 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.887-.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"/><path stroke-linecap="round" d="M15.557 2c1.68.172 3.224.84 4.412 2.026c1.192 1.19 1.86 2.737 2.031 4.42M18.502 9a4.66 4.66 0 0 0-1.242-2.27A4.67 4.67 0 0 0 15 5.495"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGpsSignal01(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 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.887-.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"/><path strokeLinecap="round" d="M15.557 2c1.68.172 3.224.84 4.412 2.026c1.192 1.19 1.86 2.737 2.031 4.42M18.502 9a4.66 4.66 0 0 0-1.242-2.27A4.67 4.67 0 0 0 15 5.495"/></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 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.887-.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"/><path stroke-linecap="round" d="M15.557 2c1.68.172 3.224.84 4.412 2.026c1.192 1.19 1.86 2.737 2.031 4.42M18.502 9a4.66 4.66 0 0 0-1.242-2.27A4.67 4.67 0 0 0 15 5.495"/></g></svg> </template>
CSS
.icon-gps-signal-01 {
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%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.887-.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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.557%202c1.68.172%203.224.84%204.412%202.026c1.192%201.19%201.86%202.737%202.031%204.42M18.502%209a4.66%204.66%200%200%200-1.242-2.27A4.67%204.67%200%200%200%2015%205.495%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%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.887-.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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.557%202c1.68.172%203.224.84%204.412%202.026c1.192%201.19%201.86%202.737%202.031%204.42M18.502%209a4.66%204.66%200%200%200-1.242-2.27A4.67%204.67%200%200%200%2015%205.495%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-signal-01.svg?color=%231a73e8&size=48