heart pulse 2 icon

heart-pulse-2-broken from Solar by 480 Design · Broken · Medicine · CC-BY-4.0 Attribution required.

Name
heart-pulse-2-broken
Set
Solar
Style
Broken
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More medicine icons from Solar

Use the heart pulse 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M21 11.9998H18.6361C17.9781 11.9998 17.6491 11.9998 17.3578 12.1296C17.0665 12.2593 16.8463 12.504 16.4059 12.9932L15.3767 14.1369C15.0154 14.5382 14.8348 14.7389 14.6057 14.734C14.3766 14.7291 14.2049 14.521 13.8616 14.1048L10.3334 9.82819C10.0133 9.44017 9.85321 9.24615 9.63599 9.23311C9.41877 9.22006 9.23663 9.39352 8.87237 9.74044L7.36897 11.1723C6.93986 11.5809 6.7253 11.7853 6.45709 11.8926C6.18887 11.9998 5.89258 11.9998 5.3 11.9998H3"/><path stroke-linejoin="round" d="M3.29334 13C2.50729 11.7374 2 10.4241 2 9.13707C2 3.08498 7.50016 0.825433 12 5.5006C16.4998 0.825433 22 3.08498 22 9.13703C22 12.7599 17.9806 16.5914 15.0383 18.9109C13.7063 19.9609 13.0403 20.4859 12 20.4859C10.9597 20.4859 10.2937 19.9609 8.96173 18.9108C8.02863 18.1753 6.9872 17.2876 6 16.3028"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHeartPulse2Broken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M21 11.9998H18.6361C17.9781 11.9998 17.6491 11.9998 17.3578 12.1296C17.0665 12.2593 16.8463 12.504 16.4059 12.9932L15.3767 14.1369C15.0154 14.5382 14.8348 14.7389 14.6057 14.734C14.3766 14.7291 14.2049 14.521 13.8616 14.1048L10.3334 9.82819C10.0133 9.44017 9.85321 9.24615 9.63599 9.23311C9.41877 9.22006 9.23663 9.39352 8.87237 9.74044L7.36897 11.1723C6.93986 11.5809 6.7253 11.7853 6.45709 11.8926C6.18887 11.9998 5.89258 11.9998 5.3 11.9998H3"/><path strokeLinejoin="round" d="M3.29334 13C2.50729 11.7374 2 10.4241 2 9.13707C2 3.08498 7.50016 0.825433 12 5.5006C16.4998 0.825433 22 3.08498 22 9.13703C22 12.7599 17.9806 16.5914 15.0383 18.9109C13.7063 19.9609 13.0403 20.4859 12 20.4859C10.9597 20.4859 10.2937 19.9609 8.96173 18.9108C8.02863 18.1753 6.9872 17.2876 6 16.3028"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M21 11.9998H18.6361C17.9781 11.9998 17.6491 11.9998 17.3578 12.1296C17.0665 12.2593 16.8463 12.504 16.4059 12.9932L15.3767 14.1369C15.0154 14.5382 14.8348 14.7389 14.6057 14.734C14.3766 14.7291 14.2049 14.521 13.8616 14.1048L10.3334 9.82819C10.0133 9.44017 9.85321 9.24615 9.63599 9.23311C9.41877 9.22006 9.23663 9.39352 8.87237 9.74044L7.36897 11.1723C6.93986 11.5809 6.7253 11.7853 6.45709 11.8926C6.18887 11.9998 5.89258 11.9998 5.3 11.9998H3"/><path stroke-linejoin="round" d="M3.29334 13C2.50729 11.7374 2 10.4241 2 9.13707C2 3.08498 7.50016 0.825433 12 5.5006C16.4998 0.825433 22 3.08498 22 9.13703C22 12.7599 17.9806 16.5914 15.0383 18.9109C13.7063 19.9609 13.0403 20.4859 12 20.4859C10.9597 20.4859 10.2937 19.9609 8.96173 18.9108C8.02863 18.1753 6.9872 17.2876 6 16.3028"/></g></svg>
</template>

CSS

.icon-heart-pulse-2-broken {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2011.9998H18.6361C17.9781%2011.9998%2017.6491%2011.9998%2017.3578%2012.1296C17.0665%2012.2593%2016.8463%2012.504%2016.4059%2012.9932L15.3767%2014.1369C15.0154%2014.5382%2014.8348%2014.7389%2014.6057%2014.734C14.3766%2014.7291%2014.2049%2014.521%2013.8616%2014.1048L10.3334%209.82819C10.0133%209.44017%209.85321%209.24615%209.63599%209.23311C9.41877%209.22006%209.23663%209.39352%208.87237%209.74044L7.36897%2011.1723C6.93986%2011.5809%206.7253%2011.7853%206.45709%2011.8926C6.18887%2011.9998%205.89258%2011.9998%205.3%2011.9998H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.29334%2013C2.50729%2011.7374%202%2010.4241%202%209.13707C2%203.08498%207.50016%200.825433%2012%205.5006C16.4998%200.825433%2022%203.08498%2022%209.13703C22%2012.7599%2017.9806%2016.5914%2015.0383%2018.9109C13.7063%2019.9609%2013.0403%2020.4859%2012%2020.4859C10.9597%2020.4859%2010.2937%2019.9609%208.96173%2018.9108C8.02863%2018.1753%206.9872%2017.2876%206%2016.3028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2011.9998H18.6361C17.9781%2011.9998%2017.6491%2011.9998%2017.3578%2012.1296C17.0665%2012.2593%2016.8463%2012.504%2016.4059%2012.9932L15.3767%2014.1369C15.0154%2014.5382%2014.8348%2014.7389%2014.6057%2014.734C14.3766%2014.7291%2014.2049%2014.521%2013.8616%2014.1048L10.3334%209.82819C10.0133%209.44017%209.85321%209.24615%209.63599%209.23311C9.41877%209.22006%209.23663%209.39352%208.87237%209.74044L7.36897%2011.1723C6.93986%2011.5809%206.7253%2011.7853%206.45709%2011.8926C6.18887%2011.9998%205.89258%2011.9998%205.3%2011.9998H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.29334%2013C2.50729%2011.7374%202%2010.4241%202%209.13707C2%203.08498%207.50016%200.825433%2012%205.5006C16.4998%200.825433%2022%203.08498%2022%209.13703C22%2012.7599%2017.9806%2016.5914%2015.0383%2018.9109C13.7063%2019.9609%2013.0403%2020.4859%2012%2020.4859C10.9597%2020.4859%2010.2937%2019.9609%208.96173%2018.9108C8.02863%2018.1753%206.9872%2017.2876%206%2016.3028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/heart-pulse-2-broken.svg?color=%231a73e8&size=48