Note Favorite icon in outline, twotone, bold and bulk. Free in all four styles, for documents, attachments, clipboard, archive, editing. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconNoteFavorite } from "@devigner-ui/icons";
<IconNoteFavorite className="size-6" />
<script setup>
import { IconNoteFavorite } from "@devigner-ui/icons-vue";
</script>
<template>
<IconNoteFavorite class="size-6" />
</template>
<script>
import { IconNoteFavorite } from "@devigner-ui/icons-svelte";
</script>
<IconNoteFavorite class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.67 2v3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.67 2v3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.67 8.5v5.13a5.2 5.2 0 0 0-6.53.03 5.2 5.2 0 0 0-1.21 6.79q.56.92 1.42 1.55H8.67c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.67 11h6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.67 16h2.62" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.67 17.75a5.2 5.2 0 0 1-1.8 3.94 5.15 5.15 0 0 1-6.52.31 5.27 5.27 0 0 1-.21-8.34 5.2 5.2 0 0 1 6.53-.03c1.22.96 2 2.45 2 4.12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.42 20.25a2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1 2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>