Thunder Light Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Thunder Light 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/306673.svg" alt="Thunder Light icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306673.svg" alt="Thunder Light icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306673.svg" alt="Thunder Light icon" :width="24" :height="24" />
CSS background
.icon-thunder-light {
background-image: url('https://proicons.com/icon/306673.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M418 346c-29 1-41-3-30-36 19-58 32-117 49-175 7-23 1-29-21-29-53 1-107 1-160 0-17 0-27 5-32 23-32 117-65 233-97 350-5 18-1 27 20 26 42-1 83 1 125-1 31-1 44 2 34 41-33 128-61 258-92 387l8 6c138-196 277-391 420-592-83 0-154-1-224 0zm324-140c-17 0-24-2-18-22 12-34 19-70 29-104 4-14 1-18-12-17h-96c-10-1-16 3-19 13-20 70-39 140-58 210-4 10-1 16 12 15 25 0 49 1 74 0 19-1 27 1 21 24-20 77-37 155-55 232l4 3c83-117 166-233 252-354-49 0-92-1-134 0z"/></svg>
Copied!