Night Screen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Night Screen 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/344768.svg" alt="Night Screen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344768.svg" alt="Night Screen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344768.svg" alt="Night Screen icon" :width="24" :height="24" />
CSS background
.icon-night-screen {
background-image: url('https://proicons.com/icon/344768.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.115,13.075c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75M23.834,13.075c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75"/><path class="d" d="M26.6,31.367c-.8281-.0047-1.6561.0156-2.483.061-2.156.116-3.164,1.1-5.324,1.998-2.701,1.121-4.793,1.416-5.854,1.77-1.064.355-3.242,1.005-4.57,2.336l-.582.584c4.0824,4.6899,9.9952,7.3829,16.213,7.384,8.2704-.01,15.8018-4.763,19.37-12.224l-2.887-1.056c-1.508-.55-2.184-.466-4.168-.146-3.006.486-4.496-.673-9.716-.707"/><path class="d" d="M24,2.5C12.1259,2.5,2.5,12.1259,2.5,24c.0114,2.2365.3718,4.4576,1.068,6.583l3.022-.192c5.377-.346,4.713-1.527,9.847-2.53-.646-.965-.965-2.046-1.075-3.078-1.64-2.84-.893-5.484.347-7.72l.655-4.36c.127-.85-.367-1.326-.582-1.956l.55.155c-.352-1.328-1.078-2.6-2.369-3.768l5.451,2.394c.637.28,1.113.216,2.077.226.917.01,1.593.198,2.279-.133l4.94-2.385-2.283,3.75.44-.212c-.426.672-1.032,1.39-.967,1.922l.613,5.02c1.425,2.865,1.246,5.338-.593,7.675-.175,1.017-.63,1.993-1.232,2.863,2.312.562,4.592.729,6.42,1.33,1.677.55,3.029.958,4.87.929,1.264-.02,1.972-.236,2.77-.003,2.29.67,3.362,1.197,4.967,2,1.1684-2.6855,1.7758-5.5814,1.785-8.51,0-11.8741-9.6259-21.5-21.5-21.5"/></svg>
Copied!