Nlweer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nlweer 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/344805.svg" alt="Nlweer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344805.svg" alt="Nlweer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344805.svg" alt="Nlweer icon" :width="24" :height="24" />
CSS background
.icon-nlweer {
background-image: url('https://proicons.com/icon/344805.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.2438,23.179c-1.5302-12.3507,14.2087-13.553,15.9575-2.186,3.8254-2.951,8.6345,.3279,7.7602,5.3556,8.9624,.1093,7.6509,10.6019,2.4046,10.8205H10.9486c-7.7602,.2186-9.2903-13.553,2.2953-13.9901l-.3279-.2186"/><path class="b" d="M7.9975,24.7092c-2.0767-1.3116-3.4975-3.7161-3.4975-6.3393,0-4.1533,3.3882-7.5416,7.5416-7.5416,2.4046,0,4.4812,1.093,5.9021,2.8417"/></svg>
Copied!