Gpsstatus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpsstatus icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326737.svg" alt="Gpsstatus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326737.svg" alt="Gpsstatus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326737.svg" alt="Gpsstatus icon" :width="24" :height="24" />
CSS background
.icon-gpsstatus {
background-image: url('https://proicons.com/icon/326737.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M19.8,25.51a1.78,1.78,0,1,1,0,2.52,1.78,1.78,0,0,1,0-2.52ZM10.56,37a9.52,9.52,0,0,1,.12-13.44,1.47,1.47,0,0,1,2.08.09l.12.14L24.23,34.72a1.71,1.71,0,0,1,0,2.42,9.58,9.58,0,0,1-13.55,0,.93.93,0,0,1-.14-.14Z"/><path class="cls-1" d="M32.85,43.6a25.77,25.77,0,0,0,.2-3.19A25.46,25.46,0,0,0,7.59,15a25.77,25.77,0,0,0-3.19.2"/><path class="cls-1" d="M40.89,37.3c.07-.81.11-1.62.11-2.45A27.85,27.85,0,0,0,13.15,7c-.83,0-1.64,0-2.45.11"/><circle class="cls-1" cx="24" cy="24" r="21.5"/></svg>
Copied!