Zap Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Zap Circle 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/311040.svg" alt="Zap Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311040.svg" alt="Zap Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311040.svg" alt="Zap Circle icon" :width="24" :height="24" />
CSS background
.icon-zap-circle {
background-image: url('https://proicons.com/icon/311040.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="M8.19552 20.7313C6.50222 19.9897 5.06173 18.7707 4.05021 17.2234C3.0387 15.6761 2.5 13.8676 2.5 12.019C2.5 10.1704 3.0387 8.36193 4.05021 6.81464C5.06173 5.26736 6.50222 4.04837 8.19552 3.30676" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.8045 20.7313C17.4978 19.9897 18.9383 18.7707 19.9498 17.2234C20.9613 15.6761 21.5 13.8676 21.5 12.019C21.5 10.1704 20.9613 8.36193 19.9498 6.81464C18.9383 5.26736 17.4978 4.04837 15.8045 3.30676" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.8587 4.33323L6.3827 13.0929C6.3337 13.1609 6.30029 13.2389 6.28482 13.3213C6.26376 13.4042 6.26376 13.4912 6.28482 13.5741C6.31766 13.6523 6.37125 13.72 6.43979 13.7699C6.50543 13.8123 6.58186 13.8349 6.66 13.8351H11.5537L10.8115 19.5444C10.8003 19.5789 10.8003 19.616 10.8115 19.6504C10.8273 19.6822 10.8531 19.708 10.8849 19.7238C10.9164 19.7357 10.9512 19.7357 10.9828 19.7238C11.0009 19.7212 11.0182 19.7147 11.0337 19.7048C11.0491 19.695 11.0624 19.682 11.0725 19.6667L17.5484 10.9071C17.5988 10.8368 17.6323 10.7559 17.6463 10.6705C17.6536 10.5868 17.6396 10.5027 17.6055 10.4259C17.5727 10.3477 17.5191 10.28 17.4506 10.2301C17.3849 10.1877 17.3085 10.1651 17.2303 10.1649H12.3367L13.0789 4.45557C13.0901 4.42112 13.0901 4.38399 13.0789 4.34954C13.0631 4.31773 13.0373 4.29196 13.0055 4.27613C12.9739 4.26424 12.9391 4.26424 12.9076 4.27613C12.886 4.28995 12.869 4.30981 12.8587 4.33323Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!