folder open icon
folder-open from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- folder-open
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
folder-open-filledAnt Design Iconsfolder-openBoxIcons v2folder-openBoxIcons v2 Solidfolder-openCarbonfolder-openCatppuccin Iconsfolder-openFont Awesome 6 Regularfolder-openFont Awesome 6 Solidfolder-openFont Awesome Regularfolder-openFont Awesome Solidfolder-open-outlineFlowbite Iconsfolder-open-16-filledFluent UI System Iconsfolder-openHeroIconsfolder-openHuge Iconsfolder-openHumbleiconsfolder-openIconParkfolder-openIconPark Outlinefolder-openIconPark Solidfolder-openIconPark TwoTonefolder-openIonIconsfolder-openJam Iconsfolder-openLine Awesomefolder-openLucidefolder-openMage Iconsfolder-openMaterial Symbols
Related icons in Majesticons
Use the folder open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 10.17c1.165.412 2 1.524 2 2.83v5a3 3 0 0 1-3 3H6v-8a3 3 0 0 1 3-3h12v.17zM20.83 8A3.001 3.001 0 0 0 18 6h-5.93a1 1 0 0 1-.832-.445l-.812-1.22A3 3 0 0 0 7.93 3H5a3 3 0 0 0-3 3v12c0 .493.14 1.211.588 1.834A2.73 2.73 0 0 0 4 20.854V13a5 5 0 0 1 5-5h11.83z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsFolderOpen(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"><path fillRule="evenodd" clipRule="evenodd" d="M21 10.17c1.165.412 2 1.524 2 2.83v5a3 3 0 0 1-3 3H6v-8a3 3 0 0 1 3-3h12v.17zM20.83 8A3.001 3.001 0 0 0 18 6h-5.93a1 1 0 0 1-.832-.445l-.812-1.22A3 3 0 0 0 7.93 3H5a3 3 0 0 0-3 3v12c0 .493.14 1.211.588 1.834A2.73 2.73 0 0 0 4 20.854V13a5 5 0 0 1 5-5h11.83z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 10.17c1.165.412 2 1.524 2 2.83v5a3 3 0 0 1-3 3H6v-8a3 3 0 0 1 3-3h12v.17zM20.83 8A3.001 3.001 0 0 0 18 6h-5.93a1 1 0 0 1-.832-.445l-.812-1.22A3 3 0 0 0 7.93 3H5a3 3 0 0 0-3 3v12c0 .493.14 1.211.588 1.834A2.73 2.73 0 0 0 4 20.854V13a5 5 0 0 1 5-5h11.83z" fill="currentColor"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2010.17c1.165.412%202%201.524%202%202.83v5a3%203%200%200%201-3%203H6v-8a3%203%200%200%201%203-3h12v.17zM20.83%208A3.001%203.001%200%200%200%2018%206h-5.93a1%201%200%200%201-.832-.445l-.812-1.22A3%203%200%200%200%207.93%203H5a3%203%200%200%200-3%203v12c0%20.493.14%201.211.588%201.834A2.73%202.73%200%200%200%204%2020.854V13a5%205%200%200%201%205-5h11.83z%22%20fill%3D%22currentColor%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2010.17c1.165.412%202%201.524%202%202.83v5a3%203%200%200%201-3%203H6v-8a3%203%200%200%201%203-3h12v.17zM20.83%208A3.001%203.001%200%200%200%2018%206h-5.93a1%201%200%200%201-.832-.445l-.812-1.22A3%203%200%200%200%207.93%203H5a3%203%200%200%200-3%203v12c0%20.493.14%201.211.588%201.834A2.73%202.73%200%200%200%204%2020.854V13a5%205%200%200%201%205-5h11.83z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/folder-open.svg?color=%231a73e8&size=48