Document Cloud icon in outline, twotone, bold and bulk. Free in all four styles, for documents, attachments, clipboard, archive, editing. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDocumentCloud } from "@devigner-ui/icons";
<IconDocumentCloud className="size-6" />
<script setup>
import { IconDocumentCloud } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDocumentCloud class="size-6" />
</template>
<script>
import { IconDocumentCloud } from "@devigner-ui/icons-svelte";
</script>
<IconDocumentCloud class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.67 2h-5c-5 0-7 2-7 7v6c0 5 2 7 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 10v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 10h-4c-3 0-4-1-4-4V2z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.43 18.26c-2.35.17-2.35 3.57 0 3.74h5.56a2.7 2.7 0 0 0 1.82-.7c1.65-1.44.77-4.32-1.4-4.59-.78-4.69-7.56-2.91-5.96 1.56" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>