Heyfun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Heyfun 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/341563.svg" alt="Heyfun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341563.svg" alt="Heyfun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341563.svg" alt="Heyfun icon" :width="24" :height="24" />
CSS background
.icon-heyfun {
background-image: url('https://proicons.com/icon/341563.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.6465,5.5h0c6.7038,0,12.1465,5.4426,12.1465,12.1465v12.1465H5.5v-12.1465c0-6.7038,5.4426-12.1465,12.1465-12.1465Z"/><path class="c" d="m17.0859,29.7929c0,7.0179,5.6891,12.7071,12.7071,12.7071s12.7071-5.6891,12.7071-12.7071-5.6891-12.7071-12.7071-12.7071"/><circle class="c" cx="10.4209" cy="37.6414" r="3.4259"/><circle class="c" cx="12.342" cy="16.2242" r="2.2217"/><circle class="c" cx="22.2684" cy="16.2242" r="2.2217"/><circle class="c" cx="35.2281" cy="27.5713" r="2.2217"/><line class="c" x1="34.5892" y1="11.6044" x2="39.4478" y2="6.7458"/><line class="c" x1="34.5892" y1="6.7458" x2="39.4478" y2="11.6044"/></svg>
Copied!