Ahaber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ahaber 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/336021.svg" alt="Ahaber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336021.svg" alt="Ahaber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336021.svg" alt="Ahaber icon" :width="24" :height="24" />
CSS background
.icon-ahaber {
background-image: url('https://proicons.com/icon/336021.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,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><path class="c" d="m14.43,30.723v8.5885c0,.8236.6677,1.4881,1.4914,1.4914l20.711.0823c.8236.003,1.4914-.6677,1.4914-1.4914V15.2188c0-.8236-.6677-1.4881-1.4914-1.4914h0s-1.4853-.006-1.4853-.006"/><path class="c" d="m31.2734,39.0065v-7.3967h2.4039c1.3869,0,2.4964,1.1095,2.4964,2.4964s-1.1095,2.4964-2.4964,2.4964h-2.4039"/><line class="c" x1="33.768" y1="36.6008" x2="36.0813" y2="38.9141"/><line class="c" x1="16.384" y1="31.6098" x2="16.384" y2="39.0065"/><line class="c" x1="21.2843" y1="31.6098" x2="21.2843" y2="39.0065"/><line class="c" x1="16.384" y1="35.2157" x2="21.2843" y2="35.2157"/><path class="c" d="m26.9242,35.3082c1.017,0,1.8492.8321,1.8492,1.8492s-.8321,1.8492-1.8492,1.8492h-3.0511v-7.3967h3.0511c1.017,0,1.8492.8321,1.8492,1.8492s-.8321,1.8492-1.8492,1.8492Z"/><line class="c" x1="26.9242" y1="35.3082" x2="23.873" y2="35.3082"/><path class="b" d="m23.085,29.521l.3398-2.7285c-5.2284,4.1514-14.176,4.8655-13.471-3.8293,1.347-7.8864,12.692-7.236,15.852-7.2607l.3791-2.2096c.3033-1.7675-1.1788-1.9028-2.4007-1.7325-1.6825.2344-2.6471,1.4503-2.8719,2.5093h-7.5549c.5421-3.9736,4.4396-5.8914,8.0289-6.7002,6.3019-1.4201,13.778.8615,12.821,6.1056l-2.8904,15.846h-8.232Z"/><path class="b" d="m24.929,19.635c-.2381,1.0116-.4125,2.0403-.7094,3.0361-.5622,1.8856-3.4336,3.2573-5.207,2.2007-1.5648-1.0411-1.3114-5.2368,2.99-5.2368h2.9264Z"/></svg>
Copied!