Gpstest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpstest 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/341297.svg" alt="Gpstest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341297.svg" alt="Gpstest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341297.svg" alt="Gpstest icon" :width="24" :height="24" />
CSS background
.icon-gpstest {
background-image: url('https://proicons.com/icon/341297.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,.cls-2{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="path867" class="cls-1" d="M5.5,41.06l9.1-12L21.26,37l9.1-11.8L42.5,41.06Z"/><g id="g896"><path id="circle882" class="cls-2" d="M17.37,6.94A11.61,11.61,0,0,1,5.76,18.55V6.94Z"/><path id="circle884" class="cls-2" d="M11.57,6.94a5.81,5.81,0,0,1-5.81,5.8V6.94Z"/></g></svg>
Copied!