Thunderstorm Scattered Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Thunderstorm Scattered 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/319075.svg" alt="Thunderstorm Scattered icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319075.svg" alt="Thunderstorm Scattered icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319075.svg" alt="Thunderstorm Scattered icon" :width="24" :height="24" />
CSS background
.icon-thunderstorm-scattered {
background-image: url('https://proicons.com/icon/319075.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>thunderstorm--scattered</title><polygon points="13.338 30 11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30"/><path d="M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25V23a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23v2a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11Zm-4.0732,3.4893a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"/><rect x="26.7322" y="16.2329" width="3" height="2" transform="translate(36.0099 49.3816) rotate(-135)"/><rect x="29" y="10" width="3" height="2"/><rect x="26.7322" y="3.7684" width="3" height="2" transform="translate(4.8972 21.3598) rotate(-45)"/><rect x="20" width="2" height="3"/><rect x="12.2678" y="3.7684" width="3" height="2" transform="translate(20.1312 17.8755) rotate(-135)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!