Hoppygo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hoppygo 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/327122.svg" alt="Hoppygo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327122.svg" alt="Hoppygo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327122.svg" alt="Hoppygo icon" :width="24" :height="24" />
CSS background
.icon-hoppygo {
background-image: url('https://proicons.com/icon/327122.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.3848,44.8592c-2.2643-16.3321-1.8789-25.9082-1.1414-29.0289,2.3409-9.5316,14.6-2.5014,9.2474,3.6166-4.9631,4.7472-20.8463,3.7185-24.0848,7.0444-8.1493,8.2871,8.3973,16.4017,8.745,1.841.1886-9.2237.7453-17.3693-.6975-25.5312"/><path class="c" d="m26.668,45.3322c-11.2481,1.4053-21.6551-6.1637-23.7832-17.2978C.7566,16.9004,7.6385,6.0268,18.612,3.1846"/><path class="c" d="m22.4422,2.5528c10.8897-.7604,20.6208,6.7603,22.6303,17.4899s-4.3404,21.2621-14.7672,24.4941"/></svg>
Copied!