Hily Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hily 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/327039.svg" alt="Hily icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327039.svg" alt="Hily icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327039.svg" alt="Hily icon" :width="24" :height="24" />
CSS background
.icon-hily {
background-image: url('https://proicons.com/icon/327039.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="M14.9204,5.624c7.4992,0,6.3836,10.8459,10.8459,10.8459,3.2848,0,2.8509-7.2513,8.9866-7.2513,5.7018,0,7.7471,6.903,7.7471,14.7622s-3.2228,14.6766-7.2513,14.6766c-5.206,0-5.5159-7.3752-9.4824-7.3752s-3.4087,11.0938-10.4121,11.0938c-6.4456,0-9.8543-7.5611-9.8543-19.5846S9.7764,5.624,14.9204,5.624Z"/></svg>
Copied!