Heart Pulse 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 { IconHeartPulse } from "@devigner-ui/icons";
<IconHeartPulse className="size-6" />
<script setup>
import { IconHeartPulse } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHeartPulse class="size-6" />
</template>
<script>
import { IconHeartPulse } from "@devigner-ui/icons-svelte";
</script>
<IconHeartPulse class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 12h-.8c-.83 0-1.25 0-1.59.2-.34.19-.56.55-.98 1.26l-.03.05c-.4.66-.6 1-.89.99-.29 0-.48-.35-.85-1.02l-1.69-3.07c-.34-.63-.52-.95-.8-.96-.27-.02-.48.28-.9.87l-.27.4c-.44.63-.66.94-.99 1.11s-.7.17-1.47.17H6" 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>