folder-open-down-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
folder-open-down-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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 25a3.75 3.75 0 0 1-3.75-3.75V7l.001-.047l-.001-.09A2.863 2.863 0 0 1 4.867 4h14.605a3.75 3.75 0 0 1 3.244 1.869l3.77 6.5c1.45 2.5-.354 5.631-3.244 5.631H23v.25A3.75 3.75 0 0 1 19.25 22h-5.586a.25.25 0 0 0-.177.073l-2.12 2.122A2.75 2.75 0 0 1 9.421 25zM21.5 18H9.39a3.75 3.75 0 0 1-3.383-2.13l-2.503-5.226V21.25a2.25 2.25 0 0 0 2.25 2.25h3.668c.331 0 .649-.132.883-.366l2.122-2.121a1.75 1.75 0 0 1 1.237-.513h5.586a2.25 2.25 0 0 0 2.25-2.25zM19.473 5.5H4.867a1.363 1.363 0 0 0-1.23 1.952l3.723 7.77A2.25 2.25 0 0 0 9.39 16.5h13.852c1.734 0 2.816-1.879 1.947-3.379l-3.77-6.5A2.25 2.25 0 0 0 19.472 5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderOpenDown28Regular(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 25a3.75 3.75 0 0 1-3.75-3.75V7l.001-.047l-.001-.09A2.863 2.863 0 0 1 4.867 4h14.605a3.75 3.75 0 0 1 3.244 1.869l3.77 6.5c1.45 2.5-.354 5.631-3.244 5.631H23v.25A3.75 3.75 0 0 1 19.25 22h-5.586a.25.25 0 0 0-.177.073l-2.12 2.122A2.75 2.75 0 0 1 9.421 25zM21.5 18H9.39a3.75 3.75 0 0 1-3.383-2.13l-2.503-5.226V21.25a2.25 2.25 0 0 0 2.25 2.25h3.668c.331 0 .649-.132.883-.366l2.122-2.121a1.75 1.75 0 0 1 1.237-.513h5.586a2.25 2.25 0 0 0 2.25-2.25zM19.473 5.5H4.867a1.363 1.363 0 0 0-1.23 1.952l3.723 7.77A2.25 2.25 0 0 0 9.39 16.5h13.852c1.734 0 2.816-1.879 1.947-3.379l-3.77-6.5A2.25 2.25 0 0 0 19.472 5.5"/></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 25a3.75 3.75 0 0 1-3.75-3.75V7l.001-.047l-.001-.09A2.863 2.863 0 0 1 4.867 4h14.605a3.75 3.75 0 0 1 3.244 1.869l3.77 6.5c1.45 2.5-.354 5.631-3.244 5.631H23v.25A3.75 3.75 0 0 1 19.25 22h-5.586a.25.25 0 0 0-.177.073l-2.12 2.122A2.75 2.75 0 0 1 9.421 25zM21.5 18H9.39a3.75 3.75 0 0 1-3.383-2.13l-2.503-5.226V21.25a2.25 2.25 0 0 0 2.25 2.25h3.668c.331 0 .649-.132.883-.366l2.122-2.121a1.75 1.75 0 0 1 1.237-.513h5.586a2.25 2.25 0 0 0 2.25-2.25zM19.473 5.5H4.867a1.363 1.363 0 0 0-1.23 1.952l3.723 7.77A2.25 2.25 0 0 0 9.39 16.5h13.852c1.734 0 2.816-1.879 1.947-3.379l-3.77-6.5A2.25 2.25 0 0 0 19.472 5.5"/></svg>
</template>

CSS

.icon-folder-open-down-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.754%2025a3.75%203.75%200%200%201-3.75-3.75V7l.001-.047l-.001-.09A2.863%202.863%200%200%201%204.867%204h14.605a3.75%203.75%200%200%201%203.244%201.869l3.77%206.5c1.45%202.5-.354%205.631-3.244%205.631H23v.25A3.75%203.75%200%200%201%2019.25%2022h-5.586a.25.25%200%200%200-.177.073l-2.12%202.122A2.75%202.75%200%200%201%209.421%2025zM21.5%2018H9.39a3.75%203.75%200%200%201-3.383-2.13l-2.503-5.226V21.25a2.25%202.25%200%200%200%202.25%202.25h3.668c.331%200%20.649-.132.883-.366l2.122-2.121a1.75%201.75%200%200%201%201.237-.513h5.586a2.25%202.25%200%200%200%202.25-2.25zM19.473%205.5H4.867a1.363%201.363%200%200%200-1.23%201.952l3.723%207.77A2.25%202.25%200%200%200%209.39%2016.5h13.852c1.734%200%202.816-1.879%201.947-3.379l-3.77-6.5A2.25%202.25%200%200%200%2019.472%205.5%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%2025a3.75%203.75%200%200%201-3.75-3.75V7l.001-.047l-.001-.09A2.863%202.863%200%200%201%204.867%204h14.605a3.75%203.75%200%200%201%203.244%201.869l3.77%206.5c1.45%202.5-.354%205.631-3.244%205.631H23v.25A3.75%203.75%200%200%201%2019.25%2022h-5.586a.25.25%200%200%200-.177.073l-2.12%202.122A2.75%202.75%200%200%201%209.421%2025zM21.5%2018H9.39a3.75%203.75%200%200%201-3.383-2.13l-2.503-5.226V21.25a2.25%202.25%200%200%200%202.25%202.25h3.668c.331%200%20.649-.132.883-.366l2.122-2.121a1.75%201.75%200%200%201%201.237-.513h5.586a2.25%202.25%200%200%200%202.25-2.25zM19.473%205.5H4.867a1.363%201.363%200%200%200-1.23%201.952l3.723%207.77A2.25%202.25%200%200%200%209.39%2016.5h13.852c1.734%200%202.816-1.879%201.947-3.379l-3.77-6.5A2.25%202.25%200%200%200%2019.472%205.5%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-regular.svg?color=%231a73e8&size=48