Bolt Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bolt 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/310546.svg" alt="Bolt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310546.svg" alt="Bolt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310546.svg" alt="Bolt icon" :width="24" :height="24" />
CSS background
.icon-bolt {
background-image: url('https://proicons.com/icon/310546.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 d="M20.5672 14.54V9.46002C20.5665 8.72983 20.3737 8.01267 20.0083 7.38049C19.6429 6.74831 19.1176 6.22334 18.4853 5.85825L14.0819 3.30786C13.449 2.9424 12.7309 2.75 12 2.75C11.2691 2.75 10.551 2.9424 9.91805 3.30786L5.51472 5.85825C4.88235 6.22334 4.35711 6.74831 3.99169 7.38049C3.62627 8.01267 3.43352 8.72983 3.43277 9.46002V14.54C3.43352 15.2702 3.62627 15.9873 3.99169 16.6195C4.35711 17.2517 4.88235 17.7767 5.51472 18.1418L9.91805 20.6921C10.551 21.0576 11.2691 21.25 12 21.25C12.7309 21.25 13.449 21.0576 14.0819 20.6921L18.4853 18.1418C19.1176 17.7767 19.6429 17.2517 20.0083 16.6195C20.3737 15.9873 20.5665 15.2702 20.5672 14.54Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.9057 8.34621H11.0944C10.7275 8.34475 10.3668 8.44026 10.0487 8.62306C9.73061 8.80586 9.46649 9.06947 9.28306 9.38718L8.37741 10.9591C8.19468 11.2756 8.09848 11.6346 8.09848 12C8.09848 12.3655 8.19468 12.7245 8.37741 13.041L9.28306 14.6129C9.46649 14.9306 9.73061 15.1942 10.0487 15.377C10.3668 15.5598 10.7275 15.6553 11.0944 15.6539H12.9057C13.2725 15.6553 13.6332 15.5598 13.9513 15.377C14.2694 15.1942 14.5335 14.9306 14.7169 14.6129L15.6226 13.041C15.8053 12.7245 15.9015 12.3655 15.9015 12C15.9015 11.6346 15.8053 11.2756 15.6226 10.9591L14.7169 9.38718C14.5335 9.06947 14.2694 8.80586 13.9513 8.62306C13.6332 8.44026 13.2725 8.34475 12.9057 8.34621Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!