Vtracking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vtracking 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/334920.svg" alt="Vtracking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334920.svg" alt="Vtracking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334920.svg" alt="Vtracking icon" :width="24" :height="24" />
CSS background
.icon-vtracking {
background-image: url('https://proicons.com/icon/334920.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.9282,19.9637c.1061-.7998.163-1.5923.163-2.3725,0-7.23-5.8611-13.0912-13.0912-13.0912s-13.0912,5.8611-13.0912,13.0912c0,10.2509,10.0009,22.612,12.6111,25.6323.3191.3688.891.3688,1.2101,0,1.4477-1.7032,5.2356-6.4299,8.2399-12.0741"/><g><path class="c" d="m22.4999,26.9973c0,1.1047-.8955,2.0002-2.0002,2.0002s-2.0002-.8955-2.0002-2.0002.8955-2.0002,2.0002-2.0002,2.0002.8955,2.0002,2.0002Z"/><path class="c" d="m34.501,26.9973c0,1.1047-.8955,2.0002-2.0002,2.0002s-2.0002-.8955-2.0002-2.0002.8955-2.0002,2.0002-2.0002,2.0002.8955,2.0002,2.0002Z"/><g><path class="c" d="m22.4999,26.9973h8.0007"/><path class="c" d="m18.4996,26.9973h-2.0002v-7.0006"/><path class="c" d="m27.5004,17.9965v-2.0002h-14.0012"/><path class="c" d="m34.501,26.9973h2.0002v-5.0004"/><path class="c" d="m36.5012,21.9968l-5.0004-5.0004"/><path class="c" d="m31.5007,16.9964h-4.0004v10.0009"/><path class="c" d="m16.4994,17.9965h-2.0002"/><path class="c" d="m16.4994,19.9967h-1.0001"/><path class="c" d="m29.5005,18.9966h4.0004"/><path class="c" d="m29.5005,22.4969h7.0006"/><path class="c" d="m29.5005,18.9966v3.5003"/></g></g></svg>
Copied!