folder open icon
folder-open from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- folder-open
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
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-openMajesticons
Related icons in Prime Icons
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="M4.25 18.5h-1.5v-11a2.71 2.71 0 0 1 2.68-2.75h2.41a.76.76 0 0 1 .58.25l2.67 3.23H16A2.71 2.71 0 0 1 18.72 11v.5h-1.5V11A1.22 1.22 0 0 0 16 9.75h-5.27a.74.74 0 0 1-.57-.27L7.49 6.25H5.43A1.22 1.22 0 0 0 4.25 7.5Z"/><path fill="currentColor" d="M17.12 19.25H3.5a.76.76 0 0 1-.64-.36a.75.75 0 0 1 0-.74l3.38-6.5a.77.77 0 0 1 .67-.4H20.5a.76.76 0 0 1 .64.36a.75.75 0 0 1 0 .74l-3.38 6.5a.77.77 0 0 1-.64.4m-12.39-1.5h11.94l2.6-5H7.33Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFolderOpen(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="M4.25 18.5h-1.5v-11a2.71 2.71 0 0 1 2.68-2.75h2.41a.76.76 0 0 1 .58.25l2.67 3.23H16A2.71 2.71 0 0 1 18.72 11v.5h-1.5V11A1.22 1.22 0 0 0 16 9.75h-5.27a.74.74 0 0 1-.57-.27L7.49 6.25H5.43A1.22 1.22 0 0 0 4.25 7.5Z"/><path fill="currentColor" d="M17.12 19.25H3.5a.76.76 0 0 1-.64-.36a.75.75 0 0 1 0-.74l3.38-6.5a.77.77 0 0 1 .67-.4H20.5a.76.76 0 0 1 .64.36a.75.75 0 0 1 0 .74l-3.38 6.5a.77.77 0 0 1-.64.4m-12.39-1.5h11.94l2.6-5H7.33Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 18.5h-1.5v-11a2.71 2.71 0 0 1 2.68-2.75h2.41a.76.76 0 0 1 .58.25l2.67 3.23H16A2.71 2.71 0 0 1 18.72 11v.5h-1.5V11A1.22 1.22 0 0 0 16 9.75h-5.27a.74.74 0 0 1-.57-.27L7.49 6.25H5.43A1.22 1.22 0 0 0 4.25 7.5Z"/><path fill="currentColor" d="M17.12 19.25H3.5a.76.76 0 0 1-.64-.36a.75.75 0 0 1 0-.74l3.38-6.5a.77.77 0 0 1 .67-.4H20.5a.76.76 0 0 1 .64.36a.75.75 0 0 1 0 .74l-3.38 6.5a.77.77 0 0 1-.64.4m-12.39-1.5h11.94l2.6-5H7.33Z"/></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%22M4.25%2018.5h-1.5v-11a2.71%202.71%200%200%201%202.68-2.75h2.41a.76.76%200%200%201%20.58.25l2.67%203.23H16A2.71%202.71%200%200%201%2018.72%2011v.5h-1.5V11A1.22%201.22%200%200%200%2016%209.75h-5.27a.74.74%200%200%201-.57-.27L7.49%206.25H5.43A1.22%201.22%200%200%200%204.25%207.5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.12%2019.25H3.5a.76.76%200%200%201-.64-.36a.75.75%200%200%201%200-.74l3.38-6.5a.77.77%200%200%201%20.67-.4H20.5a.76.76%200%200%201%20.64.36a.75.75%200%200%201%200%20.74l-3.38%206.5a.77.77%200%200%201-.64.4m-12.39-1.5h11.94l2.6-5H7.33Z%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%22M4.25%2018.5h-1.5v-11a2.71%202.71%200%200%201%202.68-2.75h2.41a.76.76%200%200%201%20.58.25l2.67%203.23H16A2.71%202.71%200%200%201%2018.72%2011v.5h-1.5V11A1.22%201.22%200%200%200%2016%209.75h-5.27a.74.74%200%200%201-.57-.27L7.49%206.25H5.43A1.22%201.22%200%200%200%204.25%207.5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.12%2019.25H3.5a.76.76%200%200%201-.64-.36a.75.75%200%200%201%200-.74l3.38-6.5a.77.77%200%200%201%20.67-.4H20.5a.76.76%200%200%201%20.64.36a.75.75%200%200%201%200%20.74l-3.38%206.5a.77.77%200%200%201-.64.4m-12.39-1.5h11.94l2.6-5H7.33Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/folder-open.svg?color=%231a73e8&size=48