Darksky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Darksky 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/324285.svg" alt="Darksky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324285.svg" alt="Darksky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324285.svg" alt="Darksky icon" :width="24" :height="24" />
CSS background
.icon-darksky {
background-image: url('https://proicons.com/icon/324285.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M23.87,4.5a5.92,5.92,0,0,1-.66,2.06,45.58,45.58,0,0,1-3.69,5.52c-.11.13-.21.24-.31.38a23.41,23.41,0,0,1,8.59-2.2ZM28.33,11a38,38,0,0,0-5.15,7.88s.19,0,3.11-.82a22,22,0,0,0-3,10.71l2.06-1a35.16,35.16,0,0,0,0,15.62A13.91,13.91,0,0,0,37.81,29.67a2.63,2.63,0,0,0,0-1.05c-.12-4.77-3.38-8.7-5.69-12.09ZM18,14a56.5,56.5,0,0,0-4.82,6.47,20.07,20.07,0,0,0-2.62,5.92,10.7,10.7,0,0,0-.38,3.31A13.8,13.8,0,0,0,23.93,43.5c.43,0,.84,0,1.26-.06-2.67-3.88-2.76-4.12-4.06-10.91l-1.54,1s-1.7-7.71-.94-10.18l-2.17,1.12A38.22,38.22,0,0,1,18,14Z"/></svg>
Copied!