Ahangify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ahangify 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/321464.svg" alt="Ahangify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321464.svg" alt="Ahangify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321464.svg" alt="Ahangify icon" :width="24" :height="24" />
CSS background
.icon-ahangify {
background-image: url('https://proicons.com/icon/321464.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.2024,8.797c7.2526,7.2525,8.3721,18.6183,2.6736,27.1463-5.6982,8.5278-16.6267,11.8429-26.1024,7.9181C6.298,39.9363.9145,29.8643,2.9155,19.8049,4.9163,9.7453,13.7445,2.5,24.0012,2.5"/><path class="b" d="M27.7331,23.9988l.0004-21.1717c3.0916.5451,6.0263,1.7607,8.598,3.5614"/><circle class="b" cx="24.0004" cy="23.9988" r="3.7328"/></svg>
Copied!