Book Saved 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 { IconBookSaved } from "@devigner-ui/icons";
<IconBookSaved className="size-6" />
<script setup>
import { IconBookSaved } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBookSaved class="size-6" />
</template>
<script>
import { IconBookSaved } from "@devigner-ui/icons-svelte";
</script>
<IconBookSaved class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 4.67v12.07c0 .96-.78 1.86-1.74 1.98l-.33.04c-2.18.29-5.54 1.4-7.46 2.46-.26.15-.69.15-.96 0l-.04-.02a26 26 0 0 0-7.44-2.44l-.29-.04a2.05 2.05 0 0 1-1.74-1.98V4.66c0-1.19.97-2.09 2.16-1.99 2.1.17 5.28 1.23 7.06 2.34l.25.15c.29.18.77.18 1.06 0l.17-.11c.63-.39 1.43-.78 2.3-1.13a20 20 0 0 1 4.77-1.24h.06c1.19-.1 2.17.79 2.17 1.99" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 5.49v15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.67 2.78V8l-2-1.33-2 1.33V3.92c1.31-.52 2.77-.94 4-1.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>