Webtube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webtube 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/335063.svg" alt="Webtube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335063.svg" alt="Webtube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335063.svg" alt="Webtube icon" :width="24" :height="24" />
CSS background
.icon-webtube {
background-image: url('https://proicons.com/icon/335063.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M7.9161,9.7327C-9.2215,38.0309,38.32,55.3469,45.4931,24.5429"/><path class="a" d="M23.9065,2.5c-31.58,17.0008,6.3571,52.3462,21.5866,22.0427"/><path class="a" d="M19.4784,33.0505c.025.0159,8.1444-4.1486,11.4785-5.9016,1.2138-.6382,1.15-1.6839-.0493-2.29-3.0248-1.5292-10.8684-5.4468-11.4993-5.762a1.2767,1.2767,0,0,0-1.699,1.3543c-.01,1.2156,0,10.8949,0,10.8949"/></svg>
Copied!