Hangikredi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hangikredi 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/341445.svg" alt="Hangikredi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341445.svg" alt="Hangikredi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341445.svg" alt="Hangikredi icon" :width="24" :height="24" />
CSS background
.icon-hangikredi {
background-image: url('https://proicons.com/icon/341445.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m5.5,28.2703c3.2375,3.8505,6.4749,7.7008,10.4027,10.117,3.9278,2.4162,8.5454,3.3981,13.0933,2.7029,4.5481-.6952,9.026-3.0673,13.504-5.4394"/><path class="b" d="m29.3157,6.6914l-5.0997,26.1581"/><circle class="b" cx="36.1641" cy="22.8869" r="3.7445"/><circle class="b" cx="16.61" cy="19.0714" r="3.7445"/></svg>
Copied!