Zipevent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zipevent 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/350164.svg" alt="Zipevent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350164.svg" alt="Zipevent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350164.svg" alt="Zipevent icon" :width="24" :height="24" />
CSS background
.icon-zipevent {
background-image: url('https://proicons.com/icon/350164.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="M45.5,27.8886c-.2931,1.818-.8988,3.571-1.79,5.1804M35.9678,15.0843c-2.7551-4.041-7.2802-7.0703-12.5333-7.0633-5.5401.008-10.2732,3.3317-12.9703,7.7394M39.6249,27.0828c-1.43,7.3185-7.8502,12.8395-15.5534,12.8395-5.1081,0-9.6512-2.4274-12.6083-6.2313M8.3281,22.9011c.038-1.478.274-2.9117.683-4.2721M3.151,18.5054C5.4971,9.302,13.8063,2.5,23.6975,2.5c5.9929-.0077,11.7078,2.5393,15.7244,7.008,1.56,1.8085-.105,3.0373-.573,3.393l-27.3846,20.7909c-2.4201,2.0999-4.8361,3.0222-1.893,5.7511,2.7921,2.5882,6.1881,4.6248,10.1682,5.516,8.7002,1.9492,17.3334-1.4227,22.3905-9.2355M2.5,23.088c.022-.6698.0747-1.3316.158-1.9853"/></svg>
Copied!