folder open icon
folder-open-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- folder-open-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
folder-openBoxIcons v2folder-openBoxIcons v2 Solidfolder-openCarbonfolder-openCatppuccin Iconsfolder-openFont Awesome 6 Regularfolder-openFont Awesome 6 Solidfolder-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 Iconsfolder-openUnicons
Related icons in Fluent UI System Icons
folder-add-16-filledfolder-arrow-left-16-filledfolder-arrow-right-16-filledfolder-arrow-up-16-filledfolder-briefcase-20-filledfolder-data-bar-20-filledfolder-dismiss-16-filledfolder-document-16-filledfolder-globe-16-filledfolder-hint-20-filledfolder-holder-20-filledfolder-junk-20-filledfolder-lightning-16-filledfolder-link-16-filledfolder-list-16-filledfolder-mail-16-filledfolder-move-20-filledfolder-multiple-16-filledfolder-open-down-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.754 3a3.75 3.75 0 0 0-3.75 3.75V21l.001.047A2.864 2.864 0 0 0 4.867 24h14.605a3.75 3.75 0 0 0 3.244-1.869l3.77-6.5c1.45-2.5-.354-5.631-3.244-5.631H23v-.25A3.75 3.75 0 0 0 19.25 6h-5.586a.25.25 0 0 1-.177-.073l-2.12-2.122A2.75 2.75 0 0 0 9.421 3zM21.5 10H9.39a3.75 3.75 0 0 0-3.383 2.13l-2.503 5.226V6.75a2.25 2.25 0 0 1 2.25-2.25h3.668c.331 0 .649.132.883.366l2.122 2.121a1.75 1.75 0 0 0 1.237.513h5.586a2.25 2.25 0 0 1 2.25 2.25zm-2.028 12.5H4.867a1.363 1.363 0 0 1-1.23-1.952l3.723-7.77A2.25 2.25 0 0 1 9.39 11.5h13.852c1.734 0 2.816 1.879 1.947 3.379l-3.77 6.5a2.25 2.25 0 0 1-1.947 1.121"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderOpen28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.754 3a3.75 3.75 0 0 0-3.75 3.75V21l.001.047A2.864 2.864 0 0 0 4.867 24h14.605a3.75 3.75 0 0 0 3.244-1.869l3.77-6.5c1.45-2.5-.354-5.631-3.244-5.631H23v-.25A3.75 3.75 0 0 0 19.25 6h-5.586a.25.25 0 0 1-.177-.073l-2.12-2.122A2.75 2.75 0 0 0 9.421 3zM21.5 10H9.39a3.75 3.75 0 0 0-3.383 2.13l-2.503 5.226V6.75a2.25 2.25 0 0 1 2.25-2.25h3.668c.331 0 .649.132.883.366l2.122 2.121a1.75 1.75 0 0 0 1.237.513h5.586a2.25 2.25 0 0 1 2.25 2.25zm-2.028 12.5H4.867a1.363 1.363 0 0 1-1.23-1.952l3.723-7.77A2.25 2.25 0 0 1 9.39 11.5h13.852c1.734 0 2.816 1.879 1.947 3.379l-3.77 6.5a2.25 2.25 0 0 1-1.947 1.121"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.754 3a3.75 3.75 0 0 0-3.75 3.75V21l.001.047A2.864 2.864 0 0 0 4.867 24h14.605a3.75 3.75 0 0 0 3.244-1.869l3.77-6.5c1.45-2.5-.354-5.631-3.244-5.631H23v-.25A3.75 3.75 0 0 0 19.25 6h-5.586a.25.25 0 0 1-.177-.073l-2.12-2.122A2.75 2.75 0 0 0 9.421 3zM21.5 10H9.39a3.75 3.75 0 0 0-3.383 2.13l-2.503 5.226V6.75a2.25 2.25 0 0 1 2.25-2.25h3.668c.331 0 .649.132.883.366l2.122 2.121a1.75 1.75 0 0 0 1.237.513h5.586a2.25 2.25 0 0 1 2.25 2.25zm-2.028 12.5H4.867a1.363 1.363 0 0 1-1.23-1.952l3.723-7.77A2.25 2.25 0 0 1 9.39 11.5h13.852c1.734 0 2.816 1.879 1.947 3.379l-3.77 6.5a2.25 2.25 0 0 1-1.947 1.121"/></svg> </template>
CSS
.icon-folder-open-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.754%203a3.75%203.75%200%200%200-3.75%203.75V21l.001.047A2.864%202.864%200%200%200%204.867%2024h14.605a3.75%203.75%200%200%200%203.244-1.869l3.77-6.5c1.45-2.5-.354-5.631-3.244-5.631H23v-.25A3.75%203.75%200%200%200%2019.25%206h-5.586a.25.25%200%200%201-.177-.073l-2.12-2.122A2.75%202.75%200%200%200%209.421%203zM21.5%2010H9.39a3.75%203.75%200%200%200-3.383%202.13l-2.503%205.226V6.75a2.25%202.25%200%200%201%202.25-2.25h3.668c.331%200%20.649.132.883.366l2.122%202.121a1.75%201.75%200%200%200%201.237.513h5.586a2.25%202.25%200%200%201%202.25%202.25zm-2.028%2012.5H4.867a1.363%201.363%200%200%201-1.23-1.952l3.723-7.77A2.25%202.25%200%200%201%209.39%2011.5h13.852c1.734%200%202.816%201.879%201.947%203.379l-3.77%206.5a2.25%202.25%200%200%201-1.947%201.121%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.754%203a3.75%203.75%200%200%200-3.75%203.75V21l.001.047A2.864%202.864%200%200%200%204.867%2024h14.605a3.75%203.75%200%200%200%203.244-1.869l3.77-6.5c1.45-2.5-.354-5.631-3.244-5.631H23v-.25A3.75%203.75%200%200%200%2019.25%206h-5.586a.25.25%200%200%201-.177-.073l-2.12-2.122A2.75%202.75%200%200%200%209.421%203zM21.5%2010H9.39a3.75%203.75%200%200%200-3.383%202.13l-2.503%205.226V6.75a2.25%202.25%200%200%201%202.25-2.25h3.668c.331%200%20.649.132.883.366l2.122%202.121a1.75%201.75%200%200%200%201.237.513h5.586a2.25%202.25%200%200%201%202.25%202.25zm-2.028%2012.5H4.867a1.363%201.363%200%200%201-1.23-1.952l3.723-7.77A2.25%202.25%200%200%201%209.39%2011.5h13.852c1.734%200%202.816%201.879%201.947%203.379l-3.77%206.5a2.25%202.25%200%200%201-1.947%201.121%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-open-28-regular.svg?color=%231a73e8&size=48