Heart Pulse2 icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHeartPulse2 } from "@devigner-ui/icons";
<IconHeartPulse2 className="size-6" />
<script setup>
import { IconHeartPulse2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHeartPulse2 class="size-6" />
</template>
<script>
import { IconHeartPulse2 } from "@devigner-ui/icons-svelte";
</script>
<IconHeartPulse2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 12h-2.36c-.66 0-1 0-1.28.13-.3.13-.51.37-.95.86l-1.03 1.15c-.36.4-.55.6-.77.6-.23-.01-.4-.22-.75-.63l-3.53-4.28c-.32-.39-.48-.58-.7-.6-.21-.01-.4.16-.76.51l-1.5 1.43c-.43.41-.64.62-.91.72-.27.11-.57.11-1.16.11H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m8.96 19.37.48-.58zM12 5.5l-.55.51a.75.75 0 0 0 1.1 0zm3.04 13.87.47.58zm-5.6-.58a29 29 0 0 1-4.47-4.43c-1.34-1.72-2.22-3.48-2.22-5.1h-1.5c0 2.13 1.13 4.22 2.54 6.02a31 31 0 0 0 4.7 4.67zM2.75 9.26c0-2.73 1.26-4.56 2.85-5.22 1.57-.65 3.75-.28 5.85 1.97l1.1-1.02c-2.4-2.58-5.22-3.3-7.53-2.33-2.28.95-3.77 3.42-3.77 6.6zm12.76 10.7a31 31 0 0 0 4.7-4.68c1.41-1.8 2.54-3.9 2.54-6.02h-1.5c0 1.62-.88 3.38-2.22 5.1a29 29 0 0 1-4.47 4.43zm7.24-10.7c0-3.18-1.5-5.65-3.77-6.6-2.3-.96-5.13-.25-7.53 2.33L12.55 6c2.1-2.25 4.28-2.62 5.85-1.97 1.6.66 2.85 2.5 2.85 5.22zM8.49 19.96c1.27 1.03 2.15 1.79 3.51 1.79v-1.5c-.72 0-1.17-.32-2.56-1.46zm6.07-1.17c-1.39 1.14-1.84 1.46-2.56 1.46v1.5c1.36 0 2.24-.76 3.51-1.8z" fill="currentColor"></path></svg>