Gpsdata Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpsdata 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/341293.svg" alt="Gpsdata icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341293.svg" alt="Gpsdata icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341293.svg" alt="Gpsdata icon" :width="24" :height="24" />
CSS background
.icon-gpsdata {
background-image: url('https://proicons.com/icon/341293.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M15.8852,28.0212c-8.8496,3.9014-10.4335,10.3937-10.7025,13.056-.0646.6393.4286,1.1946,1.0711,1.1946h21.6495c.5947,0,1.0768-.4821,1.0768-1.0768v-3.1296M26.477,37.5542c-2.9525-.8808-4.7492-1.9765-7.064-4.3078-6.5649-6.6115-6.5495-17.4197.0342-24.0033,1.5812-1.5812,4.5929-3.5149,5.4743-3.5149.6747,0,.6896.0492.4672,1.5378-.6389,4.2757-.0576,9.2764,1.4657,12.6096l.6478,1.4176,1.7872-1.1575c1.3902-.9004,1.8277-1.3604,1.9698-2.0706.2023-1.0117,1.63-2.0821,2.7795-2.0839,1.6961-.0027,2.9672,1.3511,2.9766,3.1702.0053,1.0224-.1633,1.4372-.8718,2.1457-.7408.7408-1.0747.8663-2.1324.8012-.991-.0609-1.6055.1331-2.9295.925-.9215.5512-1.6755,1.0951-1.6755,1.2088,0,.4313,2.5074,3.0829,4.22,4.4629,1.951,1.572,5.215,3.2481,7.4133,3.8068,2.5508.6483,1.7516,2.0759-2.3278,4.1576-3.2931,1.6805-8.3592,2.0511-12.2346.8949Z"/></svg>
Copied!