cardiogram icon

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

Name
cardiogram-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the cardiogram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.268 19.313L13.5 20.5l1.233-1.178l.033-.032C19.125 15.1 22 12.336 22 8.946C22 6.176 19.943 4 17.325 4c-1.479 0-2.898.728-3.825 1.88C12.573 4.727 11.154 4 9.675 4C7.057 4 5 6.176 5 8.945c0 1.059.28 2.056.798 3.055h3.077l2.292-3.69l1.626 4.336l1.896-1.896H18v1.5h-2.69l-3.103 3.104l-1.374-3.663L9.71 13.5H6.744c1.274 1.736 3.182 3.567 5.513 5.803z"/><path fill-rule="evenodd" d="M7 13.5H2V12h4z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCardiogram24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.268 19.313L13.5 20.5l1.233-1.178l.033-.032C19.125 15.1 22 12.336 22 8.946C22 6.176 19.943 4 17.325 4c-1.479 0-2.898.728-3.825 1.88C12.573 4.727 11.154 4 9.675 4C7.057 4 5 6.176 5 8.945c0 1.059.28 2.056.798 3.055h3.077l2.292-3.69l1.626 4.336l1.896-1.896H18v1.5h-2.69l-3.103 3.104l-1.374-3.663L9.71 13.5H6.744c1.274 1.736 3.182 3.567 5.513 5.803z"/><path fillRule="evenodd" d="M7 13.5H2V12h4z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.268 19.313L13.5 20.5l1.233-1.178l.033-.032C19.125 15.1 22 12.336 22 8.946C22 6.176 19.943 4 17.325 4c-1.479 0-2.898.728-3.825 1.88C12.573 4.727 11.154 4 9.675 4C7.057 4 5 6.176 5 8.945c0 1.059.28 2.056.798 3.055h3.077l2.292-3.69l1.626 4.336l1.896-1.896H18v1.5h-2.69l-3.103 3.104l-1.374-3.663L9.71 13.5H6.744c1.274 1.736 3.182 3.567 5.513 5.803z"/><path fill-rule="evenodd" d="M7 13.5H2V12h4z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cardiogram-24px {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12.268%2019.313L13.5%2020.5l1.233-1.178l.033-.032C19.125%2015.1%2022%2012.336%2022%208.946C22%206.176%2019.943%204%2017.325%204c-1.479%200-2.898.728-3.825%201.88C12.573%204.727%2011.154%204%209.675%204C7.057%204%205%206.176%205%208.945c0%201.059.28%202.056.798%203.055h3.077l2.292-3.69l1.626%204.336l1.896-1.896H18v1.5h-2.69l-3.103%203.104l-1.374-3.663L9.71%2013.5H6.744c1.274%201.736%203.182%203.567%205.513%205.803z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2013.5H2V12h4z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.268%2019.313L13.5%2020.5l1.233-1.178l.033-.032C19.125%2015.1%2022%2012.336%2022%208.946C22%206.176%2019.943%204%2017.325%204c-1.479%200-2.898.728-3.825%201.88C12.573%204.727%2011.154%204%209.675%204C7.057%204%205%206.176%205%208.945c0%201.059.28%202.056.798%203.055h3.077l2.292-3.69l1.626%204.336l1.896-1.896H18v1.5h-2.69l-3.103%203.104l-1.374-3.663L9.71%2013.5H6.744c1.274%201.736%203.182%203.567%205.513%205.803z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2013.5H2V12h4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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