Folder Open2 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 { IconFolderOpen2 } from "@devigner-ui/icons";
<IconFolderOpen2 className="size-6" />
<script setup>
import { IconFolderOpen2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFolderOpen2 class="size-6" />
</template>
<script>
import { IconFolderOpen2 } from "@devigner-ui/icons-svelte";
</script>
<IconFolderOpen2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m22.34 14.3-.4 5c-.15 1.53-.27 2.7-2.98 2.7H6.38c-2.71 0-2.83-1.17-2.98-2.7l-.4-5c-.08-.83.18-1.6.65-2.19l.02-.02A3 3 0 0 1 5.98 11h13.38a3 3 0 0 1 2.31 1.1c.49.59.76 1.36.67 2.2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path opacity="1" d="M4.17 11.43V6.28c0-3.4.85-4.25 4.25-4.25h1.27c1.27 0 1.56.38 2.04 1.02L13 4.75c.32.42.51.68 1.36.68h2.55c3.4 0 4.25.85 4.25 4.25v1.79" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.1 17h5.14" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>