Documents Minimalistic 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 { IconDocumentsMinimalistic } from "@devigner-ui/icons";
<IconDocumentsMinimalistic className="size-6" />
<script setup>
import { IconDocumentsMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDocumentsMinimalistic class="size-6" />
</template>
<script>
import { IconDocumentsMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconDocumentsMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8c0-2.83 0-4.24.88-5.12S8.18 2 11 2h2c2.83 0 4.24 0 5.12.88S19 5.18 19 8v8c0 2.83 0 4.24-.88 5.12S15.82 22 13 22h-2c-2.83 0-4.24 0-5.12-.88S5 18.82 5 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 13h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M9 9h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 17h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 19V5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 19V5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>