Book Minimalistic 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 { IconBookMinimalistic } from "@devigner-ui/icons";
<IconBookMinimalistic className="size-6" />
<script setup>
import { IconBookMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBookMinimalistic class="size-6" />
</template>
<script>
import { IconBookMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconBookMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8c0-2.83 0-4.24.88-5.12S7.18 2 10 2h4c2.83 0 4.24 0 5.12.88S20 5.18 20 8v8c0 2.83 0 4.24-.88 5.12S16.82 22 14 22h-4c-2.83 0-4.24 0-5.12-.88S4 18.82 4 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m6.12 16.1-.2-.72zm-2.84 1.93a.75.75 0 0 0 1.44.39zM6.25 16a.75.75 0 0 0 1.5 0zm1.5-13.5a.75.75 0 0 0-1.5 0zm.15 14.25h12v-1.5h-12zm0-1.5c-.88 0-1.47 0-1.97.13l.39 1.45c.26-.07.6-.08 1.58-.08zm-1.97.13a3.8 3.8 0 0 0-2.65 2.65l1.44.39c.21-.78.82-1.38 1.6-1.6zm1.82.62V2.5h-1.5V16z" fill="currentColor"></path></svg>