Hadi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hadi 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/326861.svg" alt="Hadi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326861.svg" alt="Hadi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326861.svg" alt="Hadi icon" :width="24" :height="24" />
CSS background
.icon-hadi {
background-image: url('https://proicons.com/icon/326861.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;}.c{fill:#000;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m22.5327,29.4643c.3896.6553.9519,1.2069,1.6146,1.5838.6627.3769,1.4242.5784,2.1865.5784s1.5239-.2014,2.1865-.5784c.6627-.3769,1.225-.9285,1.6146-1.5838"/><line class="b" x1="12.3936" y1="16.936" x2="12.3936" y2="26.9366"/><path class="b" d="m12.3936,22.8114c0-1.3808,1.1193-2.5001,2.5001-2.5001h0c1.3808,0,2.5001,1.1193,2.5001,2.5001v4.1252"/><circle class="c" cx="34.7313" cy="17.2486" r=".75"/><line class="b" x1="34.7313" y1="20.3112" x2="34.7313" y2="26.9366"/><path class="b" d="m24.8511,24.4365c0,1.3808-1.1193,2.5001-2.5001,2.5001h0c-1.3808,0-2.5001-1.1193-2.5001-2.5001v-1.6251c0-1.3808,1.1193-2.5001,2.5001-2.5001h0c1.3808,0,2.5001,1.1193,2.5001,2.5001"/><line class="b" x1="24.8511" y1="26.9366" x2="24.8511" y2="20.3112"/><path class="b" d="m32.229,22.8114c0-1.3808-1.1193-2.5001-2.5001-2.5001h0c-1.3808,0-2.5001,1.1193-2.5001,2.5001v1.6251c0,1.3808,1.1193,2.5001,2.5001,2.5001h0c1.3808,0,2.5001-1.1193,2.5001-2.5001"/><line class="b" x1="32.229" y1="26.9366" x2="32.229" y2="16.936"/></svg>
Copied!