Youtube Vanced Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youtube Vanced 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/335513.svg" alt="Youtube Vanced icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335513.svg" alt="Youtube Vanced icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335513.svg" alt="Youtube Vanced icon" :width="24" :height="24" />
CSS background
.icon-youtube-vanced {
background-image: url('https://proicons.com/icon/335513.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m43.1124,14.394c-.4637-1.7234-1.8098-3.0695-3.5332-3.5332-2.3145-.8936-24.7326-1.3314-31.2358.0256-1.7235.4637-3.0698,1.8101-3.5334,3.5336-1.0446,4.583-1.1239,14.4914.0256,19.1767.4638,1.7234,1.81,3.0696,3.5334,3.5333,4.5829,1.0548,26.3712,1.2033,31.2358,0,1.7234-.4637,3.0695-1.8099,3.5332-3.5333,1.1138-4.993,1.1931-14.2867-.0256-19.2027Z"/><g><path class="c" d="m19.4715,31.4951l10.0519-5.765c1.34-.7685,1.34-2.7013,0-3.4698l-10.0519-5.7651"/><path class="c" d="m25.1025,23.4747l-4.7325-2.7142c-.4-.2294-.8985.0594-.8985.5205v5.4284c0,.4611.4985.7499.8985.5205l4.7325-2.7142c.402-.2306.402-.8104,0-1.0409Z"/></g></svg>
Copied!