Folder Connection 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 { IconFolderConnection } from "@devigner-ui/icons";
<IconFolderConnection className="size-6" />
<script setup>
import { IconFolderConnection } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFolderConnection class="size-6" />
</template>
<script>
import { IconFolderConnection } from "@devigner-ui/icons-svelte";
</script>
<IconFolderConnection 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="M12.67 16v3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 23a2 2 0 1 0 0-4 2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.67 21h-4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.67 21h-4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.67 8.3v4.2c0 2.8-.7 3.5-3.5 3.5h-7c-2.8 0-3.5-.7-3.5-3.5v-7c0-2.8.7-3.5 3.5-3.5h1.05c1.05 0 1.28.31 1.68.84l1.05 1.4c.27.35.42.56 1.12.56h2.1c2.8 0 3.5.7 3.5 3.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>