folder tree icon
folder-tree from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- folder-tree
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the folder tree icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 88c0-13.3-10.7-24-24-24S32 74.7 32 88v368c0 30.9 25.1 56 56 56h184v-48H88c-4.4 0-8-3.6-8-8V224h192v-48H80zm288 200h192c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L368 64c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48m0 288h192c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1l-44.2.1c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidFolderTree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 88c0-13.3-10.7-24-24-24S32 74.7 32 88v368c0 30.9 25.1 56 56 56h184v-48H88c-4.4 0-8-3.6-8-8V224h192v-48H80zm288 200h192c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L368 64c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48m0 288h192c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1l-44.2.1c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 88c0-13.3-10.7-24-24-24S32 74.7 32 88v368c0 30.9 25.1 56 56 56h184v-48H88c-4.4 0-8-3.6-8-8V224h192v-48H80zm288 200h192c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L368 64c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48m0 288h192c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1l-44.2.1c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%2088c0-13.3-10.7-24-24-24S32%2074.7%2032%2088v368c0%2030.9%2025.1%2056%2056%2056h184v-48H88c-4.4%200-8-3.6-8-8V224h192v-48H80zm288%20200h192c26.5%200%2048-21.5%2048-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5%200-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L368%2064c-26.5%200-48%2021.5-48%2048v128c0%2026.5%2021.5%2048%2048%2048m0%20288h192c26.5%200%2048-21.5%2048-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5%200-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1l-44.2.1c-26.5%200-48%2021.5-48%2048v128c0%2026.5%2021.5%2048%2048%2048%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%2088c0-13.3-10.7-24-24-24S32%2074.7%2032%2088v368c0%2030.9%2025.1%2056%2056%2056h184v-48H88c-4.4%200-8-3.6-8-8V224h192v-48H80zm288%20200h192c26.5%200%2048-21.5%2048-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5%200-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L368%2064c-26.5%200-48%2021.5-48%2048v128c0%2026.5%2021.5%2048%2048%2048m0%20288h192c26.5%200%2048-21.5%2048-48v-96c0-26.5-21.5-48-48-48h-82.7c-8.5%200-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1l-44.2.1c-26.5%200-48%2021.5-48%2048v128c0%2026.5%2021.5%2048%2048%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/folder-tree.svg?color=%231a73e8&size=48