Hikar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hikar 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/327032.svg" alt="Hikar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327032.svg" alt="Hikar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327032.svg" alt="Hikar icon" :width="24" :height="24" />
CSS background
.icon-hikar {
background-image: url('https://proicons.com/icon/327032.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="24.657 10.5 24.657 4.5 18.157 4.5 18.157 10.5"/><polyline class="a" points="18.157 23.5 18.157 43.5 24.657 43.5 24.657 23.5"/><polygon class="a" points="35 10.5 6 10.5 6 23.5 35 23.5 42 17 35 10.5"/></svg>
Copied!