Helsenorge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Helsenorge 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/326978.svg" alt="Helsenorge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326978.svg" alt="Helsenorge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326978.svg" alt="Helsenorge icon" :width="24" :height="24" />
CSS background
.icon-helsenorge {
background-image: url('https://proicons.com/icon/326978.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><polyline class="b" points="31.6636 11.7736 31.6636 16.7085 34.131 16.7085"/><line class="b" x1="13.468" y1="11.7736" x2="13.468" y2="16.7085"/><line class="b" x1="16.7374" y1="11.7736" x2="16.7374" y2="16.7085"/><line class="b" x1="13.468" y1="14.1793" x2="16.7374" y2="14.1793"/><path class="b" d="M31.3243,26.0027c.3084.3701.6786.5552,1.2337.5552h.7402c.6786,0,1.2337-.5552,1.2337-1.2337h0c0-.6785-.5552-1.2337-1.2337-1.2337h-.8019c-.6786,0-1.2337-.5552-1.2337-1.2337h0c0-.6785.5552-1.2337,1.2337-1.2337h.7402c.5552,0,.9253.1234,1.2337.5552"/><line class="b" x1="22.6944" y1="14.241" x2="24.2983" y2="14.241"/><polyline class="b" points="25.1619 16.7085 22.6944 16.7085 22.6944 11.7736 25.1619 11.7736"/><path class="b" d="M25.4948,31.8185v4.6999c0,.8616-.705,1.5666-1.5666,1.5666h0c-.47,0-.8616-.1567-1.0966-.47"/><path class="b" d="M23.9281,31.7402h0c.8616,0,1.5666.705,1.5666,1.5666v1.0183c0,.8616-.705,1.5666-1.5666,1.5666h0c-.8616,0-1.5666-.705-1.5666-1.5666v-1.0183c0-.8616.705-1.5666,1.5666-1.5666Z"/><path class="b" d="M23.9281,26.5578h0c-.8617,0-1.5666-.705-1.5666-1.5666v-1.0183c0-.8616.705-1.5666,1.5666-1.5666h0c.8617,0,1.5666.705,1.5666,1.5666v1.0183c0,.8616-.705,1.5666-1.5666,1.5666Z"/><path class="b" d="M13.5361,33.3068c0-.8616.705-1.5666,1.5666-1.5666h0"/><line class="b" x1="13.5361" y1="31.7402" x2="13.5361" y2="35.9701"/><path class="b" d="M16.6693,26.5578v-2.5849c0-.8616-.705-1.5666-1.5666-1.5666h0c-.8617,0-1.5666.705-1.5666,1.5666"/><line class="b" x1="13.5361" y1="26.5578" x2="13.5361" y2="22.3279"/><line class="b" x1="31.6636" y1="33.8552" x2="33.2674" y2="33.8552"/><polyline class="b" points="34.131 36.3226 31.6636 36.3226 31.6636 31.3877 34.131 31.3877"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!