zip icon
zip-filled from Reicon by REICON · Filled · Files · MIT Free for personal and commercial use.
- Name
- zip-filled
- Set
- Reicon
- Style
- Filled
- Category
- Files
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All zip icons →More files icons from Reicon
Use the zip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.172 3.172C3 4.343 3 6.229 3 10v4c0 3.771 0 5.657 1.172 6.828S7.229 22 11 22h2c3.771 0 5.657 0 6.828-1.172S21 17.771 21 14v-4c0-3.771 0-5.657-1.172-6.828S16.771 2 13 2h-1v2h1.5c.471 0 .707 0 .854.146c.146.147.146.383.146.854s0 .707-.146.854C14.207 6 13.97 6 13.5 6H12v2h1.5c.471 0 .707 0 .854.146c.146.147.146.383.146.854s0 .707-.146.854C14.207 10 13.97 10 13.5 10H13c-.471 0-.707 0-.854-.146C12 9.707 12 9.47 12 9V8h-1.5c-.471 0-.707 0-.854-.146C9.5 7.707 9.5 7.47 9.5 7s0-.707.146-.854C9.793 6 10.03 6 10.5 6H12V4h-1.5c-.471 0-.707 0-.854-.146C9.5 3.707 9.5 3.47 9.5 3v-.997c-2.794.02-4.324.164-5.328 1.169M9.5 12.875V13a2.5 2.5 0 0 0 5 0v-.125a.875.875 0 0 0-.875-.875h-3.25a.875.875 0 0 0-.875.875" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconZipFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4.172 3.172C3 4.343 3 6.229 3 10v4c0 3.771 0 5.657 1.172 6.828S7.229 22 11 22h2c3.771 0 5.657 0 6.828-1.172S21 17.771 21 14v-4c0-3.771 0-5.657-1.172-6.828S16.771 2 13 2h-1v2h1.5c.471 0 .707 0 .854.146c.146.147.146.383.146.854s0 .707-.146.854C14.207 6 13.97 6 13.5 6H12v2h1.5c.471 0 .707 0 .854.146c.146.147.146.383.146.854s0 .707-.146.854C14.207 10 13.97 10 13.5 10H13c-.471 0-.707 0-.854-.146C12 9.707 12 9.47 12 9V8h-1.5c-.471 0-.707 0-.854-.146C9.5 7.707 9.5 7.47 9.5 7s0-.707.146-.854C9.793 6 10.03 6 10.5 6H12V4h-1.5c-.471 0-.707 0-.854-.146C9.5 3.707 9.5 3.47 9.5 3v-.997c-2.794.02-4.324.164-5.328 1.169M9.5 12.875V13a2.5 2.5 0 0 0 5 0v-.125a.875.875 0 0 0-.875-.875h-3.25a.875.875 0 0 0-.875.875" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.172 3.172C3 4.343 3 6.229 3 10v4c0 3.771 0 5.657 1.172 6.828S7.229 22 11 22h2c3.771 0 5.657 0 6.828-1.172S21 17.771 21 14v-4c0-3.771 0-5.657-1.172-6.828S16.771 2 13 2h-1v2h1.5c.471 0 .707 0 .854.146c.146.147.146.383.146.854s0 .707-.146.854C14.207 6 13.97 6 13.5 6H12v2h1.5c.471 0 .707 0 .854.146c.146.147.146.383.146.854s0 .707-.146.854C14.207 10 13.97 10 13.5 10H13c-.471 0-.707 0-.854-.146C12 9.707 12 9.47 12 9V8h-1.5c-.471 0-.707 0-.854-.146C9.5 7.707 9.5 7.47 9.5 7s0-.707.146-.854C9.793 6 10.03 6 10.5 6H12V4h-1.5c-.471 0-.707 0-.854-.146C9.5 3.707 9.5 3.47 9.5 3v-.997c-2.794.02-4.324.164-5.328 1.169M9.5 12.875V13a2.5 2.5 0 0 0 5 0v-.125a.875.875 0 0 0-.875-.875h-3.25a.875.875 0 0 0-.875.875" clip-rule="evenodd"/></svg> </template>
CSS
.icon-zip-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.172%203.172C3%204.343%203%206.229%203%2010v4c0%203.771%200%205.657%201.172%206.828S7.229%2022%2011%2022h2c3.771%200%205.657%200%206.828-1.172S21%2017.771%2021%2014v-4c0-3.771%200-5.657-1.172-6.828S16.771%202%2013%202h-1v2h1.5c.471%200%20.707%200%20.854.146c.146.147.146.383.146.854s0%20.707-.146.854C14.207%206%2013.97%206%2013.5%206H12v2h1.5c.471%200%20.707%200%20.854.146c.146.147.146.383.146.854s0%20.707-.146.854C14.207%2010%2013.97%2010%2013.5%2010H13c-.471%200-.707%200-.854-.146C12%209.707%2012%209.47%2012%209V8h-1.5c-.471%200-.707%200-.854-.146C9.5%207.707%209.5%207.47%209.5%207s0-.707.146-.854C9.793%206%2010.03%206%2010.5%206H12V4h-1.5c-.471%200-.707%200-.854-.146C9.5%203.707%209.5%203.47%209.5%203v-.997c-2.794.02-4.324.164-5.328%201.169M9.5%2012.875V13a2.5%202.5%200%200%200%205%200v-.125a.875.875%200%200%200-.875-.875h-3.25a.875.875%200%200%200-.875.875%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.172%203.172C3%204.343%203%206.229%203%2010v4c0%203.771%200%205.657%201.172%206.828S7.229%2022%2011%2022h2c3.771%200%205.657%200%206.828-1.172S21%2017.771%2021%2014v-4c0-3.771%200-5.657-1.172-6.828S16.771%202%2013%202h-1v2h1.5c.471%200%20.707%200%20.854.146c.146.147.146.383.146.854s0%20.707-.146.854C14.207%206%2013.97%206%2013.5%206H12v2h1.5c.471%200%20.707%200%20.854.146c.146.147.146.383.146.854s0%20.707-.146.854C14.207%2010%2013.97%2010%2013.5%2010H13c-.471%200-.707%200-.854-.146C12%209.707%2012%209.47%2012%209V8h-1.5c-.471%200-.707%200-.854-.146C9.5%207.707%209.5%207.47%209.5%207s0-.707.146-.854C9.793%206%2010.03%206%2010.5%206H12V4h-1.5c-.471%200-.707%200-.854-.146C9.5%203.707%209.5%203.47%209.5%203v-.997c-2.794.02-4.324.164-5.328%201.169M9.5%2012.875V13a2.5%202.5%200%200%200%205%200v-.125a.875.875%200%200%200-.875-.875h-3.25a.875.875%200%200%200-.875.875%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/zip-filled.svg?color=%231a73e8&size=48