User Heart icon in outline, twotone, bold and bulk. Free in all four styles, for profile, account, teams, members, contacts. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconUserHeart } from "@devigner-ui/icons";
<IconUserHeart className="size-6" />
<script setup>
import { IconUserHeart } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserHeart class="size-6" />
</template>
<script>
import { IconUserHeart } from "@devigner-ui/icons-svelte";
</script>
<IconUserHeart class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M18 17.5c0 2.49 0 4.5-8 4.5s-8-2.01-8-4.5c0-2.48 3.58-4.5 8-4.5s8 2.02 8 4.5" stroke="currentColor" stroke-width="1.5"></path><path d="m19 8.7-.52.53c.3.28.75.28 1.04 0zm.96 3.67-.45-.6zm-1.47-.6c-.42-.32-.88-.7-1.23-1.1-.37-.43-.51-.76-.51-.97h-1.5c0 .77.44 1.45.87 1.95.46.52 1.02.98 1.48 1.32zM16.75 9.7c0-.58.26-.83.5-.91s.7-.06 1.23.44l1.04-1.08c-.83-.79-1.86-1.1-2.77-.78-.94.33-1.5 1.23-1.5 2.33zm3.65 3.27c.46-.34 1.02-.8 1.48-1.32.43-.5.87-1.18.87-1.95h-1.5q.02.32-.5.97c-.36.4-.82.78-1.24 1.1zm2.35-3.27c0-1.1-.56-2-1.5-2.33-.9-.32-1.94 0-2.77.78l1.04 1.08c.52-.5.99-.53 1.24-.44.23.08.49.33.49.9zm-5.15 3.27c.37.27.78.6 1.4.6v-1.5l-.1-.02-.41-.29zm1.91-1.2-.42.28q-.07.04-.09.03v1.5c.62 0 1.03-.34 1.4-.6z" fill="currentColor"></path></svg>