Oitrack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oitrack 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/330555.svg" alt="Oitrack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330555.svg" alt="Oitrack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330555.svg" alt="Oitrack icon" :width="24" :height="24" />
CSS background
.icon-oitrack {
background-image: url('https://proicons.com/icon/330555.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M15.5292,18.1143l15.9524-7.2159c.5032-.2276,1.0956-.0042,1.3233.499l2.2662,5.0099c.2276.5032.0042,1.0956-.499,1.3233l-2.909,1.3159c-.5032.2276-.7266.8201-.499,1.3233l4.5204,9.9934c.2276.5032.0042,1.0956-.499,1.3233l-5.5788,2.5235c-.5032.2276-1.0956.0042-1.3233-.499l-4.5204-9.9934c-.2276-.5032-.8201-.7266-1.3233-.499l-3.8202,1.728"/><path class="b" d="M17.0387,35.1302c-.1975-2.1966-1.9323-3.9406-4.1278-4.1498l-.0116.0116M13.635,34.3794c-.7169-.7173-1.8796-.7175-2.5968-.0006s-.7175,1.8796-.0006,2.5968,1.8796.7175,2.5968.0006c.0002-.0002.0004-.0004.0006-.0006h0c.7167-.717.7167-1.8792,0-2.5962ZM21.2591,34.8602c-.412-4.294-3.8109-7.6929-8.1049-8.1049"/></svg>
Copied!