folder open icon
folder-open-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- folder-open-line
- Set
- Majesticons
- Style
- Line
- 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="currentColor"><path d="M2 6a3 3 0 0 1 3-3h2.93a3 3 0 0 1 2.496 1.336l.812 1.219A1 1 0 0 0 12.07 6H18a3 3 0 0 1 3 3v2h-2V9a1 1 0 0 0-1-1h-5.93a3 3 0 0 1-2.496-1.336l-.812-1.219A1 1 0 0 0 7.93 5H5a1 1 0 0 0-1 1v12a1 1 0 1 0 2 0v-2h2v2a3 3 0 1 1-6 0V6z"/><path d="M6 13a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H5v-2c.173 0 .456-.06.666-.212c.159-.114.334-.314.334-.788v-5zm1.853 6H20a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v5c0 .368-.053.701-.147 1z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsFolderOpenLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 6a3 3 0 0 1 3-3h2.93a3 3 0 0 1 2.496 1.336l.812 1.219A1 1 0 0 0 12.07 6H18a3 3 0 0 1 3 3v2h-2V9a1 1 0 0 0-1-1h-5.93a3 3 0 0 1-2.496-1.336l-.812-1.219A1 1 0 0 0 7.93 5H5a1 1 0 0 0-1 1v12a1 1 0 1 0 2 0v-2h2v2a3 3 0 1 1-6 0V6z"/><path d="M6 13a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H5v-2c.173 0 .456-.06.666-.212c.159-.114.334-.314.334-.788v-5zm1.853 6H20a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v5c0 .368-.053.701-.147 1z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 6a3 3 0 0 1 3-3h2.93a3 3 0 0 1 2.496 1.336l.812 1.219A1 1 0 0 0 12.07 6H18a3 3 0 0 1 3 3v2h-2V9a1 1 0 0 0-1-1h-5.93a3 3 0 0 1-2.496-1.336l-.812-1.219A1 1 0 0 0 7.93 5H5a1 1 0 0 0-1 1v12a1 1 0 1 0 2 0v-2h2v2a3 3 0 1 1-6 0V6z"/><path d="M6 13a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H5v-2c.173 0 .456-.06.666-.212c.159-.114.334-.314.334-.788v-5zm1.853 6H20a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v5c0 .368-.053.701-.147 1z"/></g></svg> </template>
CSS
.icon-folder-open-line {
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%22currentColor%22%3E%3Cpath%20d%3D%22M2%206a3%203%200%200%201%203-3h2.93a3%203%200%200%201%202.496%201.336l.812%201.219A1%201%200%200%200%2012.07%206H18a3%203%200%200%201%203%203v2h-2V9a1%201%200%200%200-1-1h-5.93a3%203%200%200%201-2.496-1.336l-.812-1.219A1%201%200%200%200%207.93%205H5a1%201%200%200%200-1%201v12a1%201%200%201%200%202%200v-2h2v2a3%203%200%201%201-6%200V6z%22%2F%3E%3Cpath%20d%3D%22M6%2013a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203v5a3%203%200%200%201-3%203H5v-2c.173%200%20.456-.06.666-.212c.159-.114.334-.314.334-.788v-5zm1.853%206H20a1%201%200%200%200%201-1v-5a1%201%200%200%200-1-1H9a1%201%200%200%200-1%201v5c0%20.368-.053.701-.147%201z%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%22currentColor%22%3E%3Cpath%20d%3D%22M2%206a3%203%200%200%201%203-3h2.93a3%203%200%200%201%202.496%201.336l.812%201.219A1%201%200%200%200%2012.07%206H18a3%203%200%200%201%203%203v2h-2V9a1%201%200%200%200-1-1h-5.93a3%203%200%200%201-2.496-1.336l-.812-1.219A1%201%200%200%200%207.93%205H5a1%201%200%200%200-1%201v12a1%201%200%201%200%202%200v-2h2v2a3%203%200%201%201-6%200V6z%22%2F%3E%3Cpath%20d%3D%22M6%2013a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203v5a3%203%200%200%201-3%203H5v-2c.173%200%20.456-.06.666-.212c.159-.114.334-.314.334-.788v-5zm1.853%206H20a1%201%200%200%200%201-1v-5a1%201%200%200%200-1-1H9a1%201%200%200%200-1%201v5c0%20.368-.053.701-.147%201z%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-line.svg?color=%231a73e8&size=48