Brand Hulu Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Hulu 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/305144.svg" alt="Brand Hulu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305144.svg" alt="Brand Hulu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305144.svg" alt="Brand Hulu icon" :width="24" :height="24" />
CSS background
.icon-brand-hulu {
background-image: url('https://proicons.com/icon/305144.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="M473 571c-1 6-3 11-6 15-5 4-10 6-16 6h-46c-6 0-11-2-15-6s-6-9-6-15V438h-79v140c0 18 3 34 11 47 7 13 18 23 31 30 14 6 29 10 48 10h78v-1c16 0 31-4 42-11 12-7 21-17 28-30 6-13 9-29 9-45V438h-79v133zM203 446c-14-6-29-9-46-8h-51l-20 2c-4 2-7 3-7 3V335H0v330h79V531c1-5 3-11 7-14 4-4 9-6 15-6h46c6 0 11 2 15 6 4 3 6 9 7 14v134h79V521c0-20-4-36-12-48-9-12-19-21-33-27zm410-111h79v330h-79zm387 103h-80v133c0 6-2 11-6 15-3 4-8 6-14 6h-47c-6 0-11-2-15-6s-6-9-6-15V438h-80v140c1 18 4 34 12 47s18 23 31 30c14 6 30 10 48 10h77v-1c17 0 31-4 44-11 11-7 20-17 26-30 7-13 10-29 10-45V438z"/></svg>
Copied!