Zipevent Gate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zipevent Gate 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/350165.svg" alt="Zipevent Gate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350165.svg" alt="Zipevent Gate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350165.svg" alt="Zipevent Gate icon" :width="24" :height="24" />
CSS background
.icon-zipevent-gate {
background-image: url('https://proicons.com/icon/350165.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="M36.2859,6.9462h2.5094c1.7657-.0042,3.2006,1.4238,3.2048,3.1896,0,.0051,0,.0101,0,.0152v1.5104M42,37.2368v1.5104c.0047,1.7657-1.4229,3.201-3.1886,3.2057-.0054,0-.0108,0-.0161,0h-2.5094M10.7142,41.9529h-2.5094c-1.7657.0042-3.2006-1.4238-3.2048-3.1896,0-.0057,0-.0114,0-.0171v-1.5085M5,11.6622v-1.5104c-.0042-1.7657,1.4238-3.2006,3.1896-3.2048.0051,0,.0101,0,.0152,0h2.5094M35.7461,26.6576c-.1672,1.0308-.5123,2.0246-1.0199,2.9372M30.3175,19.399c-1.5701-2.2912-4.1468-4.0083-7.1391-4.0036-3.1554.0038-5.8507,1.8879-7.3867,4.3869M32.4009,26.2004c-.8159,4.1497-4.4713,7.2795-8.8591,7.2795-2.9088,0-5.4969-1.3756-7.1808-3.5321M14.5754,23.8295c.021-.8211.1518-1.6357.389-2.4221M11.6268,21.3372c1.3358-5.2179,6.0689-9.0735,11.7034-9.0735,3.552,0,6.7454,1.5331,8.9559,3.9742.8871,1.0246-.0598,1.721-.3273,1.9231l-15.5969,11.7869c-1.3775,1.1906-2.7541,1.7134-1.0777,3.2607,1.5901,1.4667,3.5245,2.6213,5.791,3.127,4.9552,1.1053,9.8724-.8064,12.7517-5.2369M11.2568,23.9358c.0126-.3795.0427-.7545.0901-1.1252"/></svg>
Copied!