folder open vertical icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the folder open vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 3H7.896l2.6 1.5a3 3 0 0 1 1.5 2.598V15h.504a1.5 1.5 0 0 0 1.5-1.5v-4a.5.5 0 0 1 .146-.354l1.708-1.707A.5.5 0 0 0 16 7.086V4.5A1.5 1.5 0 0 0 14.5 3M4.016 4.283Q4 4.39 4 4.503v9.398a2 2 0 0 0 1 1.732l3.745 2.162a1.5 1.5 0 0 0 2.25-1.3V7.099a2 2 0 0 0-1-1.732L6.25 3.204a1.5 1.5 0 0 0-2.234 1.08M5.539 2H14.5A2.5 2.5 0 0 1 17 4.5v2.586a1.5 1.5 0 0 1-.44 1.06L15 9.706V13.5a2.5 2.5 0 0 1-2.5 2.5h-.505v.496c0 1.924-2.083 3.127-3.75 2.165L4.5 16.499A3 3 0 0 1 3 13.9V4.5q0-.095.007-.186c.04-.561.26-1.053.592-1.438A2.5 2.5 0 0 1 5.539 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderOpenVertical20Regular(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="M14.5 3H7.896l2.6 1.5a3 3 0 0 1 1.5 2.598V15h.504a1.5 1.5 0 0 0 1.5-1.5v-4a.5.5 0 0 1 .146-.354l1.708-1.707A.5.5 0 0 0 16 7.086V4.5A1.5 1.5 0 0 0 14.5 3M4.016 4.283Q4 4.39 4 4.503v9.398a2 2 0 0 0 1 1.732l3.745 2.162a1.5 1.5 0 0 0 2.25-1.3V7.099a2 2 0 0 0-1-1.732L6.25 3.204a1.5 1.5 0 0 0-2.234 1.08M5.539 2H14.5A2.5 2.5 0 0 1 17 4.5v2.586a1.5 1.5 0 0 1-.44 1.06L15 9.706V13.5a2.5 2.5 0 0 1-2.5 2.5h-.505v.496c0 1.924-2.083 3.127-3.75 2.165L4.5 16.499A3 3 0 0 1 3 13.9V4.5q0-.095.007-.186c.04-.561.26-1.053.592-1.438A2.5 2.5 0 0 1 5.539 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 3H7.896l2.6 1.5a3 3 0 0 1 1.5 2.598V15h.504a1.5 1.5 0 0 0 1.5-1.5v-4a.5.5 0 0 1 .146-.354l1.708-1.707A.5.5 0 0 0 16 7.086V4.5A1.5 1.5 0 0 0 14.5 3M4.016 4.283Q4 4.39 4 4.503v9.398a2 2 0 0 0 1 1.732l3.745 2.162a1.5 1.5 0 0 0 2.25-1.3V7.099a2 2 0 0 0-1-1.732L6.25 3.204a1.5 1.5 0 0 0-2.234 1.08M5.539 2H14.5A2.5 2.5 0 0 1 17 4.5v2.586a1.5 1.5 0 0 1-.44 1.06L15 9.706V13.5a2.5 2.5 0 0 1-2.5 2.5h-.505v.496c0 1.924-2.083 3.127-3.75 2.165L4.5 16.499A3 3 0 0 1 3 13.9V4.5q0-.095.007-.186c.04-.561.26-1.053.592-1.438A2.5 2.5 0 0 1 5.539 2"/></svg>
</template>

CSS

.icon-folder-open-vertical-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%22M14.5%203H7.896l2.6%201.5a3%203%200%200%201%201.5%202.598V15h.504a1.5%201.5%200%200%200%201.5-1.5v-4a.5.5%200%200%201%20.146-.354l1.708-1.707A.5.5%200%200%200%2016%207.086V4.5A1.5%201.5%200%200%200%2014.5%203M4.016%204.283Q4%204.39%204%204.503v9.398a2%202%200%200%200%201%201.732l3.745%202.162a1.5%201.5%200%200%200%202.25-1.3V7.099a2%202%200%200%200-1-1.732L6.25%203.204a1.5%201.5%200%200%200-2.234%201.08M5.539%202H14.5A2.5%202.5%200%200%201%2017%204.5v2.586a1.5%201.5%200%200%201-.44%201.06L15%209.706V13.5a2.5%202.5%200%200%201-2.5%202.5h-.505v.496c0%201.924-2.083%203.127-3.75%202.165L4.5%2016.499A3%203%200%200%201%203%2013.9V4.5q0-.095.007-.186c.04-.561.26-1.053.592-1.438A2.5%202.5%200%200%201%205.539%202%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%22M14.5%203H7.896l2.6%201.5a3%203%200%200%201%201.5%202.598V15h.504a1.5%201.5%200%200%200%201.5-1.5v-4a.5.5%200%200%201%20.146-.354l1.708-1.707A.5.5%200%200%200%2016%207.086V4.5A1.5%201.5%200%200%200%2014.5%203M4.016%204.283Q4%204.39%204%204.503v9.398a2%202%200%200%200%201%201.732l3.745%202.162a1.5%201.5%200%200%200%202.25-1.3V7.099a2%202%200%200%200-1-1.732L6.25%203.204a1.5%201.5%200%200%200-2.234%201.08M5.539%202H14.5A2.5%202.5%200%200%201%2017%204.5v2.586a1.5%201.5%200%200%201-.44%201.06L15%209.706V13.5a2.5%202.5%200%200%201-2.5%202.5h-.505v.496c0%201.924-2.083%203.127-3.75%202.165L4.5%2016.499A3%203%200%200%201%203%2013.9V4.5q0-.095.007-.186c.04-.561.26-1.053.592-1.438A2.5%202.5%200%200%201%205.539%202%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-20-regular.svg?color=%231a73e8&size=48