Youtube Create Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youtube Create 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/350063.svg" alt="Youtube Create icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350063.svg" alt="Youtube Create icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350063.svg" alt="Youtube Create icon" :width="24" :height="24" />
CSS background
.icon-youtube-create {
background-image: url('https://proicons.com/icon/350063.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.7003,43.9421c-6.1635-4.9314-11.711-10.4789-16.6423-16.6424-1.4109-1.7875-1.4104-4.8118,0-6.5995,4.9314-6.1635,10.4789-11.7109,16.6424-16.6424,1.7878-1.4103,4.8116-1.4102,6.5995,0,6.1635,4.9315,11.7109,10.4789,16.6424,16.6424,1.4104,1.788,1.4103,4.8117,0,6.5995-4.9314,6.1635-10.4789,11.711-16.6424,16.6424-1.7876,1.4106-4.8118,1.4104-6.5996,0Z"/><polygon class="c" points="30.8779 24 19.6288 17.5053 19.6288 30.4947 30.8779 24"/><line class="c" x1="19.6288" y1="43.1363" x2="19.6288" y2="30.4947"/><line class="c" x1="11.2016" y1="12.6399" x2="19.6288" y2="17.5053"/><line class="c" x1="30.8779" y1="24" x2="41.5635" y2="17.8307"/></svg>
Copied!