Heliboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Heliboard 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/341524.svg" alt="Heliboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341524.svg" alt="Heliboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341524.svg" alt="Heliboard icon" :width="24" :height="24" />
CSS background
.icon-heliboard {
background-image: url('https://proicons.com/icon/341524.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="n" x="6.6851" y="31.5082" width="35.0554" height="5.8185" rx=".7359" ry=".7359"/><circle id="c" class="n" cx="18.7533" cy="14.4333" r="3.7601"/><circle id="d" class="n" cx="29.2466" cy="14.4333" r="3.7601"/><circle id="e" class="n" cx="39.7399" cy="14.4333" r="3.7601"/><circle id="f" class="n" cx="8.2601" cy="24.9265" r="3.7601"/><circle id="g" class="n" cx="18.7534" cy="24.9265" r="3.7601"/><circle id="h" class="n" cx="29.2467" cy="24.9265" r="3.7601"/><line id="i" class="n" x1="5.9428" y1="10.9356" x2="5.9428" y2="17.931"/><line id="j" class="n" x1="10.5774" y1="10.9356" x2="10.5774" y2="17.931"/><line id="k" class="n" x1="5.9428" y1="14.4201" x2="10.5774" y2="14.4201"/><path id="l" class="n" d="M40.3083,24.9265c.9659,0,1.7489.783,1.7489,1.7489s-.783,1.7489-1.7489,1.7489h-2.8857v-6.9955h2.8857c.9659,0,1.7489.783,1.7489,1.7489s-.783,1.7489-1.7489,1.7489Z"/><line id="m" class="n" x1="40.3083" y1="24.9267" x2="37.4226" y2="24.9267"/></svg>
Copied!