folder open vertical icon
folder-open-vertical-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- folder-open-vertical-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 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-down-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder open vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5.25A3.25 3.25 0 0 0 17.75 2H8.84l3.54 2.045a4.25 4.25 0 0 1 2.126 3.68V20h.745a3.25 3.25 0 0 0 3.25-3.25v-5.19l1.842-1.84A2.25 2.25 0 0 0 21 8.129zm-7.995 2.475v13.02c0 1.732-1.875 2.814-3.375 1.948l-5.26-3.036a2.75 2.75 0 0 1-1.375-2.382V4.255c0-1.731 1.875-2.814 3.375-1.948l5.259 3.037a2.75 2.75 0 0 1 1.375 2.381"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderOpenVertical24Filled(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="M21 5.25A3.25 3.25 0 0 0 17.75 2H8.84l3.54 2.045a4.25 4.25 0 0 1 2.126 3.68V20h.745a3.25 3.25 0 0 0 3.25-3.25v-5.19l1.842-1.84A2.25 2.25 0 0 0 21 8.129zm-7.995 2.475v13.02c0 1.732-1.875 2.814-3.375 1.948l-5.26-3.036a2.75 2.75 0 0 1-1.375-2.382V4.255c0-1.731 1.875-2.814 3.375-1.948l5.259 3.037a2.75 2.75 0 0 1 1.375 2.381"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5.25A3.25 3.25 0 0 0 17.75 2H8.84l3.54 2.045a4.25 4.25 0 0 1 2.126 3.68V20h.745a3.25 3.25 0 0 0 3.25-3.25v-5.19l1.842-1.84A2.25 2.25 0 0 0 21 8.129zm-7.995 2.475v13.02c0 1.732-1.875 2.814-3.375 1.948l-5.26-3.036a2.75 2.75 0 0 1-1.375-2.382V4.255c0-1.731 1.875-2.814 3.375-1.948l5.259 3.037a2.75 2.75 0 0 1 1.375 2.381"/></svg> </template>
CSS
.icon-folder-open-vertical-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%205.25A3.25%203.25%200%200%200%2017.75%202H8.84l3.54%202.045a4.25%204.25%200%200%201%202.126%203.68V20h.745a3.25%203.25%200%200%200%203.25-3.25v-5.19l1.842-1.84A2.25%202.25%200%200%200%2021%208.129zm-7.995%202.475v13.02c0%201.732-1.875%202.814-3.375%201.948l-5.26-3.036a2.75%202.75%200%200%201-1.375-2.382V4.255c0-1.731%201.875-2.814%203.375-1.948l5.259%203.037a2.75%202.75%200%200%201%201.375%202.381%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%22M21%205.25A3.25%203.25%200%200%200%2017.75%202H8.84l3.54%202.045a4.25%204.25%200%200%201%202.126%203.68V20h.745a3.25%203.25%200%200%200%203.25-3.25v-5.19l1.842-1.84A2.25%202.25%200%200%200%2021%208.129zm-7.995%202.475v13.02c0%201.732-1.875%202.814-3.375%201.948l-5.26-3.036a2.75%202.75%200%200%201-1.375-2.382V4.255c0-1.731%201.875-2.814%203.375-1.948l5.259%203.037a2.75%202.75%200%200%201%201.375%202.381%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-open-vertical-24-filled.svg?color=%231a73e8&size=48