zip-duotone from Reicon by REICON · Duotone · Files · MIT Free for personal and commercial use.

Name
zip-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path 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-1l-2.5.003c-2.794.02-4.324.164-5.328 1.169" opacity=".5"/><path d="M13.5 8H12v1c0 .471 0 .707.146.854c.147.146.383.146.854.146h.5c.471 0 .707 0 .854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207 8 13.97 8 13.5 8M9.646 6.146C9.5 6.293 9.5 6.53 9.5 7s0 .707.146.854C9.793 8 10.03 8 10.5 8H12V6h-1.5c-.471 0-.707 0-.854.146M13.5 4H12v2h1.5c.471 0 .707 0 .854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207 4 13.97 4 13.5 4M12 4V2l-2.5.003V3c0 .471 0 .707.146.854C9.793 4 10.03 4 10.5 4zm-2.5 9v-.125c0-.483.392-.875.875-.875h3.25c.483 0 .875.392.875.875V13a2.5 2.5 0 0 1-5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconZipDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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-1l-2.5.003c-2.794.02-4.324.164-5.328 1.169" opacity=".5"/><path d="M13.5 8H12v1c0 .471 0 .707.146.854c.147.146.383.146.854.146h.5c.471 0 .707 0 .854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207 8 13.97 8 13.5 8M9.646 6.146C9.5 6.293 9.5 6.53 9.5 7s0 .707.146.854C9.793 8 10.03 8 10.5 8H12V6h-1.5c-.471 0-.707 0-.854.146M13.5 4H12v2h1.5c.471 0 .707 0 .854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207 4 13.97 4 13.5 4M12 4V2l-2.5.003V3c0 .471 0 .707.146.854C9.793 4 10.03 4 10.5 4zm-2.5 9v-.125c0-.483.392-.875.875-.875h3.25c.483 0 .875.392.875.875V13a2.5 2.5 0 0 1-5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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-1l-2.5.003c-2.794.02-4.324.164-5.328 1.169" opacity=".5"/><path d="M13.5 8H12v1c0 .471 0 .707.146.854c.147.146.383.146.854.146h.5c.471 0 .707 0 .854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207 8 13.97 8 13.5 8M9.646 6.146C9.5 6.293 9.5 6.53 9.5 7s0 .707.146.854C9.793 8 10.03 8 10.5 8H12V6h-1.5c-.471 0-.707 0-.854.146M13.5 4H12v2h1.5c.471 0 .707 0 .854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207 4 13.97 4 13.5 4M12 4V2l-2.5.003V3c0 .471 0 .707.146.854C9.793 4 10.03 4 10.5 4zm-2.5 9v-.125c0-.483.392-.875.875-.875h3.25c.483 0 .875.392.875.875V13a2.5 2.5 0 0 1-5 0"/></g></svg>
</template>

CSS

.icon-zip-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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-1l-2.5.003c-2.794.02-4.324.164-5.328%201.169%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.5%208H12v1c0%20.471%200%20.707.146.854c.147.146.383.146.854.146h.5c.471%200%20.707%200%20.854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207%208%2013.97%208%2013.5%208M9.646%206.146C9.5%206.293%209.5%206.53%209.5%207s0%20.707.146.854C9.793%208%2010.03%208%2010.5%208H12V6h-1.5c-.471%200-.707%200-.854.146M13.5%204H12v2h1.5c.471%200%20.707%200%20.854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207%204%2013.97%204%2013.5%204M12%204V2l-2.5.003V3c0%20.471%200%20.707.146.854C9.793%204%2010.03%204%2010.5%204zm-2.5%209v-.125c0-.483.392-.875.875-.875h3.25c.483%200%20.875.392.875.875V13a2.5%202.5%200%200%201-5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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-1l-2.5.003c-2.794.02-4.324.164-5.328%201.169%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.5%208H12v1c0%20.471%200%20.707.146.854c.147.146.383.146.854.146h.5c.471%200%20.707%200%20.854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207%208%2013.97%208%2013.5%208M9.646%206.146C9.5%206.293%209.5%206.53%209.5%207s0%20.707.146.854C9.793%208%2010.03%208%2010.5%208H12V6h-1.5c-.471%200-.707%200-.854.146M13.5%204H12v2h1.5c.471%200%20.707%200%20.854-.146c.146-.147.146-.383.146-.854s0-.707-.146-.854C14.207%204%2013.97%204%2013.5%204M12%204V2l-2.5.003V3c0%20.471%200%20.707.146.854C9.793%204%2010.03%204%2010.5%204zm-2.5%209v-.125c0-.483.392-.875.875-.875h3.25c.483%200%20.875.392.875.875V13a2.5%202.5%200%200%201-5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/zip-duotone.svg?color=%231a73e8&size=48

Zip duotone icon — Reicon · IconsDB