Brand Hp Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Hp 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/305140.svg" alt="Brand Hp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305140.svg" alt="Brand Hp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305140.svg" alt="Brand Hp icon" :width="24" :height="24" />
CSS background
.icon-brand-hp {
background-image: url('https://proicons.com/icon/305140.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="M500 0h-2c-35 101-72 201-108 302 26 1 52 0 78 1 19 1 39 8 49 25 12 19 12 43 4 63-35 99-71 198-106 297h-93c-4 0-9 0-13-1 40-109 78-218 117-327h-56c-3 6-4 12-7 18-35 101-71 201-107 302-2 2-1 8-5 8h-89c-5 0-11 1-16-1L387 13C165 64 0 263 0 500c0 233 159 429 375 484 80-225 161-451 241-677 1-1 2-5 3-6h149c17 0 33-2 49 3 18 5 35 18 41 37 4 14 1 30-4 44-32 93-65 185-98 277-8 24-33 39-57 40H583c-36 99-71 198-106 297 7 1 15 1 23 1 276 0 500-224 500-500S776 0 500 0zm158 645c33-96 68-191 102-286h-43c-4 0-10-2-13 2-34 95-68 190-102 284 19 0 38 1 56 0z"/></svg>
Copied!