Heart Remove 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 { IconHeartRemove } from "@devigner-ui/icons";
<IconHeartRemove className="size-6" />
<script setup>
import { IconHeartRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHeartRemove class="size-6" />
</template>
<script>
import { IconHeartRemove } from "@devigner-ui/icons-svelte";
</script>
<IconHeartRemove class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 17.2a4.8 4.8 0 1 1-1.31-3.29v.01a4.8 4.8 0 0 1 1.31 3.28" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.15 18.54 16.62 16" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m19.12 16.03-2.53 2.54" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 8.69c0 1.97-.51 3.71-1.31 5.22a4.8 4.8 0 0 0-7.06 6.49q-.56.26-1.01.41c-.34.12-.9.12-1.24 0-2.9-.99-9.38-5.12-9.38-12.12a5.55 5.55 0 0 1 10-3.36 5.55 5.55 0 0 1 10 3.36" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>