Tractive Gps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tractive Gps 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/348746.svg" alt="Tractive Gps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348746.svg" alt="Tractive Gps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348746.svg" alt="Tractive Gps icon" :width="24" :height="24" />
CSS background
.icon-tractive-gps {
background-image: url('https://proicons.com/icon/348746.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="21.3104" r="10.8707"/><path class="c" d="m40.8103,21.3104c0-9.2841-7.5262-16.8104-16.8103-16.8104S7.1897,12.0263,7.1897,21.3104c0,5.2677,2.4265,9.9652,6.2187,13.0474l10.5916,9.1422,10.5916-9.1422c3.7922-3.0822,6.2187-7.7797,6.2187-13.0474Z"/><ellipse class="c" cx="21.9015" cy="16.4522" rx="1.2103" ry="1.7147" transform="translate(-4.4845 9.0947) rotate(-21.3329)"/><ellipse class="c" cx="18.8514" cy="19.6294" rx="1.2103" ry="1.7147" transform="translate(-7.6969 13.64) rotate(-33.445)"/><path class="c" d="m24,19.6294c1.4429,0,1.7765,1.8595,3.1575,3.1772.8853.8447,2.2442,1.286,2.2442,2.6981,0,1.5886-1.1599,2.3198-2.1685,2.3198s-1.6754-.8573-3.2332-.8573c-1.5578,0-2.2246.8573-3.2332.8573s-2.1685-.7312-2.1685-2.3198c0-1.4121,1.3588-1.8533,2.2442-2.6981,1.381-1.3176,1.7147-3.1772,3.1575-3.1772Z"/><ellipse class="c" cx="26.0985" cy="16.4522" rx="1.7147" ry="1.2103" transform="translate(1.2793 34.7774) rotate(-68.6671)"/><ellipse class="c" cx="29.1486" cy="19.6294" rx="1.7147" ry="1.2103" transform="translate(-3.2953 33.133) rotate(-56.555)"/></svg>
Copied!