folder tree icon
folder-tree from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-tree
- 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 tree 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-linejoin="round" stroke-width="1.5"><path d="M12 7V5.333c0-.777 0-1.166.14-1.467a1.5 1.5 0 0 1 .726-.725C13.168 3 13.556 3 14.333 3c.408 0 .611 0 .8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17 5h1.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C21 6.098 21 6.565 21 7.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H15c-1.414 0-2.121 0-2.56-.44C12 9.122 12 8.415 12 7m0 11v-1.667c0-.777 0-1.165.14-1.467a1.5 1.5 0 0 1 .726-.726c.302-.14.69-.14 1.467-.14c.408 0 .611 0 .8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17 16h1.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H15c-1.414 0-2.121 0-2.56-.44C12 20.122 12 19.415 12 18M8 7H7c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C3 4.395 3 3.93 3 3"/><path d="M3 3v10c0 1.87 0 2.804.402 3.5A3 3 0 0 0 4.5 17.598C5.196 18 6.13 18 8 18"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderTree(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 7V5.333c0-.777 0-1.166.14-1.467a1.5 1.5 0 0 1 .726-.725C13.168 3 13.556 3 14.333 3c.408 0 .611 0 .8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17 5h1.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C21 6.098 21 6.565 21 7.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H15c-1.414 0-2.121 0-2.56-.44C12 9.122 12 8.415 12 7m0 11v-1.667c0-.777 0-1.165.14-1.467a1.5 1.5 0 0 1 .726-.726c.302-.14.69-.14 1.467-.14c.408 0 .611 0 .8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17 16h1.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H15c-1.414 0-2.121 0-2.56-.44C12 20.122 12 19.415 12 18M8 7H7c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C3 4.395 3 3.93 3 3"/><path d="M3 3v10c0 1.87 0 2.804.402 3.5A3 3 0 0 0 4.5 17.598C5.196 18 6.13 18 8 18"/></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-linejoin="round" stroke-width="1.5"><path d="M12 7V5.333c0-.777 0-1.166.14-1.467a1.5 1.5 0 0 1 .726-.725C13.168 3 13.556 3 14.333 3c.408 0 .611 0 .8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17 5h1.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C21 6.098 21 6.565 21 7.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H15c-1.414 0-2.121 0-2.56-.44C12 9.122 12 8.415 12 7m0 11v-1.667c0-.777 0-1.165.14-1.467a1.5 1.5 0 0 1 .726-.726c.302-.14.69-.14 1.467-.14c.408 0 .611 0 .8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17 16h1.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H15c-1.414 0-2.121 0-2.56-.44C12 20.122 12 19.415 12 18M8 7H7c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C3 4.395 3 3.93 3 3"/><path d="M3 3v10c0 1.87 0 2.804.402 3.5A3 3 0 0 0 4.5 17.598C5.196 18 6.13 18 8 18"/></g></svg> </template>
CSS
.icon-folder-tree {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%207V5.333c0-.777%200-1.166.14-1.467a1.5%201.5%200%200%201%20.726-.725C13.168%203%2013.556%203%2014.333%203c.408%200%20.611%200%20.8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17%205h1.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C21%206.098%2021%206.565%2021%207.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H15c-1.414%200-2.121%200-2.56-.44C12%209.122%2012%208.415%2012%207m0%2011v-1.667c0-.777%200-1.165.14-1.467a1.5%201.5%200%200%201%20.726-.726c.302-.14.69-.14%201.467-.14c.408%200%20.611%200%20.8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17%2016h1.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H15c-1.414%200-2.121%200-2.56-.44C12%2020.122%2012%2019.415%2012%2018M8%207H7c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C3%204.395%203%203.93%203%203%22%2F%3E%3Cpath%20d%3D%22M3%203v10c0%201.87%200%202.804.402%203.5A3%203%200%200%200%204.5%2017.598C5.196%2018%206.13%2018%208%2018%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%207V5.333c0-.777%200-1.166.14-1.467a1.5%201.5%200%200%201%20.726-.725C13.168%203%2013.556%203%2014.333%203c.408%200%20.611%200%20.8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17%205h1.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C21%206.098%2021%206.565%2021%207.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H15c-1.414%200-2.121%200-2.56-.44C12%209.122%2012%208.415%2012%207m0%2011v-1.667c0-.777%200-1.165.14-1.467a1.5%201.5%200%200%201%20.726-.726c.302-.14.69-.14%201.467-.14c.408%200%20.611%200%20.8.05c.2.052.386.146.548.274c.152.12.275.284.519.61L17%2016h1.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H15c-1.414%200-2.121%200-2.56-.44C12%2020.122%2012%2019.415%2012%2018M8%207H7c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C3%204.395%203%203.93%203%203%22%2F%3E%3Cpath%20d%3D%22M3%203v10c0%201.87%200%202.804.402%203.5A3%203%200%200%200%204.5%2017.598C5.196%2018%206.13%2018%208%2018%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-tree.svg?color=%231a73e8&size=48