Hype Machine Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hype Machine 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/305880.svg" alt="Hype Machine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305880.svg" alt="Hype Machine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305880.svg" alt="Hype Machine icon" :width="24" :height="24" />
CSS background
.icon-hype-machine {
background-image: url('https://proicons.com/icon/305880.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 140C258 140 63 287 63 469c0 97 56 185 146 245-8 46-23 101-53 146 38 0 136-45 205-80 44 11 90 17 139 17 242 0 438-147 438-328 0-182-196-329-438-329zm209 333c-1 7-4 13-8 20-8 15-19 29-31 39-62 65-170 137-170 137s-109-72-170-137c-13-10-23-24-31-39-5-7-7-13-9-20-4-13-6-27-6-41 0-73 58-132 131-132 49 0 85 53 85 88 0-35 18-88 85-88 72 0 131 59 131 132 0 14-2 28-7 41z"/></svg>
Copied!