Bookmark2 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 { IconBookmark2 } from "@devigner-ui/icons";
<IconBookmark2 className="size-6" />
<script setup>
import { IconBookmark2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBookmark2 class="size-6" />
</template>
<script>
import { IconBookmark2 } from "@devigner-ui/icons-svelte";
</script>
<IconBookmark2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.67 2q3 0 3 3.03v7.05c0 1.99-1.41 2.76-3.14 1.72l-1.32-.8c-.3-.18-.78-.18-1.08 0l-1.32.8c-1.73 1.04-3.14.27-3.14-1.72V5.03q0-3.03 3-3.03z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.49 4.99c-3.41.57-4.82 2.67-4.82 6.91v3.03c0 5.05 2 7.07 7 7.07h6c5 0 7-2.02 7-7.07V11.9c0-4.31-1.46-6.42-5-6.94" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>