Nightscreen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nightscreen 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/330213.svg" alt="Nightscreen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330213.svg" alt="Nightscreen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330213.svg" alt="Nightscreen icon" :width="24" :height="24" />
CSS background
.icon-nightscreen {
background-image: url('https://proicons.com/icon/330213.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;}</style></defs><path class="a" d="M24,3.38,30.23,9.6h7.82v8.66L43.82,24l-5.65,5.65v8.85H29.92l-5.85,5.85-5.56-5.56H10v-8.7L4.07,24.24l6.1-6.1V9.73h7.9Z"/><path class="a" d="M23,16.06a8.46,8.46,0,0,0-4.54,1.29l.06,0A8.37,8.37,0,0,1,21,29h0a8.4,8.4,0,0,1-2.58,2.56,8.38,8.38,0,0,0,9-14.14h0A8.34,8.34,0,0,0,23,16.06Z"/></svg>
Copied!