folder open down icon
folder-open-down-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- folder-open-down-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M3 14.5V7.896l1.5 2.6a3 3 0 0 0 2.599 1.5H15v.504a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 0-.353.146L7.44 15.854a.5.5 0 0 1-.354.146H4.5A1.5 1.5 0 0 1 3 14.5M4.284 4.016Q4.39 4 4.504 4H13.9a2 2 0 0 1 1.732 1l2.163 3.745a1.5 1.5 0 0 1-1.3 2.25H7.1a2 2 0 0 1-1.732-1L3.205 6.25a1.5 1.5 0 0 1 1.079-2.234M2 5.539V14.5A2.5 2.5 0 0 0 4.5 17h2.586a1.5 1.5 0 0 0 1.06-.44L9.708 15H13.5a2.5 2.5 0 0 0 2.5-2.5v-.505h.496c1.925 0 3.128-2.083 2.166-3.75L16.499 4.5A3 3 0 0 0 13.901 3h-9.4q-.095 0-.186.007c-.562.04-1.054.26-1.438.592A2.5 2.5 0 0 0 2 5.539"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderOpenDown20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 14.5V7.896l1.5 2.6a3 3 0 0 0 2.599 1.5H15v.504a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 0-.353.146L7.44 15.854a.5.5 0 0 1-.354.146H4.5A1.5 1.5 0 0 1 3 14.5M4.284 4.016Q4.39 4 4.504 4H13.9a2 2 0 0 1 1.732 1l2.163 3.745a1.5 1.5 0 0 1-1.3 2.25H7.1a2 2 0 0 1-1.732-1L3.205 6.25a1.5 1.5 0 0 1 1.079-2.234M2 5.539V14.5A2.5 2.5 0 0 0 4.5 17h2.586a1.5 1.5 0 0 0 1.06-.44L9.708 15H13.5a2.5 2.5 0 0 0 2.5-2.5v-.505h.496c1.925 0 3.128-2.083 2.166-3.75L16.499 4.5A3 3 0 0 0 13.901 3h-9.4q-.095 0-.186.007c-.562.04-1.054.26-1.438.592A2.5 2.5 0 0 0 2 5.539"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 14.5V7.896l1.5 2.6a3 3 0 0 0 2.599 1.5H15v.504a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 0-.353.146L7.44 15.854a.5.5 0 0 1-.354.146H4.5A1.5 1.5 0 0 1 3 14.5M4.284 4.016Q4.39 4 4.504 4H13.9a2 2 0 0 1 1.732 1l2.163 3.745a1.5 1.5 0 0 1-1.3 2.25H7.1a2 2 0 0 1-1.732-1L3.205 6.25a1.5 1.5 0 0 1 1.079-2.234M2 5.539V14.5A2.5 2.5 0 0 0 4.5 17h2.586a1.5 1.5 0 0 0 1.06-.44L9.708 15H13.5a2.5 2.5 0 0 0 2.5-2.5v-.505h.496c1.925 0 3.128-2.083 2.166-3.75L16.499 4.5A3 3 0 0 0 13.901 3h-9.4q-.095 0-.186.007c-.562.04-1.054.26-1.438.592A2.5 2.5 0 0 0 2 5.539"/></svg> </template>
CSS
.icon-folder-open-down-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2014.5V7.896l1.5%202.6a3%203%200%200%200%202.599%201.5H15v.504a1.5%201.5%200%200%201-1.5%201.5h-4a.5.5%200%200%200-.353.146L7.44%2015.854a.5.5%200%200%201-.354.146H4.5A1.5%201.5%200%200%201%203%2014.5M4.284%204.016Q4.39%204%204.504%204H13.9a2%202%200%200%201%201.732%201l2.163%203.745a1.5%201.5%200%200%201-1.3%202.25H7.1a2%202%200%200%201-1.732-1L3.205%206.25a1.5%201.5%200%200%201%201.079-2.234M2%205.539V14.5A2.5%202.5%200%200%200%204.5%2017h2.586a1.5%201.5%200%200%200%201.06-.44L9.708%2015H13.5a2.5%202.5%200%200%200%202.5-2.5v-.505h.496c1.925%200%203.128-2.083%202.166-3.75L16.499%204.5A3%203%200%200%200%2013.901%203h-9.4q-.095%200-.186.007c-.562.04-1.054.26-1.438.592A2.5%202.5%200%200%200%202%205.539%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2014.5V7.896l1.5%202.6a3%203%200%200%200%202.599%201.5H15v.504a1.5%201.5%200%200%201-1.5%201.5h-4a.5.5%200%200%200-.353.146L7.44%2015.854a.5.5%200%200%201-.354.146H4.5A1.5%201.5%200%200%201%203%2014.5M4.284%204.016Q4.39%204%204.504%204H13.9a2%202%200%200%201%201.732%201l2.163%203.745a1.5%201.5%200%200%201-1.3%202.25H7.1a2%202%200%200%201-1.732-1L3.205%206.25a1.5%201.5%200%200%201%201.079-2.234M2%205.539V14.5A2.5%202.5%200%200%200%204.5%2017h2.586a1.5%201.5%200%200%200%201.06-.44L9.708%2015H13.5a2.5%202.5%200%200%200%202.5-2.5v-.505h.496c1.925%200%203.128-2.083%202.166-3.75L16.499%204.5A3%203%200%200%200%2013.901%203h-9.4q-.095%200-.186.007c-.562.04-1.054.26-1.438.592A2.5%202.5%200%200%200%202%205.539%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-20-regular.svg?color=%231a73e8&size=48