Zee Archiver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zee Archiver 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/350119.svg" alt="Zee Archiver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350119.svg" alt="Zee Archiver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350119.svg" alt="Zee Archiver icon" :width="24" :height="24" />
CSS background
.icon-zee-archiver {
background-image: url('https://proicons.com/icon/350119.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><polygon class="b" points="20.7232 42.5 8.6478 31.4568 6.3257 12.931 20.7232 24.0258 20.7232 42.5"/><polyline class="b" points="6.3257 12.931 28.4121 5.5 41.6743 14.2211 40.1778 30.5795 20.7232 42.5"/><line class="b" x1="20.7232" y1="24.0258" x2="41.6743" y2="14.2211"/><path class="b" d="m6.3257,12.931c2.5286,1.2385,8.0427,3.3882,12.6871,2.2529-3.4059,2.6834.636,7.6035,1.7104,8.842"/><line class="b" x1="25.7739" y1="12.4472" x2="34.2721" y2="9.3535"/><path class="b" d="m19.6278,15.7655c-.0194,0-1.374-1.3159-1.374-1.3159l2.0706-.7547,1.2191,1.1546-1.9158.916Z"/><path class="b" d="m20.6857,13.8748s3.5548-2.6276,4.9149-1.3115-4.2811,2.0317-4.2811,2.0317"/></svg>
Copied!