Nordlayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nordlayer 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/330287.svg" alt="Nordlayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330287.svg" alt="Nordlayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330287.svg" alt="Nordlayer icon" :width="24" :height="24" />
CSS background
.icon-nordlayer {
background-image: url('https://proicons.com/icon/330287.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"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.59,36.89C-.4135,27.1579,1.7984,13.5911,11.5304,6.5875c3.6354-2.6161,7.9909-4.0439,12.4696-4.0875,11.9895.1168,21.6143,9.9309,21.4975,21.9204-.0436,4.4787-1.4714,8.8342-4.0875,12.4696l-10.33-16.89-1.86,3.17,1.88,3.23-7.1-12.23-5.27,9,1.9,3.27-3.72-6.44-10.32,16.89Z"/><line class="c" x1="16.5" y1="38.8578" x2="31.5" y2="38.8578"/></svg>
Copied!