file zip icon

file-zip-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
file-zip-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the file zip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h1.75a.75.75 0 0 1 0 1.5H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2h-2.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146z"/><path fill="currentColor" d="M11.5 15.75a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M12.25 6a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M9.75 13.5a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 11.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 5.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1A.75.75 0 0 1 9 5.25M11 17h1a2 2 0 0 1 2 2v4.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V19a2 2 0 0 1 2-2m-.5 2v3.5h2V19a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileZip24(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" d="M5 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h1.75a.75.75 0 0 1 0 1.5H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2h-2.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146z"/><path fill="currentColor" d="M11.5 15.75a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M12.25 6a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M9.75 13.5a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 11.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 5.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1A.75.75 0 0 1 9 5.25M11 17h1a2 2 0 0 1 2 2v4.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V19a2 2 0 0 1 2-2m-.5 2v3.5h2V19a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h1.75a.75.75 0 0 1 0 1.5H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2h-2.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146z"/><path fill="currentColor" d="M11.5 15.75a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M12.25 6a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M9.75 13.5a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 11.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 5.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1A.75.75 0 0 1 9 5.25M11 17h1a2 2 0 0 1 2 2v4.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V19a2 2 0 0 1 2-2m-.5 2v3.5h2V19a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5"/></svg>
</template>

CSS

.icon-file-zip-24 {
  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%20d%3D%22M5%202.5a.5.5%200%200%200-.5.5v18a.5.5%200%200%200%20.5.5h1.75a.75.75%200%200%201%200%201.5H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h9.982a2%202%200%200%201%201.414.586l4.018%204.018A2%202%200%200%201%2021%207.018V21a2%202%200%200%201-2%202h-2.75a.75.75%200%200%201%200-1.5H19a.5.5%200%200%200%20.5-.5V7.018a.5.5%200%200%200-.146-.354l-4.018-4.018a.5.5%200%200%200-.354-.146z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2015.75a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m.75-3.75a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zm-.75-2.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75M12.25%206a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zm-.75-2.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75M9.75%2013.5a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zM9%2011.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m.75-3.75a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zM9%205.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1A.75.75%200%200%201%209%205.25M11%2017h1a2%202%200%200%201%202%202v4.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75V19a2%202%200%200%201%202-2m-.5%202v3.5h2V19a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5%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%20d%3D%22M5%202.5a.5.5%200%200%200-.5.5v18a.5.5%200%200%200%20.5.5h1.75a.75.75%200%200%201%200%201.5H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h9.982a2%202%200%200%201%201.414.586l4.018%204.018A2%202%200%200%201%2021%207.018V21a2%202%200%200%201-2%202h-2.75a.75.75%200%200%201%200-1.5H19a.5.5%200%200%200%20.5-.5V7.018a.5.5%200%200%200-.146-.354l-4.018-4.018a.5.5%200%200%200-.354-.146z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2015.75a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m.75-3.75a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zm-.75-2.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75M12.25%206a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zm-.75-2.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75M9.75%2013.5a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zM9%2011.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m.75-3.75a.75.75%200%200%200%200%201.5h1a.75.75%200%200%200%200-1.5zM9%205.25a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1A.75.75%200%200%201%209%205.25M11%2017h1a2%202%200%200%201%202%202v4.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75V19a2%202%200%200%201%202-2m-.5%202v3.5h2V19a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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