Zip Zap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zip Zap 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/350162.svg" alt="Zip Zap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350162.svg" alt="Zip Zap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350162.svg" alt="Zip Zap icon" :width="24" :height="24" />
CSS background
.icon-zip-zap {
background-image: url('https://proicons.com/icon/350162.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m16.4932,36.2341c-.9009,0-1.8102-.2836-2.5819-.8717-1.8784-1.4265-2.2426-4.1071-.8147-5.984L29.1829,8.2214c1.4279-1.877,4.1085-2.244,5.984-.8147,1.8784,1.4265,2.2426,4.1071.8147,5.984l-16.0863,21.1569c-.8398,1.1053-2.1133,1.6865-3.4022,1.6865Z"/><path class="b" d="m23.0743,30.3666l10.5062,5.0055c2.13,1.0136,3.0337,3.5635,2.0188,5.6921-.7313,1.5363-2.2621,2.4359-3.8582,2.4359-.6159,0-1.2416-.1335-1.8339-.4171l-15.2479-7.2646"/><path class="b" d="m24.6612,14.1683l-9.7461-1.1558c-2.3427-.2781-4.0153-2.4025-3.7386-4.7452.2781-2.3427,2.4011-4.0084,4.7452-3.7386l17.1638,2.0355"/><circle class="b" cx="16.4958" cy="31.9627" r="1.7"/><circle class="b" cx="32.5824" cy="10.8065" r="1.7"/><circle class="b" cx="15.418" cy="8.7708" r="1.4"/><circle class="b" cx="24.0002" cy="9.7887" r="1.4"/><circle class="b" cx="27.2202" cy="17.8586" r="1.4"/><circle class="b" cx="21.858" cy="24.9106" r="1.4"/><circle class="b" cx="31.7442" cy="39.2276" r="1.4"/><circle class="b" cx="24.12" cy="35.5951" r="1.4"/></svg>
Copied!