folder open icon
folder-open-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- folder-open-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System 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-openHeroIconsfolder-openHuge Iconsfolder-openHumbleiconsfolder-openIconParkfolder-openIconPark Outlinefolder-openIconPark Solidfolder-openIconPark TwoTonefolder-openIonIconsfolder-openJam Iconsfolder-openLine Awesomefolder-openLucidefolder-openMage Iconsfolder-openMajesticonsfolder-openMaterial Symbols
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.75v11.765l2.65-5.533A5.25 5.25 0 0 1 9.39 10h13.612v-.25A3.75 3.75 0 0 0 19.25 6h-5.587a.25.25 0 0 1-.177-.073l-2.12-2.122A2.75 2.75 0 0 0 9.421 3zM2.116 21.764l-.008.021a1.637 1.637 0 0 0 1.533 2.21h15.974a3.75 3.75 0 0 0 3.244-1.868l3.768-6.497c1.063-1.834-.26-4.13-2.379-4.13H9.39a3.75 3.75 0 0 0-3.382 2.13l-3.843 8.02z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderOpen28Filled(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.75v11.765l2.65-5.533A5.25 5.25 0 0 1 9.39 10h13.612v-.25A3.75 3.75 0 0 0 19.25 6h-5.587a.25.25 0 0 1-.177-.073l-2.12-2.122A2.75 2.75 0 0 0 9.421 3zM2.116 21.764l-.008.021a1.637 1.637 0 0 0 1.533 2.21h15.974a3.75 3.75 0 0 0 3.244-1.868l3.768-6.497c1.063-1.834-.26-4.13-2.379-4.13H9.39a3.75 3.75 0 0 0-3.382 2.13l-3.843 8.02z"/></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.75v11.765l2.65-5.533A5.25 5.25 0 0 1 9.39 10h13.612v-.25A3.75 3.75 0 0 0 19.25 6h-5.587a.25.25 0 0 1-.177-.073l-2.12-2.122A2.75 2.75 0 0 0 9.421 3zM2.116 21.764l-.008.021a1.637 1.637 0 0 0 1.533 2.21h15.974a3.75 3.75 0 0 0 3.244-1.868l3.768-6.497c1.063-1.834-.26-4.13-2.379-4.13H9.39a3.75 3.75 0 0 0-3.382 2.13l-3.843 8.02z"/></svg> </template>
CSS
.icon-folder-open-28-filled {
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.75v11.765l2.65-5.533A5.25%205.25%200%200%201%209.39%2010h13.612v-.25A3.75%203.75%200%200%200%2019.25%206h-5.587a.25.25%200%200%201-.177-.073l-2.12-2.122A2.75%202.75%200%200%200%209.421%203zM2.116%2021.764l-.008.021a1.637%201.637%200%200%200%201.533%202.21h15.974a3.75%203.75%200%200%200%203.244-1.868l3.768-6.497c1.063-1.834-.26-4.13-2.379-4.13H9.39a3.75%203.75%200%200%200-3.382%202.13l-3.843%208.02z%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.75v11.765l2.65-5.533A5.25%205.25%200%200%201%209.39%2010h13.612v-.25A3.75%203.75%200%200%200%2019.25%206h-5.587a.25.25%200%200%201-.177-.073l-2.12-2.122A2.75%202.75%200%200%200%209.421%203zM2.116%2021.764l-.008.021a1.637%201.637%200%200%200%201.533%202.21h15.974a3.75%203.75%200%200%200%203.244-1.868l3.768-6.497c1.063-1.834-.26-4.13-2.379-4.13H9.39a3.75%203.75%200%200%200-3.382%202.13l-3.843%208.02z%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-filled.svg?color=%231a73e8&size=48