ecg heart icon
ecg-heart-outline-sharp from Material Symbols by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- ecg-heart-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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="M3.7 13.625q-.875-.875-1.287-2T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2l-8.325 8.35zM7.85 5Q6.2 5 5.1 6.263T4 9.25q0 .45.075.888t.25.862h5.2l1.175 1.75l1.35-4.3h1.775l1.7 2.55h4.15q.175-.425.263-.862t.087-.888q-.05-1.725-1.15-2.963t-2.75-1.237q-.775 0-1.487.3t-1.238.875L12.35 7.35h-.725l-1.05-1.125q-.525-.575-1.225-.9T7.85 5M12 19.1l6.075-6.1H14.45l-1.15-1.75l-1.35 4.325h-1.8L8.45 13H5.9zm0-7.05"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEcgHeartOutlineSharp(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="M3.7 13.625q-.875-.875-1.287-2T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2l-8.325 8.35zM7.85 5Q6.2 5 5.1 6.263T4 9.25q0 .45.075.888t.25.862h5.2l1.175 1.75l1.35-4.3h1.775l1.7 2.55h4.15q.175-.425.263-.862t.087-.888q-.05-1.725-1.15-2.963t-2.75-1.237q-.775 0-1.487.3t-1.238.875L12.35 7.35h-.725l-1.05-1.125q-.525-.575-1.225-.9T7.85 5M12 19.1l6.075-6.1H14.45l-1.15-1.75l-1.35 4.325h-1.8L8.45 13H5.9zm0-7.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.7 13.625q-.875-.875-1.287-2T2 9.275Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2l-8.325 8.35zM7.85 5Q6.2 5 5.1 6.263T4 9.25q0 .45.075.888t.25.862h5.2l1.175 1.75l1.35-4.3h1.775l1.7 2.55h4.15q.175-.425.263-.862t.087-.888q-.05-1.725-1.15-2.963t-2.75-1.237q-.775 0-1.487.3t-1.238.875L12.35 7.35h-.725l-1.05-1.125q-.525-.575-1.225-.9T7.85 5M12 19.1l6.075-6.1H14.45l-1.15-1.75l-1.35 4.325h-1.8L8.45 13H5.9zm0-7.05"/></svg> </template>
CSS
.icon-ecg-heart-outline-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%22M3.7%2013.625q-.875-.875-1.287-2T2%209.275Q2%206.7%203.675%204.85T7.85%203q1.2%200%202.263.475T12%204.8q.8-.85%201.863-1.325T16.125%203q2.5%200%204.188%201.85T22%209.25q0%201.225-.425%202.35t-1.275%202l-8.325%208.35zM7.85%205Q6.2%205%205.1%206.263T4%209.25q0%20.45.075.888t.25.862h5.2l1.175%201.75l1.35-4.3h1.775l1.7%202.55h4.15q.175-.425.263-.862t.087-.888q-.05-1.725-1.15-2.963t-2.75-1.237q-.775%200-1.487.3t-1.238.875L12.35%207.35h-.725l-1.05-1.125q-.525-.575-1.225-.9T7.85%205M12%2019.1l6.075-6.1H14.45l-1.15-1.75l-1.35%204.325h-1.8L8.45%2013H5.9zm0-7.05%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%22M3.7%2013.625q-.875-.875-1.287-2T2%209.275Q2%206.7%203.675%204.85T7.85%203q1.2%200%202.263.475T12%204.8q.8-.85%201.863-1.325T16.125%203q2.5%200%204.188%201.85T22%209.25q0%201.225-.425%202.35t-1.275%202l-8.325%208.35zM7.85%205Q6.2%205%205.1%206.263T4%209.25q0%20.45.075.888t.25.862h5.2l1.175%201.75l1.35-4.3h1.775l1.7%202.55h4.15q.175-.425.263-.862t.087-.888q-.05-1.725-1.15-2.963t-2.75-1.237q-.775%200-1.487.3t-1.238.875L12.35%207.35h-.725l-1.05-1.125q-.525-.575-1.225-.9T7.85%205M12%2019.1l6.075-6.1H14.45l-1.15-1.75l-1.35%204.325h-1.8L8.45%2013H5.9zm0-7.05%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-outline-sharp.svg?color=%231a73e8&size=48