folder zip icon
folder-zip from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-zip
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
folder-01folder-02folder-03folder-addfolder-archivefolder-attachmentfolder-audiofolder-blockfolder-checkfolder-clockfolder-closedfolder-cloudfolder-codefolder-cogfolder-detailsfolder-details-referencefolder-downfolder-downloadfolder-editfolder-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2
Use the folder zip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15 15h-2m2 0h2m-2 0v-4.003m0-4.003v4.003m0 0h-2m2 0h2"/><path d="M8 7h7m-3 0l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.538C2 5.22 2 6.128 2 7.944V11c0 4.714 0 7.071 1.464 8.535C4.93 21 7.286 21 12 21h1.25c3.511 0 5.267 0 6.528-.843a5 5 0 0 0 1.38-1.38C22 17.518 22 15.762 22 12.25c0-2.107 0-3.16-.506-3.917a3 3 0 0 0-.827-.827c-.59-.394-1.36-.481-2.667-.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderZip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M15 15h-2m2 0h2m-2 0v-4.003m0-4.003v4.003m0 0h-2m2 0h2"/><path d="M8 7h7m-3 0l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.538C2 5.22 2 6.128 2 7.944V11c0 4.714 0 7.071 1.464 8.535C4.93 21 7.286 21 12 21h1.25c3.511 0 5.267 0 6.528-.843a5 5 0 0 0 1.38-1.38C22 17.518 22 15.762 22 12.25c0-2.107 0-3.16-.506-3.917a3 3 0 0 0-.827-.827c-.59-.394-1.36-.481-2.667-.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15 15h-2m2 0h2m-2 0v-4.003m0-4.003v4.003m0 0h-2m2 0h2"/><path d="M8 7h7m-3 0l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.538C2 5.22 2 6.128 2 7.944V11c0 4.714 0 7.071 1.464 8.535C4.93 21 7.286 21 12 21h1.25c3.511 0 5.267 0 6.528-.843a5 5 0 0 0 1.38-1.38C22 17.518 22 15.762 22 12.25c0-2.107 0-3.16-.506-3.917a3 3 0 0 0-.827-.827c-.59-.394-1.36-.481-2.667-.5"/></g></svg> </template>
CSS
.icon-folder-zip {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2015h-2m2%200h2m-2%200v-4.003m0-4.003v4.003m0%200h-2m2%200h2%22%2F%3E%3Cpath%20d%3D%22M8%207h7m-3%200l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69%203%208.108%203%206.944%203c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.538C2%205.22%202%206.128%202%207.944V11c0%204.714%200%207.071%201.464%208.535C4.93%2021%207.286%2021%2012%2021h1.25c3.511%200%205.267%200%206.528-.843a5%205%200%200%200%201.38-1.38C22%2017.518%2022%2015.762%2022%2012.25c0-2.107%200-3.16-.506-3.917a3%203%200%200%200-.827-.827c-.59-.394-1.36-.481-2.667-.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2015h-2m2%200h2m-2%200v-4.003m0-4.003v4.003m0%200h-2m2%200h2%22%2F%3E%3Cpath%20d%3D%22M8%207h7m-3%200l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69%203%208.108%203%206.944%203c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.538C2%205.22%202%206.128%202%207.944V11c0%204.714%200%207.071%201.464%208.535C4.93%2021%207.286%2021%2012%2021h1.25c3.511%200%205.267%200%206.528-.843a5%205%200%200%200%201.38-1.38C22%2017.518%2022%2015.762%2022%2012.25c0-2.107%200-3.16-.506-3.917a3%203%200%200%200-.827-.827c-.59-.394-1.36-.481-2.667-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-zip.svg?color=%231a73e8&size=48