folder open vertical icon

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

Name
folder-open-vertical-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M11.5 2H6.9l1.6.924A3 3 0 0 1 10 5.522v6.393a1.5 1.5 0 0 0 1-1.415V7a.5.5 0 0 1 .146-.354l1.708-1.707A.5.5 0 0 0 13 4.586V3.5A1.5 1.5 0 0 0 11.5 2M2.005 7.069L2 7V3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v1.086a1.5 1.5 0 0 1-.44 1.06L12 7.207V10.5a2.5 2.5 0 0 1-2.041 2.458c-.3 1.647-2.18 2.586-3.709 1.704l-2.745-1.585a3 3 0 0 1-1.5-2.598zM9 5.522A2 2 0 0 0 8 3.79L5.255 2.205a1.5 1.5 0 0 0-2.25 1.299v6.975a2 2 0 0 0 1 1.732l2.745 1.585a1.5 1.5 0 0 0 2.25-1.3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderOpenVertical16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 2H6.9l1.6.924A3 3 0 0 1 10 5.522v6.393a1.5 1.5 0 0 0 1-1.415V7a.5.5 0 0 1 .146-.354l1.708-1.707A.5.5 0 0 0 13 4.586V3.5A1.5 1.5 0 0 0 11.5 2M2.005 7.069L2 7V3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v1.086a1.5 1.5 0 0 1-.44 1.06L12 7.207V10.5a2.5 2.5 0 0 1-2.041 2.458c-.3 1.647-2.18 2.586-3.709 1.704l-2.745-1.585a3 3 0 0 1-1.5-2.598zM9 5.522A2 2 0 0 0 8 3.79L5.255 2.205a1.5 1.5 0 0 0-2.25 1.299v6.975a2 2 0 0 0 1 1.732l2.745 1.585a1.5 1.5 0 0 0 2.25-1.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 2H6.9l1.6.924A3 3 0 0 1 10 5.522v6.393a1.5 1.5 0 0 0 1-1.415V7a.5.5 0 0 1 .146-.354l1.708-1.707A.5.5 0 0 0 13 4.586V3.5A1.5 1.5 0 0 0 11.5 2M2.005 7.069L2 7V3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v1.086a1.5 1.5 0 0 1-.44 1.06L12 7.207V10.5a2.5 2.5 0 0 1-2.041 2.458c-.3 1.647-2.18 2.586-3.709 1.704l-2.745-1.585a3 3 0 0 1-1.5-2.598zM9 5.522A2 2 0 0 0 8 3.79L5.255 2.205a1.5 1.5 0 0 0-2.25 1.299v6.975a2 2 0 0 0 1 1.732l2.745 1.585a1.5 1.5 0 0 0 2.25-1.3z"/></svg>
</template>

CSS

.icon-folder-open-vertical-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%202H6.9l1.6.924A3%203%200%200%201%2010%205.522v6.393a1.5%201.5%200%200%200%201-1.415V7a.5.5%200%200%201%20.146-.354l1.708-1.707A.5.5%200%200%200%2013%204.586V3.5A1.5%201.5%200%200%200%2011.5%202M2.005%207.069L2%207V3.5A2.5%202.5%200%200%201%204.5%201h7A2.5%202.5%200%200%201%2014%203.5v1.086a1.5%201.5%200%200%201-.44%201.06L12%207.207V10.5a2.5%202.5%200%200%201-2.041%202.458c-.3%201.647-2.18%202.586-3.709%201.704l-2.745-1.585a3%203%200%200%201-1.5-2.598zM9%205.522A2%202%200%200%200%208%203.79L5.255%202.205a1.5%201.5%200%200%200-2.25%201.299v6.975a2%202%200%200%200%201%201.732l2.745%201.585a1.5%201.5%200%200%200%202.25-1.3z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%202H6.9l1.6.924A3%203%200%200%201%2010%205.522v6.393a1.5%201.5%200%200%200%201-1.415V7a.5.5%200%200%201%20.146-.354l1.708-1.707A.5.5%200%200%200%2013%204.586V3.5A1.5%201.5%200%200%200%2011.5%202M2.005%207.069L2%207V3.5A2.5%202.5%200%200%201%204.5%201h7A2.5%202.5%200%200%201%2014%203.5v1.086a1.5%201.5%200%200%201-.44%201.06L12%207.207V10.5a2.5%202.5%200%200%201-2.041%202.458c-.3%201.647-2.18%202.586-3.709%201.704l-2.745-1.585a3%203%200%200%201-1.5-2.598zM9%205.522A2%202%200%200%200%208%203.79L5.255%202.205a1.5%201.5%200%200%200-2.25%201.299v6.975a2%202%200%200%200%201%201.732l2.745%201.585a1.5%201.5%200%200%200%202.25-1.3z%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-16-regular.svg?color=%231a73e8&size=48