Nwsnow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nwsnow 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/345035.svg" alt="Nwsnow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345035.svg" alt="Nwsnow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345035.svg" alt="Nwsnow icon" :width="24" :height="24" />
CSS background
.icon-nwsnow {
background-image: url('https://proicons.com/icon/345035.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,42.5H9.5c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><line class="c" x1="5.5" y1="24" x2="42.5" y2="24"/><polyline class="c" points="12 19.032 12 10.468 17.6737 19.032 17.6737 10.468"/><polyline class="c" points="28.282 10.468 26.141 19.032 24 10.468 21.859 19.032 19.718 10.468"/><path class="c" d="M30.4959,18.0937c.5252.6837,1.1837.9383,2.0998.9383h1.2679c1.1799,0,2.1364-.9586,2.1364-2.141h0c0-1.1825-.9565-2.141-2.1364-2.141h-1.4009c-1.1799,0-2.1364-.9586-2.1364-2.141h0c0-1.1825.9565-2.141,2.1364-2.141h1.2679c.9161,0,1.5747.2547,2.0998.9383"/><polyline class="c" points="12 37.303 12 28.7389 17.6737 37.303 17.6737 28.7389"/><polyline class="c" points="36 29.197 33.859 37.7611 31.718 29.197 29.577 37.7611 27.4359 29.197"/><path class="c" d="M19.8682,34.4661c0,1.5667,1.2701,2.8368,2.8368,2.8368s2.8368-1.2701,2.8368-2.8368v-2.8904c0-1.5667-1.2701-2.8368-2.8368-2.8368s-2.8368,1.2701-2.8368,2.8368v2.8904Z"/></svg>
Copied!