Gps Locker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gps Locker 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/326729.svg" alt="Gps Locker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326729.svg" alt="Gps Locker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326729.svg" alt="Gps Locker icon" :width="24" :height="24" />
CSS background
.icon-gps-locker {
background-image: url('https://proicons.com/icon/326729.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 48 48"><path d="M35.19 23.08l6.46-6.46-2.59-2.6 2.58-2.57-5.07-5.06-2.49 2.49-2.55-2.46L6.36 31.6l10.16 10.16 8.82-8.82m-2.58-17.75L12.2 4.6m.63 20.28L9.6 21.65V4.6h2.57m13.36 28.6l10.58 10.57m-.65-20.27l3.24 3.24v17.04h-2.57M27.8 23.43l10.87 10.22M18.91 19.1L9.68 9.69m5.54 13.07L9.6 17.2m18.17 13.26L38.5 41.2"/><path d="M27.77 35.4V17.7h1.93l5.92 5.98"/></svg>
Copied!