folder open icon
folder-open-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- folder-open-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M3 5.5v6.604l1.5-2.6a3 3 0 0 1 2.599-1.5H15V7.5A1.5 1.5 0 0 0 13.5 6h-4a.5.5 0 0 1-.353-.146L7.44 4.146A.5.5 0 0 0 7.086 4H4.5A1.5 1.5 0 0 0 3 5.5m1.284 10.485q.106.015.22.015H13.9a2 2 0 0 0 1.732-1l2.163-3.745a1.5 1.5 0 0 0-1.3-2.25H7.1a2 2 0 0 0-1.732 1L3.205 13.75a1.5 1.5 0 0 0 1.079 2.235M2 14.46V5.5A2.5 2.5 0 0 1 4.5 3h2.586a1.5 1.5 0 0 1 1.06.44L9.708 5H13.5A2.5 2.5 0 0 1 16 7.5v.505h.496c1.925 0 3.128 2.083 2.166 3.75L16.499 15.5a3 3 0 0 1-2.598 1.5h-9.4q-.095 0-.186-.007a2.46 2.46 0 0 1-1.438-.592A2.5 2.5 0 0 1 2 14.461"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderOpen20Regular(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 5.5v6.604l1.5-2.6a3 3 0 0 1 2.599-1.5H15V7.5A1.5 1.5 0 0 0 13.5 6h-4a.5.5 0 0 1-.353-.146L7.44 4.146A.5.5 0 0 0 7.086 4H4.5A1.5 1.5 0 0 0 3 5.5m1.284 10.485q.106.015.22.015H13.9a2 2 0 0 0 1.732-1l2.163-3.745a1.5 1.5 0 0 0-1.3-2.25H7.1a2 2 0 0 0-1.732 1L3.205 13.75a1.5 1.5 0 0 0 1.079 2.235M2 14.46V5.5A2.5 2.5 0 0 1 4.5 3h2.586a1.5 1.5 0 0 1 1.06.44L9.708 5H13.5A2.5 2.5 0 0 1 16 7.5v.505h.496c1.925 0 3.128 2.083 2.166 3.75L16.499 15.5a3 3 0 0 1-2.598 1.5h-9.4q-.095 0-.186-.007a2.46 2.46 0 0 1-1.438-.592A2.5 2.5 0 0 1 2 14.461"/></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 5.5v6.604l1.5-2.6a3 3 0 0 1 2.599-1.5H15V7.5A1.5 1.5 0 0 0 13.5 6h-4a.5.5 0 0 1-.353-.146L7.44 4.146A.5.5 0 0 0 7.086 4H4.5A1.5 1.5 0 0 0 3 5.5m1.284 10.485q.106.015.22.015H13.9a2 2 0 0 0 1.732-1l2.163-3.745a1.5 1.5 0 0 0-1.3-2.25H7.1a2 2 0 0 0-1.732 1L3.205 13.75a1.5 1.5 0 0 0 1.079 2.235M2 14.46V5.5A2.5 2.5 0 0 1 4.5 3h2.586a1.5 1.5 0 0 1 1.06.44L9.708 5H13.5A2.5 2.5 0 0 1 16 7.5v.505h.496c1.925 0 3.128 2.083 2.166 3.75L16.499 15.5a3 3 0 0 1-2.598 1.5h-9.4q-.095 0-.186-.007a2.46 2.46 0 0 1-1.438-.592A2.5 2.5 0 0 1 2 14.461"/></svg> </template>
CSS
.icon-folder-open-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%205.5v6.604l1.5-2.6a3%203%200%200%201%202.599-1.5H15V7.5A1.5%201.5%200%200%200%2013.5%206h-4a.5.5%200%200%201-.353-.146L7.44%204.146A.5.5%200%200%200%207.086%204H4.5A1.5%201.5%200%200%200%203%205.5m1.284%2010.485q.106.015.22.015H13.9a2%202%200%200%200%201.732-1l2.163-3.745a1.5%201.5%200%200%200-1.3-2.25H7.1a2%202%200%200%200-1.732%201L3.205%2013.75a1.5%201.5%200%200%200%201.079%202.235M2%2014.46V5.5A2.5%202.5%200%200%201%204.5%203h2.586a1.5%201.5%200%200%201%201.06.44L9.708%205H13.5A2.5%202.5%200%200%201%2016%207.5v.505h.496c1.925%200%203.128%202.083%202.166%203.75L16.499%2015.5a3%203%200%200%201-2.598%201.5h-9.4q-.095%200-.186-.007a2.46%202.46%200%200%201-1.438-.592A2.5%202.5%200%200%201%202%2014.461%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%205.5v6.604l1.5-2.6a3%203%200%200%201%202.599-1.5H15V7.5A1.5%201.5%200%200%200%2013.5%206h-4a.5.5%200%200%201-.353-.146L7.44%204.146A.5.5%200%200%200%207.086%204H4.5A1.5%201.5%200%200%200%203%205.5m1.284%2010.485q.106.015.22.015H13.9a2%202%200%200%200%201.732-1l2.163-3.745a1.5%201.5%200%200%200-1.3-2.25H7.1a2%202%200%200%200-1.732%201L3.205%2013.75a1.5%201.5%200%200%200%201.079%202.235M2%2014.46V5.5A2.5%202.5%200%200%201%204.5%203h2.586a1.5%201.5%200%200%201%201.06.44L9.708%205H13.5A2.5%202.5%200%200%201%2016%207.5v.505h.496c1.925%200%203.128%202.083%202.166%203.75L16.499%2015.5a3%203%200%200%201-2.598%201.5h-9.4q-.095%200-.186-.007a2.46%202.46%200%200%201-1.438-.592A2.5%202.5%200%200%201%202%2014.461%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-open-20-regular.svg?color=%231a73e8&size=48