Hype Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hype 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/327237.svg" alt="Hype icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327237.svg" alt="Hype icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327237.svg" alt="Hype icon" :width="24" :height="24" />
CSS background
.icon-hype {
background-image: url('https://proicons.com/icon/327237.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m21.9486,9.5794c7.7383,0,20.3972,5.1308,20.3972,14.0888,0,8.1168-18.5047,13.1215-25.0654,13.1215s-12.785-2.986-12.785-10.3879S11.2243,9.5794,21.9486,9.5794Z"/><path class="b" d="m4.4953,26.4019c0,9.9252,2.8178,13.4159,10.1355,13.4159s20.7336-6.5748,25.9045-11.8561"/><path class="b" d="m11.1352,13.4c5.5564-4.6056,8.8788-5.3346,14.2199-5.3346,6.4346,0,18.3364,3.9533,18.3364,12.7009,0,4.6822-3.1563,7.1953-3.1563,7.1953"/><g><path class="b" d="m24.7792,27.3417v-7.4591h2.442c1.3805,0,2.4997,1.1216,2.4997,2.5051s-1.1191,2.5051-2.4997,2.5051h-2.442"/><g><line class="b" x1="10.7935" y1="19.8826" x2="10.7935" y2="27.3417"/><line class="b" x1="15.7351" y1="19.8826" x2="15.7351" y2="27.3417"/><line class="b" x1="10.7935" y1="23.5981" x2="15.7351" y2="23.5981"/></g><g><polyline class="b" points="22.8091 19.8826 20.3382 23.6122 17.8674 19.8826"/><line class="b" x1="20.3382" y1="27.3417" x2="20.3382" y2="23.6122"/></g><g><line class="b" x1="31.691" y1="27.3417" x2="35.4206" y2="27.3417"/><line class="b" x1="31.691" y1="19.8826" x2="35.4206" y2="19.8826"/><line class="b" x1="31.691" y1="23.6122" x2="34.1226" y2="23.6122"/><line class="b" x1="31.691" y1="19.8826" x2="31.691" y2="27.3417"/></g></g></svg>
Copied!