Book3 icon in outline, twotone, bold and bulk. Free in all four styles, for courses, library, certificates, office work. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBook3 } from "@devigner-ui/icons";
<IconBook3 className="size-6" />
<script setup>
import { IconBook3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBook3 class="size-6" />
</template>
<script>
import { IconBook3 } from "@devigner-ui/icons-svelte";
</script>
<IconBook3 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="M4.17 18V7c0-4 1-5 5-5h7c4 0 5 1 5 5v10l-.01.42" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.02 15h14.15v3.5a3.5 3.5 0 0 1-3.5 3.5h-10a3.5 3.5 0 0 1-3.5-3.5v-.65A2.86 2.86 0 0 1 7.02 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 7h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 10.5h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>