Lightning Ray Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Lightning Ray 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/305994.svg" alt="Lightning Ray icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305994.svg" alt="Lightning Ray icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305994.svg" alt="Lightning Ray icon" :width="24" :height="24" />
CSS background
.icon-lightning-ray {
background-image: url('https://proicons.com/icon/305994.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="M723 319h-14c-6-19-13-39-26-61-43-70-119-109-212-109-96 0-172 39-213 109-13 23-20 46-25 64-101 16-170 86-170 179 0 85 63 155 158 176 27 6 55-9 62-34 6-24-11-49-39-55-48-10-78-44-78-87 0-55 45-91 111-91 29 0 51-20 52-45 0-12 8-126 140-126 57 0 97 19 121 58 21 33 23 68 23 68 2 24 25 43 52 43h58c67 0 112 37 112 91 0 45-35 91-112 91-28 0-52 21-52 46s24 45 52 45c122 0 215-78 215-182 0-103-91-180-215-180zM612 498c-3-5-9-9-15-9H472c-6 0-13 5-16 12l-69 179c-2 6-1 12 2 16s8 7 14 7h36l-47 125c-4 8 0 16 6 21 3 1 6 2 10 2s9-2 12-6l189-214c4-4 6-12 2-18-3-6-7-9-12-9h-50l62-88c4-5 5-12 1-18z"/></svg>
Copied!