Tubemate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tubemate 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/348898.svg" alt="Tubemate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348898.svg" alt="Tubemate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348898.svg" alt="Tubemate icon" :width="24" :height="24" />
CSS background
.icon-tubemate {
background-image: url('https://proicons.com/icon/348898.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.72,4.5c-1.35,5.23,3.21,15.32,9.41,15.91A4.12,4.12,0,0,0,21.86,17s10.08,3,9.94,16A15.12,15.12,0,0,0,39,29.75c.3.15-2.17,12-9.19,13.75,0,0-12.18-1.94-14.72-8,0,0,5,1.34,7.92,0-.26-2.58-5.14-5.2-10-9a9.7,9.7,0,0,1-4-7.25l3.17,2.06S8,10.85,13.72,4.5Z"/></svg>
Copied!