Haylou Fun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Haylou Fun 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/326929.svg" alt="Haylou Fun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326929.svg" alt="Haylou Fun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326929.svg" alt="Haylou Fun icon" :width="24" :height="24" />
CSS background
.icon-haylou-fun {
background-image: url('https://proicons.com/icon/326929.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="M39.4879,27.4419c0-7.5626-6.2046-13.7667-13.7667-13.7667-1.9009,0-3.4418,1.541-3.4418,3.4418s1.541,3.4418,3.4418,3.4418c3.8424,0,6.8836,3.0411,6.8836,6.8836v11.6157c0,1.9009,1.541,3.4418,3.4418,3.4418s3.4418-1.541,3.4418-3.4418V8.9428c0-1.9009-1.541-3.4418-3.4418-3.4418s-3.4418,1.541-3.4418,3.4418v6.5938"/><path class="b" d="M8.5121,20.5581c0,7.5626,6.2046,13.7667,13.7667,13.7667,1.9009,0,3.4418-1.541,3.4418-3.4418s-1.541-3.4418-3.4418-3.4418c-3.8424,0-6.8836-3.0411-6.8836-6.8836v-11.6158c0-1.9009-1.541-3.4418-3.4418-3.4418s-3.4418,1.541-3.4418,3.4418v30.1154c0,1.9009,1.541,3.4418,3.4418,3.4418s3.4418-1.541,3.4418-3.4418v-6.5938"/></svg>
Copied!