folder open icon

folder-open-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
folder-open-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the folder open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h4l.099.005a1 1 0 0 1 .608.288L12.414 6H19a3 3 0 0 1 2.828 2H7.305a2 2 0 0 0-1.814 1.157l-.058.141l-1.379 3.676a1 1 0 1 0 1.873.702l1.134-3.027A1 1 0 0 1 7.998 10H21l.217.012a2 2 0 0 1 .783.256a2.02 2.02 0 0 1 .928 1.201c.077.28.092.573.045.859l-.005.024l-.995 5.21a3 3 0 0 1-2.686 2.426l-.261.012H5a3 3 0 0 1-3-3z"/></svg>

React

import type { SVGProps } from "react";

export function TablerFolderOpenFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h4l.099.005a1 1 0 0 1 .608.288L12.414 6H19a3 3 0 0 1 2.828 2H7.305a2 2 0 0 0-1.814 1.157l-.058.141l-1.379 3.676a1 1 0 1 0 1.873.702l1.134-3.027A1 1 0 0 1 7.998 10H21l.217.012a2 2 0 0 1 .783.256a2.02 2.02 0 0 1 .928 1.201c.077.28.092.573.045.859l-.005.024l-.995 5.21a3 3 0 0 1-2.686 2.426l-.261.012H5a3 3 0 0 1-3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h4l.099.005a1 1 0 0 1 .608.288L12.414 6H19a3 3 0 0 1 2.828 2H7.305a2 2 0 0 0-1.814 1.157l-.058.141l-1.379 3.676a1 1 0 1 0 1.873.702l1.134-3.027A1 1 0 0 1 7.998 10H21l.217.012a2 2 0 0 1 .783.256a2.02 2.02 0 0 1 .928 1.201c.077.28.092.573.045.859l-.005.024l-.995 5.21a3 3 0 0 1-2.686 2.426l-.261.012H5a3 3 0 0 1-3-3z"/></svg>
</template>

CSS

.icon-folder-open-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a3%203%200%200%201%203-3h4l.099.005a1%201%200%200%201%20.608.288L12.414%206H19a3%203%200%200%201%202.828%202H7.305a2%202%200%200%200-1.814%201.157l-.058.141l-1.379%203.676a1%201%200%201%200%201.873.702l1.134-3.027A1%201%200%200%201%207.998%2010H21l.217.012a2%202%200%200%201%20.783.256a2.02%202.02%200%200%201%20.928%201.201c.077.28.092.573.045.859l-.005.024l-.995%205.21a3%203%200%200%201-2.686%202.426l-.261.012H5a3%203%200%200%201-3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a3%203%200%200%201%203-3h4l.099.005a1%201%200%200%201%20.608.288L12.414%206H19a3%203%200%200%201%202.828%202H7.305a2%202%200%200%200-1.814%201.157l-.058.141l-1.379%203.676a1%201%200%201%200%201.873.702l1.134-3.027A1%201%200%200%201%207.998%2010H21l.217.012a2%202%200%200%201%20.783.256a2.02%202.02%200%200%201%20.928%201.201c.077.28.092.573.045.859l-.005.024l-.995%205.21a3%203%200%200%201-2.686%202.426l-.261.012H5a3%203%200%200%201-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/folder-open-filled.svg?color=%231a73e8&size=48