Oitube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oitube 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/345115.svg" alt="Oitube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345115.svg" alt="Oitube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345115.svg" alt="Oitube icon" :width="24" :height="24" />
CSS background
.icon-oitube {
background-image: url('https://proicons.com/icon/345115.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.3296,22.2322l-14.3345-9.0565c-1.3924-.8797-3.2079.1208-3.2079,1.7678v18.113c0,1.647,1.8156,2.6475,3.2079,1.7678l14.3345-9.0565c1.2989-.8206,1.2989-2.7149,0-3.5356Z"/><path class="b" d="M28.9282,23.3441l-6.6346-4.1009c-.5137-.3175-1.1765.052-1.1765.6559v8.2018c0,.6039.6628.9735,1.1765.6559l6.6346-4.1009c.4876-.3014.4876-1.0105,0-1.3119Z"/><line class="b" x1="42.5" y1="20.61" x2="8.1956" y2="42.2781"/><line class="b" x1="21.65" y1="14.22" x2="8.1956" y2="5.7219"/><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"/></svg>
Copied!