Lightning 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Lightning 1 Svg 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/308868.svg" alt="Lightning 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308868.svg" alt="Lightning 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308868.svg" alt="Lightning 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-lightning-1---svg {
background-image: url('https://proicons.com/icon/308868.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14 2C14 1.54822 13.6971 1.15256 13.261 1.03465C12.8249 0.91675 12.3639 1.10589 12.1362 1.49613L5.13622 13.4961C4.9558 13.8054 4.95452 14.1876 5.13286 14.4981C5.3112 14.8086 5.64193 15 6 15H10V22C10 22.4518 10.3029 22.8474 10.739 22.9653C11.1751 23.0832 11.6361 22.8941 11.8638 22.5039L18.8638 10.5039C19.0442 10.1946 19.0455 9.81243 18.8671 9.50194C18.6888 9.19144 18.3581 9 18 9H14V2Z" fill="#292929"/> </svg>
Copied!