Borealis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Borealis 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/337443.svg" alt="Borealis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337443.svg" alt="Borealis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337443.svg" alt="Borealis icon" :width="24" :height="24" />
CSS background
.icon-borealis {
background-image: url('https://proicons.com/icon/337443.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M23.3594,43.5h-13.3736V4.5h13.3736c9.9607,0,16.3651,10.6514,8.4817,18.2294,10.2561,6.0114,7.9411,20.7706-8.4817,20.7706Z"/><path id="c" class="d" d="M31.8411,22.7294c-5.3749.1424-6.9471,4.4585-7.7958,8.5063-1.5132,7.2166-10.189,2.9239-14.0613,10.2564"/></svg>
Copied!