Notebook2 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 { IconNotebook2 } from "@devigner-ui/icons";
<IconNotebook2 className="size-6" />
<script setup>
import { IconNotebook2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconNotebook2 class="size-6" />
</template>
<script>
import { IconNotebook2 } from "@devigner-ui/icons-svelte";
</script>
<IconNotebook2 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="M20.5 15v-5c0-2.83 0-4.24-.88-5.12S17.32 4 14.5 4h-5c-2.83 0-4.24 0-5.12.88S3.5 7.18 3.5 10v5" stroke="currentColor" stroke-width="1.5"></path><path d="M5 20h14a3 3 0 0 0 3-3v-1a1 1 0 0 0-1-1h-4.33a2 2 0 0 0-1.2.4l-.94.7a2 2 0 0 1-1.2.4h-2.66a2 2 0 0 1-1.2-.4l-.94-.7a2 2 0 0 0-1.2-.4H3a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>