folder archive icon
folder-archive from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-archive
- 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-attachmentfolder-audiofolder-blockfolder-checkfolder-clockfolder-closedfolder-cloudfolder-codefolder-cogfolder-detailsfolder-details-referencefolder-downfolder-downloadfolder-editfolder-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2folder-git2
Use the folder archive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 16.5V15m0-3.5v-1m2 8.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 7.004h8.75c2.107 0 3.16 0 3.917.507c.327.219.608.5.827.828c.506.758.506 1.812.506 3.921c0 3.515 0 5.273-.843 6.536a5 5 0 0 1-1.38 1.38a3.7 3.7 0 0 1-.777.395M12 7.004l-.633-1.268c-.525-1.05-1.005-2.108-2.168-2.545C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.54C2 5.222 2 6.13 2 7.95v3.059c0 4.72 0 7.079 1.464 8.545C4.578 20.669 6.21 20.936 9 21"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderArchive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14 16.5V15m0-3.5v-1m2 8.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 7.004h8.75c2.107 0 3.16 0 3.917.507c.327.219.608.5.827.828c.506.758.506 1.812.506 3.921c0 3.515 0 5.273-.843 6.536a5 5 0 0 1-1.38 1.38a3.7 3.7 0 0 1-.777.395M12 7.004l-.633-1.268c-.525-1.05-1.005-2.108-2.168-2.545C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.54C2 5.222 2 6.13 2 7.95v3.059c0 4.72 0 7.079 1.464 8.545C4.578 20.669 6.21 20.936 9 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 16.5V15m0-3.5v-1m2 8.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 7.004h8.75c2.107 0 3.16 0 3.917.507c.327.219.608.5.827.828c.506.758.506 1.812.506 3.921c0 3.515 0 5.273-.843 6.536a5 5 0 0 1-1.38 1.38a3.7 3.7 0 0 1-.777.395M12 7.004l-.633-1.268c-.525-1.05-1.005-2.108-2.168-2.545C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.54C2 5.222 2 6.13 2 7.95v3.059c0 4.72 0 7.079 1.464 8.545C4.578 20.669 6.21 20.936 9 21"/></svg> </template>
CSS
.icon-folder-archive {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2016.5V15m0-3.5v-1m2%208.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M8%207.004h8.75c2.107%200%203.16%200%203.917.507c.327.219.608.5.827.828c.506.758.506%201.812.506%203.921c0%203.515%200%205.273-.843%206.536a5%205%200%200%201-1.38%201.38a3.7%203.7%200%200%201-.777.395M12%207.004l-.633-1.268c-.525-1.05-1.005-2.108-2.168-2.545C8.69%203%208.108%203%206.944%203c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.54C2%205.222%202%206.13%202%207.95v3.059c0%204.72%200%207.079%201.464%208.545C4.578%2020.669%206.21%2020.936%209%2021%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2016.5V15m0-3.5v-1m2%208.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M8%207.004h8.75c2.107%200%203.16%200%203.917.507c.327.219.608.5.827.828c.506.758.506%201.812.506%203.921c0%203.515%200%205.273-.843%206.536a5%205%200%200%201-1.38%201.38a3.7%203.7%200%200%201-.777.395M12%207.004l-.633-1.268c-.525-1.05-1.005-2.108-2.168-2.545C8.69%203%208.108%203%206.944%203c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.54C2%205.222%202%206.13%202%207.95v3.059c0%204.72%200%207.079%201.464%208.545C4.578%2020.669%206.21%2020.936%209%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-archive.svg?color=%231a73e8&size=48