Buyhatke Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buyhatke 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/323062.svg" alt="Buyhatke icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323062.svg" alt="Buyhatke icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323062.svg" alt="Buyhatke icon" :width="24" :height="24" />
CSS background
.icon-buyhatke {
background-image: url('https://proicons.com/icon/323062.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="8.5128" y="14.3592" width="30.9745" height="28.1408"/><polyline class="d" points="8.5128 14.3592 11.4209 12.6004 11.312 10.8415 36.688 10.8415 36.5791 12.6004 39.4872 14.3592"/><path class="d" d="M33.4291,19.2284c0-4.8693-1.368-13.7284-9.1604-13.7284s-9.1604,8.8592-9.1604,13.7284"/><g id="c"><path class="d" d="M19.556,21.7234h2.7151c2.483,0,4.4959,2.0172,4.4959,4.5056s-2.0129,4.5056-4.4959,4.5056l4.4959,4.4012"/><line class="d" x1="22.2711" y1="21.7234" x2="28.444" y2="21.7234"/><line class="d" x1="19.556" y1="26.2512" x2="28.444" y2="26.2512"/></g></svg>
Copied!