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/309982.svg" alt="Bolt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309982.svg" alt="Bolt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309982.svg" alt="Bolt icon" :width="24" :height="24" />
CSS background
.icon-bolt {
background-image: url('https://proicons.com/icon/309982.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.6621 6.99831C20.2332 6.25116 19.6153 5.6299 18.8706 5.19683L14.457 2.64473C13.7071 2.22206 12.8608 2 11.9999 2C11.1391 2 10.2929 2.22206 9.54296 2.64473L5.13932 5.19683C4.39236 5.62808 3.77183 6.24796 3.33975 6.99444C2.90767 7.74092 2.67924 8.58781 2.67734 9.45032V14.5345C2.67721 15.3962 2.90363 16.2428 3.33401 16.9894C3.76438 17.736 4.38353 18.3562 5.1293 18.788L9.54296 21.3401C10.2897 21.7724 11.1371 22 11.9999 22C12.8627 22 13.7103 21.7724 14.457 21.3401L18.8706 18.788C19.6149 18.3588 20.2329 17.7409 20.6621 16.9965C21.0941 16.2479 21.3219 15.3989 21.3227 14.5345V9.45032C21.3221 8.5891 21.0942 7.74329 20.6621 6.99831ZM15.8081 13.2534L14.9974 14.6546C14.7789 15.0414 14.4611 15.3627 14.0767 15.5854C13.6928 15.8058 13.2584 15.9231 12.8157 15.9256H11.1843C10.7416 15.9231 10.3072 15.8058 9.92328 15.5854C9.53889 15.3627 9.22096 15.0414 9.00248 14.6546L8.19188 13.2534C7.96942 12.8722 7.85212 12.4388 7.85212 11.9974C7.85212 11.556 7.96942 11.1226 8.19188 10.7414L9.00248 9.34023C9.21813 8.95133 9.53674 8.62932 9.92328 8.40947C10.3072 8.18901 10.7416 8.07176 11.1843 8.06918H12.8157C13.2584 8.07176 13.6928 8.18901 14.0767 8.40947C14.4611 8.63212 14.7789 8.95346 14.9974 9.34023L15.8081 10.7414C16.0306 11.1226 16.1478 11.556 16.1478 11.9974C16.1478 12.4388 16.0306 12.8722 15.8081 13.2534Z" fill="black"/> </svg>
Copied!