Bookmark 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 { IconBookmark } from "@devigner-ui/icons";
<IconBookmark className="size-6" />
<script setup>
import { IconBookmark } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBookmark class="size-6" />
</template>
<script>
import { IconBookmark } from "@devigner-ui/icons-svelte";
</script>
<IconBookmark class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 16.1v-5c0-4.29 0-6.43-1.32-7.77S16.24 2 12 2 5.64 2 4.32 3.33C3 4.67 3 6.81 3 11.1v5c0 3.09 0 4.64.73 5.31.35.33.8.53 1.27.58.98.12 2.14-.9 4.44-2.94 1.02-.9 1.53-1.36 2.12-1.47q.45-.09.88 0c.59.11 1.1.57 2.12 1.47 2.3 2.04 3.46 3.06 4.44 2.94a2.2 2.2 0 0 0 1.27-.58c.73-.67.73-2.22.73-5.32" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M15 6H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>