7zipper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 7zipper 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/335807.svg" alt="7zipper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335807.svg" alt="7zipper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335807.svg" alt="7zipper icon" :width="24" :height="24" />
CSS background
.icon-7zipper {
background-image: url('https://proicons.com/icon/335807.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,.c{fill:none;stroke:#fff;stroke-linejoin:round;}.c{stroke-linecap:round;}</style></defs><path class="c" d="M23.026,21.105V6.5h1.948v14.605M22.053,21.132v1.947l.974.974h1.948l.974-.974v-1.947"/><path class="b" d="M24,24.053l-.974.974v1.948l.974.974.974-.974v-1.948l-.974-.974Z"/><path class="c" d="M22.053,21.132h3.895M23.026,18.184h1.948M23.026,15.263h1.948M23.026,12.342h1.948M23.026,9.421h1.948M18,34.7h4l-4,5.3h4M12.5,40l4.3-8h-5.3"/><path class="b" d="M35.5,4.5H12.5c-2.2091,0-4,1.7909-4,4v31c0,2.2091,1.7909,4,4,4h23c2.2091,0,4-1.7909,4-4V8.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!