Forecast Lightning 30 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Forecast Lightning 30 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/317823.svg" alt="Forecast Lightning 30 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317823.svg" alt="Forecast Lightning 30 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317823.svg" alt="Forecast Lightning 30 icon" :width="24" :height="24" />
CSS background
.icon-forecast-lightning-30 {
background-image: url('https://proicons.com/icon/317823.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z" transform="translate(0 0)"/>
<polygon points="11.67 24 9.934 23 12.221 19 8.332 19 12.325 12 14.062 13 11.778 17 15.668 17 11.67 24"/>
<path d="M20,20H16v2h4v2H17v2h3v2H16v2h4a2.0027,2.0027,0,0,0,2-2V22A2.0023,2.0023,0,0,0,20,20Z" transform="translate(0 0)"/>
<path d="M28,30H26a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30Zm-2-8v6h2V22Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!