Libretube Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Libretube 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/315008.svg" alt="Libretube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315008.svg" alt="Libretube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315008.svg" alt="Libretube icon" :width="24" :height="24" />
CSS background
.icon-libretube {
background-image: url('https://proicons.com/icon/315008.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LibreTube</title><path d="M2.12 0c-.2688.004-.5138.2196-.5138.5206v4.9981c0 .1875.1009.3604.2641.4525l9.8769 5.5768c.3522.199.3522.7062 0 .9051L1.8703 18.03a.52.52 0 0 0-.264.4526v4.997c0 .4016.436.6514.7824.4484L22.207 12.3121a.3777.3777 0 0 0-.0003-.652L2.3883.072A.516.516 0 0 0 2.1199 0zm-.005 7.9458c-.2671.006-.5088.2216-.5088.5203v7.056c0 .3982.4296.6484.776.452l6.222-3.528c.3512-.199.3512-.705 0-.904l-6.222-3.528a.515.515 0 0 0-.2674-.0683z"/></svg>
Copied!