Opentracks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opentracks 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/330730.svg" alt="Opentracks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330730.svg" alt="Opentracks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330730.svg" alt="Opentracks icon" :width="24" :height="24" />
CSS background
.icon-opentracks {
background-image: url('https://proicons.com/icon/330730.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.37,7.64,28.18,41.53a1.55,1.55,0,0,1-2,.86,1.58,1.58,0,0,1-.86-.86l-5-13a1.5,1.5,0,0,0-.88-.88l-12.95-5a1.51,1.51,0,0,1-1-1.44h0a1.57,1.57,0,0,1,1-1.43L40.35,5.62a1.54,1.54,0,0,1,2,2Z"/></svg>
Copied!