ecg heart icon
ecg-heart-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- ecg-heart-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the ecg heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.125 3q2.5 0 4.188 1.85T22 9.25q0 .45-.05.888t-.175.862h-6.25L13.85 8.45h-1.8l-1.35 4.3L9.525 11h-7.3q-.125-.425-.175-.862T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3m-4.15 18.95L3.7 13.625q-.15-.15-.275-.3T3.175 13H8.45l1.725 2.575h1.775l1.35-4.325L14.45 13h6.35l-.25.3l-.25.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEcgHeartSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.125 3q2.5 0 4.188 1.85T22 9.25q0 .45-.05.888t-.175.862h-6.25L13.85 8.45h-1.8l-1.35 4.3L9.525 11h-7.3q-.125-.425-.175-.862T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3m-4.15 18.95L3.7 13.625q-.15-.15-.275-.3T3.175 13H8.45l1.725 2.575h1.775l1.35-4.325L14.45 13h6.35l-.25.3l-.25.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.125 3q2.5 0 4.188 1.85T22 9.25q0 .45-.05.888t-.175.862h-6.25L13.85 8.45h-1.8l-1.35 4.3L9.525 11h-7.3q-.125-.425-.175-.862T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3m-4.15 18.95L3.7 13.625q-.15-.15-.275-.3T3.175 13H8.45l1.725 2.575h1.775l1.35-4.325L14.45 13h6.35l-.25.3l-.25.3z"/></svg> </template>
CSS
.icon-ecg-heart-sharp {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.125%203q2.5%200%204.188%201.85T22%209.25q0%20.45-.05.888t-.175.862h-6.25L13.85%208.45h-1.8l-1.35%204.3L9.525%2011h-7.3q-.125-.425-.175-.862T2%209.275Q2%206.7%203.675%204.85T7.85%203q1.2%200%202.263.475T12%204.8q.8-.85%201.863-1.325T16.125%203m-4.15%2018.95L3.7%2013.625q-.15-.15-.275-.3T3.175%2013H8.45l1.725%202.575h1.775l1.35-4.325L14.45%2013h6.35l-.25.3l-.25.3z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.125%203q2.5%200%204.188%201.85T22%209.25q0%20.45-.05.888t-.175.862h-6.25L13.85%208.45h-1.8l-1.35%204.3L9.525%2011h-7.3q-.125-.425-.175-.862T2%209.275Q2%206.7%203.675%204.85T7.85%203q1.2%200%202.263.475T12%204.8q.8-.85%201.863-1.325T16.125%203m-4.15%2018.95L3.7%2013.625q-.15-.15-.275-.3T3.175%2013H8.45l1.725%202.575h1.775l1.35-4.325L14.45%2013h6.35l-.25.3l-.25.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ecg-heart-sharp.svg?color=%231a73e8&size=48