folder open icon

folder-open-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
folder-open-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage 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="M20.99 7.325v-2.15a2.29 2.29 0 0 0-1.66-2.21a2.3 2.3 0 0 0-1-.05l-6.51 1a3.7 3.7 0 0 0-1.09-.87a3.8 3.8 0 0 0-1.81-.46H5.84A3.82 3.82 0 0 0 2 6.425v11.16a3.82 3.82 0 0 0 3.84 3.83h12.33a3.82 3.82 0 0 0 2.71-1.12a3.88 3.88 0 0 0 1.12-2.71v-7.7a3.73 3.73 0 0 0-1.01-2.56m-4.34 9.76H7.4a1 1 0 0 1 0-2h9.25a1 1 0 0 1 0 2m2.88-10.71a3.8 3.8 0 0 0-1.3-.23h-4.4a1 1 0 0 1-.47-.12a1 1 0 0 1-.35-.32l-.23-.34l5.8-.93a.8.8 0 0 1 .34 0a.7.7 0 0 1 .3.16a.6.6 0 0 1 .2.27a.7.7 0 0 1 .07.33z"/></svg>

React

import type { SVGProps } from "react";

export function MageFolderOpenFill(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="M20.99 7.325v-2.15a2.29 2.29 0 0 0-1.66-2.21a2.3 2.3 0 0 0-1-.05l-6.51 1a3.7 3.7 0 0 0-1.09-.87a3.8 3.8 0 0 0-1.81-.46H5.84A3.82 3.82 0 0 0 2 6.425v11.16a3.82 3.82 0 0 0 3.84 3.83h12.33a3.82 3.82 0 0 0 2.71-1.12a3.88 3.88 0 0 0 1.12-2.71v-7.7a3.73 3.73 0 0 0-1.01-2.56m-4.34 9.76H7.4a1 1 0 0 1 0-2h9.25a1 1 0 0 1 0 2m2.88-10.71a3.8 3.8 0 0 0-1.3-.23h-4.4a1 1 0 0 1-.47-.12a1 1 0 0 1-.35-.32l-.23-.34l5.8-.93a.8.8 0 0 1 .34 0a.7.7 0 0 1 .3.16a.6.6 0 0 1 .2.27a.7.7 0 0 1 .07.33z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.99 7.325v-2.15a2.29 2.29 0 0 0-1.66-2.21a2.3 2.3 0 0 0-1-.05l-6.51 1a3.7 3.7 0 0 0-1.09-.87a3.8 3.8 0 0 0-1.81-.46H5.84A3.82 3.82 0 0 0 2 6.425v11.16a3.82 3.82 0 0 0 3.84 3.83h12.33a3.82 3.82 0 0 0 2.71-1.12a3.88 3.88 0 0 0 1.12-2.71v-7.7a3.73 3.73 0 0 0-1.01-2.56m-4.34 9.76H7.4a1 1 0 0 1 0-2h9.25a1 1 0 0 1 0 2m2.88-10.71a3.8 3.8 0 0 0-1.3-.23h-4.4a1 1 0 0 1-.47-.12a1 1 0 0 1-.35-.32l-.23-.34l5.8-.93a.8.8 0 0 1 .34 0a.7.7 0 0 1 .3.16a.6.6 0 0 1 .2.27a.7.7 0 0 1 .07.33z"/></svg>
</template>

CSS

.icon-folder-open-fill {
  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%22M20.99%207.325v-2.15a2.29%202.29%200%200%200-1.66-2.21a2.3%202.3%200%200%200-1-.05l-6.51%201a3.7%203.7%200%200%200-1.09-.87a3.8%203.8%200%200%200-1.81-.46H5.84A3.82%203.82%200%200%200%202%206.425v11.16a3.82%203.82%200%200%200%203.84%203.83h12.33a3.82%203.82%200%200%200%202.71-1.12a3.88%203.88%200%200%200%201.12-2.71v-7.7a3.73%203.73%200%200%200-1.01-2.56m-4.34%209.76H7.4a1%201%200%200%201%200-2h9.25a1%201%200%200%201%200%202m2.88-10.71a3.8%203.8%200%200%200-1.3-.23h-4.4a1%201%200%200%201-.47-.12a1%201%200%200%201-.35-.32l-.23-.34l5.8-.93a.8.8%200%200%201%20.34%200a.7.7%200%200%201%20.3.16a.6.6%200%200%201%20.2.27a.7.7%200%200%201%20.07.33z%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%22M20.99%207.325v-2.15a2.29%202.29%200%200%200-1.66-2.21a2.3%202.3%200%200%200-1-.05l-6.51%201a3.7%203.7%200%200%200-1.09-.87a3.8%203.8%200%200%200-1.81-.46H5.84A3.82%203.82%200%200%200%202%206.425v11.16a3.82%203.82%200%200%200%203.84%203.83h12.33a3.82%203.82%200%200%200%202.71-1.12a3.88%203.88%200%200%200%201.12-2.71v-7.7a3.73%203.73%200%200%200-1.01-2.56m-4.34%209.76H7.4a1%201%200%200%201%200-2h9.25a1%201%200%200%201%200%202m2.88-10.71a3.8%203.8%200%200%200-1.3-.23h-4.4a1%201%200%200%201-.47-.12a1%201%200%200%201-.35-.32l-.23-.34l5.8-.93a.8.8%200%200%201%20.34%200a.7.7%200%200%201%20.3.16a.6.6%200%200%201%20.2.27a.7.7%200%200%201%20.07.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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