Hiki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hiki 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/327034.svg" alt="Hiki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327034.svg" alt="Hiki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327034.svg" alt="Hiki icon" :width="24" :height="24" />
CSS background
.icon-hiki {
background-image: url('https://proicons.com/icon/327034.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="42.5" y1="23.2056" x2="16.2243" y2="42.5"/><line class="b" x1="5.5" y1="33.6755" x2="16.2243" y2="42.5"/><line class="b" x1="5.7103" y1="14.9626" x2="34.89" y2="13.4306"/><line class="b" x1="38.8505" y1="5.5" x2="22.7751" y2="37.6897"/><line class="b" x1="34.89" y1="13.4306" x2="42.5" y2="23.2056"/><line class="b" x1="24.8926" y1="36.1349" x2="42.5" y2="38.0877"/><line class="b" x1="15.0475" y1="14.4724" x2="21.4767" y2="38.6431"/><line class="b" x1="5.5" y1="28.755" x2="15.0475" y2="14.4724"/><line class="b" x1="7.0543" y1="6.3359" x2="15.0475" y2="14.4724"/><path class="b" d="M31.7919,19.6343c1.675-3.3541-1.1844-5.8478-3.6811-5.8478s-5.41,1.5967-5.41,3.6154c-.8411-1.9907-1.7053-3.2418-3.8435-3.13-3.1615.166-2.6877,4.4189-2.0531,6.8048"/></svg>
Copied!