Vuetube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vuetube 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/334923.svg" alt="Vuetube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334923.svg" alt="Vuetube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334923.svg" alt="Vuetube icon" :width="24" :height="24" />
CSS background
.icon-vuetube {
background-image: url('https://proicons.com/icon/334923.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.3323,25.9072a2.2,2.2,0,0,0,0-3.8144l-5.3172-3.0592,5.4833-2.5569,2.3028,1.3248L39.26,22.0928a2.2,2.2,0,0,1,0,3.8144l-7.4561,4.29-.0017.0014-2.4851,1.43-5.4833-2.5569ZM12.5878,29.29v2.4473a2.2,2.2,0,0,0,3.2965,1.9069l.0009-.0006,2.7034-1.5553,5.4832,2.5569-5.7177,3.29-.0037.0023-7.4157,4.2666a2.2,2.2,0,0,1-3.2976-1.9074V26.9815ZM24.2543,13.46,18.771,16.0165l-2.8856-1.66-.0017-.0009a2.2,2.2,0,0,0-3.2958,1.9082V18.9L7.6371,21.2083V7.7036a2.2,2.2,0,0,1,3.2976-1.9072l7.4186,4.2682.0009,0Z"/></svg>
Copied!