Bookmark Circle 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 { IconBookmarkCircle } from "@devigner-ui/icons";
<IconBookmarkCircle className="size-6" />
<script setup>
import { IconBookmarkCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBookmarkCircle class="size-6" />
</template>
<script>
import { IconBookmarkCircle } from "@devigner-ui/icons-svelte";
</script>
<IconBookmarkCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 14.05v-2.5c0-2.14 0-3.22-.59-3.88C14.83 7 13.9 7 12 7s-2.83 0-3.41.67C8 8.33 8 9.4 8 11.55v2.5c0 1.54 0 2.32.33 2.66q.23.24.56.29c.44.05.95-.46 1.97-1.48.46-.45.68-.67.94-.73a1 1 0 0 1 .4 0c.26.06.48.28.94.73 1.02 1.02 1.53 1.53 1.97 1.48q.32-.04.56-.3c.33-.33.33-1.1.33-2.65" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0" stroke="currentColor" stroke-width="1.5"></path></svg>