Youtube Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youtube Go 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/335506.svg" alt="Youtube Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335506.svg" alt="Youtube Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335506.svg" alt="Youtube Go icon" :width="24" :height="24" />
CSS background
.icon-youtube-go {
background-image: url('https://proicons.com/icon/335506.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="m29.6573,10.1573c7.6576,0,13.8427,6.185,13.8427,13.8427s-6.185,13.8427-13.8427,13.8427c-4.9087,0-19.7332-8.2467-24.6419-10.9956-.6872-.3927-.6872-1.3744,0-1.7671l5.8905-3.0434-2.1598-1.3744c-.6872-.3927-.589-1.3744.0982-1.669,4.3197-2.3562,16.8861-8.8357,20.8131-8.8357Z"/><polygon class="c" points="36.1369 24 26.4176 18.404 26.4176 29.596 36.1369 24"/></svg>
Copied!