Halma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Halma 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/341430.svg" alt="Halma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341430.svg" alt="Halma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341430.svg" alt="Halma icon" :width="24" :height="24" />
CSS background
.icon-halma {
background-image: url('https://proicons.com/icon/341430.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m30.28,13.12c-2,1.16-3.13,3.27-3.14,5.43-.92.55-1.99.85-3.14.85s-2.22-.3-3.14-.85c-1.88-1.08-3.14-3.1-3.14-5.43l6.28-10.62,6.28,10.62Z"/><path class="cls-1" d="m20.86,18.55c0,1.07-.27,2.16-.84,3.15s-1.38,1.77-2.3,2.3c-1.8799,1.08-4.27,1.16-6.28,0l-6.06-10.75,12.34-.13c0,2.33,1.26,4.35,3.14,5.43Z"/><path class="cls-1" d="m20.86,29.45c-.01,2.16-1.14,4.27-3.14,5.43l-12.34-.13,6.06-10.75c2.01,1.16,4.4,1.08,6.28,0,.92.53,1.73,1.31,2.3,2.3s.84,2.08.84,3.15Z"/><path class="cls-1" d="m30.28,34.88l-6.28,10.62-6.28-10.62c2-1.16,3.13-3.27,3.14-5.43.92-.55,1.99-.85,3.14-.85s2.22.3,3.14.85c1.88,1.08,3.14,3.1,3.14,5.43Z"/><path class="cls-1" d="m42.62,13.25l-6.06,10.75c-2.01-1.16-4.4-1.08-6.28,0-.92-.53-1.73-1.31-2.3-2.3s-.84-2.08-.84-3.15c.01-2.16,1.14-4.27,3.14-5.43l12.34.13Z"/><path class="cls-1" d="m42.62,34.75l-12.34.13c0-2.33-1.26-4.35-3.14-5.43,0-1.07.27-2.16.84-3.15s1.38-1.77,2.3-2.3c1.8799-1.08,4.27-1.16,6.28,0l6.06,10.75Z"/></svg>
Copied!