Winzip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Winzip 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/349755.svg" alt="Winzip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349755.svg" alt="Winzip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349755.svg" alt="Winzip icon" :width="24" :height="24" />
CSS background
.icon-winzip {
background-image: url('https://proicons.com/icon/349755.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="M26.4034,39.0082h2.154M37.011,39.0082h2.154M39.165,41.2227h-2.154M28.5575,41.2227h-2.154M23.4067,37.6176h2.993v4.8824h-2.993v-4.8824ZM39.165,37.6176h2.9967v4.8824h-2.9967v-4.8824ZM28.5574,37.353h8.4536v5.147h-8.4536v-5.147ZM29.5324,37.353v-3.2688M36.0323,34.0842v3.265M34.6643,13.0958v15.4069M30.9004,28.5027v-15.4069M29.7667,26.8928l6.035-1.3907M29.7667,23.0836l6.035-1.3944M29.7667,19.2706l6.035-1.3907M29.7667,15.4614l6.035-1.3982M10.4977,31.9566v1.7005l2.4374,2.4374h13.0677l2.0066-2.0066h9.2358v-5.5853h-9.2396l-3.1819,3.1819M10.4977,9.6418v-1.7005l2.4374-2.4412h13.0677l2.0066,2.0104h9.2358v5.5816h-9.2396l-3.1819-3.1819M12.9087,25.6231h4.8031M12.9087,15.9375h4.8031M8.2643,21.9348h14.0956v7.3728h-14.0956v-7.3728ZM8.2643,12.2493h14.0956v7.369h-14.0956v-7.369ZM5.8382,9.8987h18.944v21.7594H5.8382V9.8987Z"/></svg>
Copied!