Onetracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onetracker 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/345200.svg" alt="Onetracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345200.svg" alt="Onetracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345200.svg" alt="Onetracker icon" :width="24" :height="24" />
CSS background
.icon-onetracker {
background-image: url('https://proicons.com/icon/345200.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="17.06" cy="33.9145" r="3.01"/><circle class="c" cx="37.171" cy="33.9145" r="3.01"/><path class="c" d="m41.814,32.3175h1.686v-12.588l-5.676-4.72h-7.754m2.528,17.308h-10.452m-10.172,0h-2.697v-3.372m0-11.801v-6.069h20.792v21.242"/><path class="c" d="m33.272,18.6615v6.744h6.744v-4.665l-2.529-2.08-4.215.001Zm-25.4.675h10.733m-12.138,3.764h10.059m-12.026,3.822h10.733"/></svg>
Copied!