Youtube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youtube 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/335503.svg" alt="Youtube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335503.svg" alt="Youtube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335503.svg" alt="Youtube icon" :width="24" :height="24" />
CSS background
.icon-youtube {
background-image: url('https://proicons.com/icon/335503.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="M43.1124,14.394a5.0056,5.0056,0,0,0-3.5332-3.5332c-2.3145-.8936-24.7326-1.3314-31.2358.0256A5.0059,5.0059,0,0,0,4.81,14.42c-1.0446,4.583-1.1239,14.4914.0256,19.1767A5.006,5.006,0,0,0,8.369,37.13c4.5829,1.0548,26.3712,1.2033,31.2358,0a5.0057,5.0057,0,0,0,3.5332-3.5333C44.2518,28.6037,44.3311,19.31,43.1124,14.394Z"/><path class="a" d="M30.5669,23.9952,20.1208,18.004V29.9863Z"/></svg>
Youtube in other icon packs
Copied!