Folder Open icon in outline, twotone, bold and bulk. Free in all four styles, for file manager, storage, organisation, directories. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFolderOpen } from "@devigner-ui/icons";
<IconFolderOpen className="size-6" />
<script setup>
import { IconFolderOpen } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFolderOpen class="size-6" />
</template>
<script>
import { IconFolderOpen } from "@devigner-ui/icons-svelte";
</script>
<IconFolderOpen class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M4 11.5V5.71c0-.66 0-.99.06-1.27A3.1 3.1 0 0 1 6.6 2.05C6.9 2 7.25 2 7.96 2l.61.01a3.3 3.3 0 0 1 2.19 1.08l.44.41c.65.61.98.92 1.37 1.12q.32.17.68.27c.43.11.89.11 1.81.11h.3c2.1 0 3.16 0 3.84.58q.1.07.18.17c.62.64.62 1.62.62 3.6v2.15" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M10 17h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M3.48 17.48c-.48-2.71-.72-4.07-.14-5.05q.22-.37.54-.67C4.7 11 6.04 11 8.7 11h6.58c2.67 0 4 0 4.83.76q.32.3.54.67c.58.98.34 2.34-.14 5.05-.34 1.96-.51 2.94-1.1 3.59q-.24.24-.52.44c-.72.49-1.69.49-3.6.49H8.7c-1.91 0-2.87 0-3.6-.49a3 3 0 0 1-.51-.44c-.6-.65-.77-1.63-1.11-3.59" stroke="currentColor" stroke-width="1.5"></path></svg>