Heart icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHeart } from "@devigner-ui/icons";
<IconHeart className="size-6" />
<script setup>
import { IconHeart } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHeart class="size-6" />
</template>
<script>
import { IconHeart } from "@devigner-ui/icons-svelte";
</script>
<IconHeart class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.5C7.5.83 2 4.27 2 9.14s4.02 7.45 6.96 9.77C10 19.73 11 20.5 12 20.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 5.5C16.5.83 22 4.27 22 9.14s-4.02 7.45-6.96 9.77C14 19.73 13 20.5 12 20.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>