Lightning 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Lightning 2 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/308869.svg" alt="Lightning 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308869.svg" alt="Lightning 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308869.svg" alt="Lightning 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-lightning-2---svg {
background-image: url('https://proicons.com/icon/308869.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="M9.50001 1C9.05556 1 8.66445 1.29333 8.54001 1.72L5.04001 13.72C4.95188 14.0222 5.01115 14.3482 5.20001 14.6C5.38886 14.8518 5.68525 15 6.00001 15H9.86723L9.00773 21.876C8.95021 22.3362 9.21664 22.7755 9.65131 22.9372C10.086 23.099 10.5748 22.9406 10.8321 22.5547L18.8321 10.5547C19.0366 10.2478 19.0557 9.8533 18.8817 9.52814C18.7077 9.20298 18.3688 9 18 9H14.443L16.9363 2.35112C17.0515 2.04403 17.0087 1.69998 16.8219 1.43041C16.6351 1.16083 16.328 1 16 1H9.50001Z" fill="#292929"/> </svg>
Copied!