heart cardiogram icon
heart-cardiogram-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- heart-cardiogram-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Symbols
- Viewbox
- 24×24
- 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 24 24"><g fill="currentColor"><path d="M7.008 6.28C6.389 7.116 6 8.284 6 9.517c0 .451.077.952.18 1.417H4.14A8 8 0 0 1 4 9.517c0-1.629.508-3.22 1.4-4.427C6.295 3.88 7.63 3 9.25 3c.622 0 1.2.22 1.678.48c.485.263.934.606 1.315.94c.28.245.537.497.757.727c.22-.23.476-.482.757-.728c.381-.333.83-.676 1.315-.94C15.55 3.22 16.128 3 16.75 3c1.62 0 2.955.88 3.85 2.09c.892 1.207 1.4 2.798 1.4 4.427c0 1.72-.462 3.058-.78 3.646c-1.066 2.46-3.03 4.389-4.664 5.679a23 23 0 0 1-2.16 1.509a19 19 0 0 1-.918.527l-.015.008l-.005.003h-.002l-.456.234l-.456-.233l-.002-.001l-.005-.003l-.015-.008a7 7 0 0 1-.244-.132a19 19 0 0 1-.674-.395a23 23 0 0 1-2.16-1.51c-1.226-.968-2.64-2.296-3.719-3.94h2.49a16.7 16.7 0 0 0 2.469 2.37A21 21 0 0 0 13 18.857q.153-.09.349-.21c.51-.312 1.21-.776 1.967-1.374c1.533-1.21 3.214-2.905 4.085-4.943l.023-.053l.029-.05c.134-.236.547-1.258.547-2.709c0-1.233-.39-2.4-1.008-3.237C18.376 5.447 17.587 5 16.75 5c-.161 0-.402.062-.722.236c-.312.17-.639.413-.954.688a11 11 0 0 0-1.252 1.315a1.05 1.05 0 0 1-1.644 0a11 11 0 0 0-1.252-1.315a5.5 5.5 0 0 0-.954-.688C9.652 5.062 9.412 5 9.25 5c-.837 0-1.626.447-2.242 1.28"/><path d="M4.37 11.934h3.564L10.18 8.25l1.543 3.795l.742-1.095H16v1.968h-2.465l-2.258 3.332l-1.457-3.585l-.754 1.237H2v-1.968z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeartCardiogramOutline24px(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="M7.008 6.28C6.389 7.116 6 8.284 6 9.517c0 .451.077.952.18 1.417H4.14A8 8 0 0 1 4 9.517c0-1.629.508-3.22 1.4-4.427C6.295 3.88 7.63 3 9.25 3c.622 0 1.2.22 1.678.48c.485.263.934.606 1.315.94c.28.245.537.497.757.727c.22-.23.476-.482.757-.728c.381-.333.83-.676 1.315-.94C15.55 3.22 16.128 3 16.75 3c1.62 0 2.955.88 3.85 2.09c.892 1.207 1.4 2.798 1.4 4.427c0 1.72-.462 3.058-.78 3.646c-1.066 2.46-3.03 4.389-4.664 5.679a23 23 0 0 1-2.16 1.509a19 19 0 0 1-.918.527l-.015.008l-.005.003h-.002l-.456.234l-.456-.233l-.002-.001l-.005-.003l-.015-.008a7 7 0 0 1-.244-.132a19 19 0 0 1-.674-.395a23 23 0 0 1-2.16-1.51c-1.226-.968-2.64-2.296-3.719-3.94h2.49a16.7 16.7 0 0 0 2.469 2.37A21 21 0 0 0 13 18.857q.153-.09.349-.21c.51-.312 1.21-.776 1.967-1.374c1.533-1.21 3.214-2.905 4.085-4.943l.023-.053l.029-.05c.134-.236.547-1.258.547-2.709c0-1.233-.39-2.4-1.008-3.237C18.376 5.447 17.587 5 16.75 5c-.161 0-.402.062-.722.236c-.312.17-.639.413-.954.688a11 11 0 0 0-1.252 1.315a1.05 1.05 0 0 1-1.644 0a11 11 0 0 0-1.252-1.315a5.5 5.5 0 0 0-.954-.688C9.652 5.062 9.412 5 9.25 5c-.837 0-1.626.447-2.242 1.28"/><path d="M4.37 11.934h3.564L10.18 8.25l1.543 3.795l.742-1.095H16v1.968h-2.465l-2.258 3.332l-1.457-3.585l-.754 1.237H2v-1.968z"/></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="M7.008 6.28C6.389 7.116 6 8.284 6 9.517c0 .451.077.952.18 1.417H4.14A8 8 0 0 1 4 9.517c0-1.629.508-3.22 1.4-4.427C6.295 3.88 7.63 3 9.25 3c.622 0 1.2.22 1.678.48c.485.263.934.606 1.315.94c.28.245.537.497.757.727c.22-.23.476-.482.757-.728c.381-.333.83-.676 1.315-.94C15.55 3.22 16.128 3 16.75 3c1.62 0 2.955.88 3.85 2.09c.892 1.207 1.4 2.798 1.4 4.427c0 1.72-.462 3.058-.78 3.646c-1.066 2.46-3.03 4.389-4.664 5.679a23 23 0 0 1-2.16 1.509a19 19 0 0 1-.918.527l-.015.008l-.005.003h-.002l-.456.234l-.456-.233l-.002-.001l-.005-.003l-.015-.008a7 7 0 0 1-.244-.132a19 19 0 0 1-.674-.395a23 23 0 0 1-2.16-1.51c-1.226-.968-2.64-2.296-3.719-3.94h2.49a16.7 16.7 0 0 0 2.469 2.37A21 21 0 0 0 13 18.857q.153-.09.349-.21c.51-.312 1.21-.776 1.967-1.374c1.533-1.21 3.214-2.905 4.085-4.943l.023-.053l.029-.05c.134-.236.547-1.258.547-2.709c0-1.233-.39-2.4-1.008-3.237C18.376 5.447 17.587 5 16.75 5c-.161 0-.402.062-.722.236c-.312.17-.639.413-.954.688a11 11 0 0 0-1.252 1.315a1.05 1.05 0 0 1-1.644 0a11 11 0 0 0-1.252-1.315a5.5 5.5 0 0 0-.954-.688C9.652 5.062 9.412 5 9.25 5c-.837 0-1.626.447-2.242 1.28"/><path d="M4.37 11.934h3.564L10.18 8.25l1.543 3.795l.742-1.095H16v1.968h-2.465l-2.258 3.332l-1.457-3.585l-.754 1.237H2v-1.968z"/></g></svg> </template>
CSS
.icon-heart-cardiogram-outline-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%22M7.008%206.28C6.389%207.116%206%208.284%206%209.517c0%20.451.077.952.18%201.417H4.14A8%208%200%200%201%204%209.517c0-1.629.508-3.22%201.4-4.427C6.295%203.88%207.63%203%209.25%203c.622%200%201.2.22%201.678.48c.485.263.934.606%201.315.94c.28.245.537.497.757.727c.22-.23.476-.482.757-.728c.381-.333.83-.676%201.315-.94C15.55%203.22%2016.128%203%2016.75%203c1.62%200%202.955.88%203.85%202.09c.892%201.207%201.4%202.798%201.4%204.427c0%201.72-.462%203.058-.78%203.646c-1.066%202.46-3.03%204.389-4.664%205.679a23%2023%200%200%201-2.16%201.509a19%2019%200%200%201-.918.527l-.015.008l-.005.003h-.002l-.456.234l-.456-.233l-.002-.001l-.005-.003l-.015-.008a7%207%200%200%201-.244-.132a19%2019%200%200%201-.674-.395a23%2023%200%200%201-2.16-1.51c-1.226-.968-2.64-2.296-3.719-3.94h2.49a16.7%2016.7%200%200%200%202.469%202.37A21%2021%200%200%200%2013%2018.857q.153-.09.349-.21c.51-.312%201.21-.776%201.967-1.374c1.533-1.21%203.214-2.905%204.085-4.943l.023-.053l.029-.05c.134-.236.547-1.258.547-2.709c0-1.233-.39-2.4-1.008-3.237C18.376%205.447%2017.587%205%2016.75%205c-.161%200-.402.062-.722.236c-.312.17-.639.413-.954.688a11%2011%200%200%200-1.252%201.315a1.05%201.05%200%200%201-1.644%200a11%2011%200%200%200-1.252-1.315a5.5%205.5%200%200%200-.954-.688C9.652%205.062%209.412%205%209.25%205c-.837%200-1.626.447-2.242%201.28%22%2F%3E%3Cpath%20d%3D%22M4.37%2011.934h3.564L10.18%208.25l1.543%203.795l.742-1.095H16v1.968h-2.465l-2.258%203.332l-1.457-3.585l-.754%201.237H2v-1.968z%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%22M7.008%206.28C6.389%207.116%206%208.284%206%209.517c0%20.451.077.952.18%201.417H4.14A8%208%200%200%201%204%209.517c0-1.629.508-3.22%201.4-4.427C6.295%203.88%207.63%203%209.25%203c.622%200%201.2.22%201.678.48c.485.263.934.606%201.315.94c.28.245.537.497.757.727c.22-.23.476-.482.757-.728c.381-.333.83-.676%201.315-.94C15.55%203.22%2016.128%203%2016.75%203c1.62%200%202.955.88%203.85%202.09c.892%201.207%201.4%202.798%201.4%204.427c0%201.72-.462%203.058-.78%203.646c-1.066%202.46-3.03%204.389-4.664%205.679a23%2023%200%200%201-2.16%201.509a19%2019%200%200%201-.918.527l-.015.008l-.005.003h-.002l-.456.234l-.456-.233l-.002-.001l-.005-.003l-.015-.008a7%207%200%200%201-.244-.132a19%2019%200%200%201-.674-.395a23%2023%200%200%201-2.16-1.51c-1.226-.968-2.64-2.296-3.719-3.94h2.49a16.7%2016.7%200%200%200%202.469%202.37A21%2021%200%200%200%2013%2018.857q.153-.09.349-.21c.51-.312%201.21-.776%201.967-1.374c1.533-1.21%203.214-2.905%204.085-4.943l.023-.053l.029-.05c.134-.236.547-1.258.547-2.709c0-1.233-.39-2.4-1.008-3.237C18.376%205.447%2017.587%205%2016.75%205c-.161%200-.402.062-.722.236c-.312.17-.639.413-.954.688a11%2011%200%200%200-1.252%201.315a1.05%201.05%200%200%201-1.644%200a11%2011%200%200%200-1.252-1.315a5.5%205.5%200%200%200-.954-.688C9.652%205.062%209.412%205%209.25%205c-.837%200-1.626.447-2.242%201.28%22%2F%3E%3Cpath%20d%3D%22M4.37%2011.934h3.564L10.18%208.25l1.543%203.795l.742-1.095H16v1.968h-2.465l-2.258%203.332l-1.457-3.585l-.754%201.237H2v-1.968z%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/heart-cardiogram-outline-24px.svg?color=%231a73e8&size=48