Brand Hi5 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Hi5 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/305138.svg" alt="Brand Hi5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305138.svg" alt="Brand Hi5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305138.svg" alt="Brand Hi5 icon" :width="24" :height="24" />
CSS background
.icon-brand-hi5 {
background-image: url('https://proicons.com/icon/305138.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="M965 440l9-176H638l-50 273h1c-4 8-7 18-9 27v44h33v64c34 37 92 64 172 64 127 0 215-80 215-194 0-36-12-73-35-102zM789 692c-103 0-165-52-165-104 0-35 24-67 66-67 30 0 45 20 45 43 0 12-5 17-5 27 0 14 6 23 29 23 33 0 49-34 49-68 0-31-12-53-38-53-19 0-28 7-32 19l-96-12 36-192h254l-5 96H758l-9 51c11-17 45-31 90-31 80 0 121 61 121 118 0 83-60 150-171 150zM623 564V291H439v84h-62v163h34v26h-34v163h279V564h-33zM482 334h98v65h-98v-65zm131 349H421v-75h33V494h-33v-75h159v189h33v75zm-192 0v-75h33v-44h-34v-64c0-74-51-130-120-130-20 0-38 4-54 10V264H0v163h33v137H0v162h454v-43h-33zm-11 0H237v-75h14v-74c0-23-1-44-14-44s-26 16-35 50v68h15v75H44v-75h32V383H44v-75h158v168c17-32 52-63 98-63 44 0 77 38 77 87v108h33v75z"/></svg>
Copied!