Brand Eleven Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Eleven 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/305115.svg" alt="Brand Eleven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305115.svg" alt="Brand Eleven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305115.svg" alt="Brand Eleven icon" :width="24" :height="24" />
CSS background
.icon-brand-eleven {
background-image: url('https://proicons.com/icon/305115.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="M711 190H238l1 178h249c35-65 177-161 223-178zM354 552h-42v134h75v-29h-33zM223 686h75v-29h-33v-25h33v-25h-33v-25h33v-30h-75zm294-134h-37l21 134h54l26-134h-32l-16 90zm-74-19l191 1c5-51 74-135 142-157V181c-186 83-307 209-333 352zm30 124h-33v-25h33v-25h-33v-25h33v-30h-75v134h75zm250-97v32-40h-41v134h41v-94c2-15 23-11 23-2v96h40V573c0-24-33-34-63-13zM18 0v1000h964V0H18zm802 862c0 22-14 40-31 40H620v37H389v-37H214c-17 0-31-18-31-40l-73-741c0-22 17-39 38-39h706c21 0 38 17 38 39l-72 741zM590 686h75v-29h-33v-25h33v-25h-33v-25h33v-30h-75zM403 926h205c0-83 1-161 7-226H413c-6 65-10 143-10 226z"/></svg>
Copied!