Notebook 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 { IconNotebookMinimalistic } from "@devigner-ui/icons";
<IconNotebookMinimalistic className="size-6" />
<script setup>
import { IconNotebookMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconNotebookMinimalistic class="size-6" />
</template>
<script>
import { IconNotebookMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconNotebookMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 9c0-2.83 0-4.24.88-5.12S6.18 3 9 3h6c2.83 0 4.24 0 5.12.88S21 6.18 21 9v5c0 1.89 0 2.83-.59 3.41-.58.59-1.52.59-3.41.59H7c-1.89 0-2.83 0-3.41-.59C3 16.83 3 15.9 3 14z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M22 21H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15 15H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>