Hema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hema 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/326980.svg" alt="Hema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326980.svg" alt="Hema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326980.svg" alt="Hema icon" :width="24" :height="24" />
CSS background
.icon-hema {
background-image: url('https://proicons.com/icon/326980.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"><rect x="5.5" y="5.5" width="37" height="37" rx="4" ry="4" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="23.2258 27.6725 23.2258 20.3194 26.9064 27.6806 30.5869 20.3306 30.5869 27.6806" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="10.5" y1="20.3194" x2="10.5" y2="27.6806" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="15.3768" y1="20.3194" x2="15.3768" y2="27.6806" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="10.5" y1="23.9861" x2="15.3768" y2="23.9861" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="17.4895" y1="24" x2="19.8892" y2="24" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="21.1701 27.6806 17.4895 27.6806 17.4895 20.3194 21.1701 20.3194" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="36.6923" y1="25.2422" x2="33.431" y2="25.2422" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="32.6232 27.6806 35.0616 20.3194 37.5 27.6806" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!