Gpslogger2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpslogger2 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/341295.svg" alt="Gpslogger2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341295.svg" alt="Gpslogger2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341295.svg" alt="Gpslogger2 icon" :width="24" :height="24" />
CSS background
.icon-gpslogger2 {
background-image: url('https://proicons.com/icon/341295.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.93,15.52,31.48,14l2.37,2.38L32.3,17.9m-5.16-1.16,2-2,4,4-2,2m-4.85-4.87L32,21.59,26.3,27.25l-5.66-5.68Zm-1,10.34-2.09,2.09-3.67-3.69,2.1-2.08"/><path class="a" d="M12.71,37.09c-.47.48-1,.14-1.59-.41s-.86-1.13-.4-1.59,1.06-.17,1.61.38.86,1.12.38,1.62Z"/><path class="a" d="M16.26,31.59l-3.93,3.88"/><path class="a" d="M26.79,18.66,23.46,22"/><path class="a" d="M29.19,21.06l-3.33,3.31"/><path class="a" d="M7.92,7.83,19.57,19.48m-9.31-14L21.91,17.15,17.25,21.8,5.59,10.15Z"/><path class="a" d="M28.42,28.53,40.07,40.18m-9.32-14L42.41,37.85,37.74,42.5,26.09,30.85Z"/></svg>
Copied!