folder open icon
folder-open-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- folder-open-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
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-openLine Awesomefolder-openLucidefolder-openMage Iconsfolder-openMajesticonsfolder-openMaterial Symbols
Related icons in Jam Icons
Use the folder open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -4 24 24"><path fill="currentColor" d="M0 5V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2H17a3 3 0 0 1 3 3zm0 2h20v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3z"/></svg>
React
import type { SVGProps } from "react";
export function JamFolderOpenF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -4 24 24"><path fill="currentColor" d="M0 5V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2H17a3 3 0 0 1 3 3zm0 2h20v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -4 24 24"><path fill="currentColor" d="M0 5V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2H17a3 3 0 0 1 3 3zm0 2h20v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3z"/></svg> </template>
CSS
.icon-folder-open-f {
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%22-2%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%205V3a3%203%200%200%201%203-3h5c1.306%200%202.417.835%202.83%202H17a3%203%200%200%201%203%203zm0%202h20v6a3%203%200%200%201-3%203H3a3%203%200%200%201-3-3z%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%22-2%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%205V3a3%203%200%200%201%203-3h5c1.306%200%202.417.835%202.83%202H17a3%203%200%200%201%203%203zm0%202h20v6a3%203%200%200%201-3%203H3a3%203%200%200%201-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/folder-open-f.svg?color=%231a73e8&size=48