heart cardiogram icon

heart-cardiogram from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
heart-cardiogram
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the heart cardiogram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 19.035C9 13.309 12.812 8 18.031 8c3.622 0 6.31 2.382 7.969 5.761C27.659 10.382 30.347 8 33.969 8C39.189 8 43 13.31 43 19.035C43 31.289 26 40 26 40s-11.451-5.513-15.557-14.556h10.142l1.612-2.865l1.883 6.59l4.41-5.669H34v-2h-6.49l-2.59 3.33l-2.117-7.409l-3.388 6.023H9.68q.32 1.028.763 2H6v-2h3.68a14.8 14.8 0 0 1-.68-4.41"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHeartCardiogram(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 19.035C9 13.309 12.812 8 18.031 8c3.622 0 6.31 2.382 7.969 5.761C27.659 10.382 30.347 8 33.969 8C39.189 8 43 13.31 43 19.035C43 31.289 26 40 26 40s-11.451-5.513-15.557-14.556h10.142l1.612-2.865l1.883 6.59l4.41-5.669H34v-2h-6.49l-2.59 3.33l-2.117-7.409l-3.388 6.023H9.68q.32 1.028.763 2H6v-2h3.68a14.8 14.8 0 0 1-.68-4.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 19.035C9 13.309 12.812 8 18.031 8c3.622 0 6.31 2.382 7.969 5.761C27.659 10.382 30.347 8 33.969 8C39.189 8 43 13.31 43 19.035C43 31.289 26 40 26 40s-11.451-5.513-15.557-14.556h10.142l1.612-2.865l1.883 6.59l4.41-5.669H34v-2h-6.49l-2.59 3.33l-2.117-7.409l-3.388 6.023H9.68q.32 1.028.763 2H6v-2h3.68a14.8 14.8 0 0 1-.68-4.41"/></svg>
</template>

CSS

.icon-heart-cardiogram {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2019.035C9%2013.309%2012.812%208%2018.031%208c3.622%200%206.31%202.382%207.969%205.761C27.659%2010.382%2030.347%208%2033.969%208C39.189%208%2043%2013.31%2043%2019.035C43%2031.289%2026%2040%2026%2040s-11.451-5.513-15.557-14.556h10.142l1.612-2.865l1.883%206.59l4.41-5.669H34v-2h-6.49l-2.59%203.33l-2.117-7.409l-3.388%206.023H9.68q.32%201.028.763%202H6v-2h3.68a14.8%2014.8%200%200%201-.68-4.41%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2019.035C9%2013.309%2012.812%208%2018.031%208c3.622%200%206.31%202.382%207.969%205.761C27.659%2010.382%2030.347%208%2033.969%208C39.189%208%2043%2013.31%2043%2019.035C43%2031.289%2026%2040%2026%2040s-11.451-5.513-15.557-14.556h10.142l1.612-2.865l1.883%206.59l4.41-5.669H34v-2h-6.49l-2.59%203.33l-2.117-7.409l-3.388%206.023H9.68q.32%201.028.763%202H6v-2h3.68a14.8%2014.8%200%200%201-.68-4.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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