folder open icon
folder-open from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.
- Name
- folder-open
- Set
- Unicons
- Style
- Line
- Category
- File And Folder
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
folder-openBoxIcons v2folder-openBoxIcons v2 Solidfolder-openCarbonfolder-openCatppuccin Iconsfolder-openFont Awesome 6 Regularfolder-openFont Awesome 6 Solidfolder-open-16-filledFluent UI System Iconsfolder-openHeroIconsfolder-openHuge Iconsfolder-openHumbleiconsfolder-openIonIconsfolder-openJam Iconsfolder-openLine Awesomefolder-openLucidefolder-openMage Iconsfolder-openMajesticonsfolder-openMaterial Symbolsfolder-openMaterial Design Iconsfolder-open-fillMingCute Iconfolder-openPhosphorfolder-open-fillRemix Iconfolder-open-boldSolarfolder-openTabler Icons
More file and folder icons from Unicons
Use the folder open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.78 10.37A1 1 0 0 0 22 10h-2V9a3 3 0 0 0-3-3h-6.28l-.32-1a3 3 0 0 0-2.84-2H4a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14.4a3 3 0 0 0 2.92-2.35L23 11.22a1 1 0 0 0-.22-.85M5.37 18.22a1 1 0 0 1-1 .78H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.56a1 1 0 0 1 1 .68l.54 1.64A1 1 0 0 0 10 8h7a1 1 0 0 1 1 1v1H8a1 1 0 0 0-1 .78Zm14 0a1 1 0 0 1-1 .78H7.21a1.4 1.4 0 0 0 .11-.35L8.8 12h12Z"/></svg>
React
import type { SVGProps } from "react";
export function UilFolderOpen(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="M22.78 10.37A1 1 0 0 0 22 10h-2V9a3 3 0 0 0-3-3h-6.28l-.32-1a3 3 0 0 0-2.84-2H4a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14.4a3 3 0 0 0 2.92-2.35L23 11.22a1 1 0 0 0-.22-.85M5.37 18.22a1 1 0 0 1-1 .78H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.56a1 1 0 0 1 1 .68l.54 1.64A1 1 0 0 0 10 8h7a1 1 0 0 1 1 1v1H8a1 1 0 0 0-1 .78Zm14 0a1 1 0 0 1-1 .78H7.21a1.4 1.4 0 0 0 .11-.35L8.8 12h12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.78 10.37A1 1 0 0 0 22 10h-2V9a3 3 0 0 0-3-3h-6.28l-.32-1a3 3 0 0 0-2.84-2H4a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14.4a3 3 0 0 0 2.92-2.35L23 11.22a1 1 0 0 0-.22-.85M5.37 18.22a1 1 0 0 1-1 .78H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.56a1 1 0 0 1 1 .68l.54 1.64A1 1 0 0 0 10 8h7a1 1 0 0 1 1 1v1H8a1 1 0 0 0-1 .78Zm14 0a1 1 0 0 1-1 .78H7.21a1.4 1.4 0 0 0 .11-.35L8.8 12h12Z"/></svg> </template>
CSS
.icon-folder-open {
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%22M22.78%2010.37A1%201%200%200%200%2022%2010h-2V9a3%203%200%200%200-3-3h-6.28l-.32-1a3%203%200%200%200-2.84-2H4a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h14.4a3%203%200%200%200%202.92-2.35L23%2011.22a1%201%200%200%200-.22-.85M5.37%2018.22a1%201%200%200%201-1%20.78H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h3.56a1%201%200%200%201%201%20.68l.54%201.64A1%201%200%200%200%2010%208h7a1%201%200%200%201%201%201v1H8a1%201%200%200%200-1%20.78Zm14%200a1%201%200%200%201-1%20.78H7.21a1.4%201.4%200%200%200%20.11-.35L8.8%2012h12Z%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%22M22.78%2010.37A1%201%200%200%200%2022%2010h-2V9a3%203%200%200%200-3-3h-6.28l-.32-1a3%203%200%200%200-2.84-2H4a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h14.4a3%203%200%200%200%202.92-2.35L23%2011.22a1%201%200%200%200-.22-.85M5.37%2018.22a1%201%200%200%201-1%20.78H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h3.56a1%201%200%200%201%201%20.68l.54%201.64A1%201%200%200%200%2010%208h7a1%201%200%200%201%201%201v1H8a1%201%200%200%200-1%20.78Zm14%200a1%201%200%200%201-1%20.78H7.21a1.4%201.4%200%200%200%20.11-.35L8.8%2012h12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/folder-open.svg?color=%231a73e8&size=48