folder open down icon
folder-open-down-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- folder-open-down-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
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-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder open down 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 24.996a3.75 3.75 0 0 1-3.75-3.75V9.48l2.65 5.533a5.25 5.25 0 0 0 4.735 2.982h13.612v.25a3.75 3.75 0 0 1-3.75 3.75h-5.587a.25.25 0 0 0-.177.073l-2.12 2.121a2.75 2.75 0 0 1-1.945.806zM2.116 6.232l-.008-.021A1.637 1.637 0 0 1 3.64 4h15.974a3.75 3.75 0 0 1 3.244 1.869l3.768 6.497c1.063 1.833-.26 4.13-2.379 4.13H9.39a3.75 3.75 0 0 1-3.382-2.13L2.165 6.344z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderOpenDown28Filled(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 24.996a3.75 3.75 0 0 1-3.75-3.75V9.48l2.65 5.533a5.25 5.25 0 0 0 4.735 2.982h13.612v.25a3.75 3.75 0 0 1-3.75 3.75h-5.587a.25.25 0 0 0-.177.073l-2.12 2.121a2.75 2.75 0 0 1-1.945.806zM2.116 6.232l-.008-.021A1.637 1.637 0 0 1 3.64 4h15.974a3.75 3.75 0 0 1 3.244 1.869l3.768 6.497c1.063 1.833-.26 4.13-2.379 4.13H9.39a3.75 3.75 0 0 1-3.382-2.13L2.165 6.344z"/></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 24.996a3.75 3.75 0 0 1-3.75-3.75V9.48l2.65 5.533a5.25 5.25 0 0 0 4.735 2.982h13.612v.25a3.75 3.75 0 0 1-3.75 3.75h-5.587a.25.25 0 0 0-.177.073l-2.12 2.121a2.75 2.75 0 0 1-1.945.806zM2.116 6.232l-.008-.021A1.637 1.637 0 0 1 3.64 4h15.974a3.75 3.75 0 0 1 3.244 1.869l3.768 6.497c1.063 1.833-.26 4.13-2.379 4.13H9.39a3.75 3.75 0 0 1-3.382-2.13L2.165 6.344z"/></svg> </template>
CSS
.icon-folder-open-down-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%2024.996a3.75%203.75%200%200%201-3.75-3.75V9.48l2.65%205.533a5.25%205.25%200%200%200%204.735%202.982h13.612v.25a3.75%203.75%200%200%201-3.75%203.75h-5.587a.25.25%200%200%200-.177.073l-2.12%202.121a2.75%202.75%200%200%201-1.945.806zM2.116%206.232l-.008-.021A1.637%201.637%200%200%201%203.64%204h15.974a3.75%203.75%200%200%201%203.244%201.869l3.768%206.497c1.063%201.833-.26%204.13-2.379%204.13H9.39a3.75%203.75%200%200%201-3.382-2.13L2.165%206.344z%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%2024.996a3.75%203.75%200%200%201-3.75-3.75V9.48l2.65%205.533a5.25%205.25%200%200%200%204.735%202.982h13.612v.25a3.75%203.75%200%200%201-3.75%203.75h-5.587a.25.25%200%200%200-.177.073l-2.12%202.121a2.75%202.75%200%200%201-1.945.806zM2.116%206.232l-.008-.021A1.637%201.637%200%200%201%203.64%204h15.974a3.75%203.75%200%200%201%203.244%201.869l3.768%206.497c1.063%201.833-.26%204.13-2.379%204.13H9.39a3.75%203.75%200%200%201-3.382-2.13L2.165%206.344z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-open-down-28-filled.svg?color=%231a73e8&size=48