Youku Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Youku 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/306971.svg" alt="Youku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306971.svg" alt="Youku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306971.svg" alt="Youku icon" :width="24" :height="24" />
CSS background
.icon-youku {
background-image: url('https://proicons.com/icon/306971.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M456 185c-13 0-27 3-38 11-26 18-40 72-57 110-19 42-35 85-53 116-50-56-83-180-143-226-19-15-61-14-80 0-52 39 0 107 20 143 46 79 96 163 134 235-25 66-151 251 18 241 41-27 58-81 80-131 46-102 84-189 131-294 20-44 67-109 57-158-6-28-37-47-69-47zm408 40c-24 0-49 12-60 34-17 20-36 39-56 56-10 12-21 23-33 33-14 15-25 32-44 42V274c-1-64-119-64-119 0v330c5 23 16 41 41 44h36c24-4 38-19 42-44v-72c0-24-5-66 11-41 25 23 59 49 90 77 29 27 58 71 89 77 64 14 92-47 68-92-25-47-97-77-128-119 21-48 135-77 125-161-4-32-33-48-62-48z"/></svg>
Copied!