Pure CSS
Include CSS file into HTML file
<link href="../css/weather-icon-animated.css" rel="stylesheet">
And show up
<div class="icon rainy">
<div class="cloud"></div>
<div class="rain"></div>
</div>
You can see more detail here
Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.