ecg-heart from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
ecg-heart
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
ecg-heart-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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.317 3.923q1.962 0 3.323 1.504T21 9.057q0 .49-.079.975T20.66 11h-5.135l-1.7-2.55q-.125-.2-.35-.325T13 8q-.325 0-.587.2t-.363.5l-1.35 4.05l-.875-1.3q-.125-.2-.35-.325T9 11H3.34q-.182-.463-.261-.949T3 9.083Q3 6.93 4.348 5.427t3.31-1.504q1.026 0 1.974.418q.947.417 1.695 1.209l.673.712l.635-.673q.761-.812 1.718-1.239t1.964-.427M12 20.019q-.238 0-.478-.095t-.41-.286l-6.316-6.34q-.073-.073-.14-.146T4.52 13h3.93l1.7 2.55q.125.2.35.325t.475.125q.325 0 .6-.2t.375-.5l1.35-4.05l.85 1.3q.15.2.375.325T15 13h4.473l-.134.146l-.135.146l-6.34 6.347q-.191.19-.408.285t-.456.095"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEcgHeart(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.317 3.923q1.962 0 3.323 1.504T21 9.057q0 .49-.079.975T20.66 11h-5.135l-1.7-2.55q-.125-.2-.35-.325T13 8q-.325 0-.587.2t-.363.5l-1.35 4.05l-.875-1.3q-.125-.2-.35-.325T9 11H3.34q-.182-.463-.261-.949T3 9.083Q3 6.93 4.348 5.427t3.31-1.504q1.026 0 1.974.418q.947.417 1.695 1.209l.673.712l.635-.673q.761-.812 1.718-1.239t1.964-.427M12 20.019q-.238 0-.478-.095t-.41-.286l-6.316-6.34q-.073-.073-.14-.146T4.52 13h3.93l1.7 2.55q.125.2.35.325t.475.125q.325 0 .6-.2t.375-.5l1.35-4.05l.85 1.3q.15.2.375.325T15 13h4.473l-.134.146l-.135.146l-6.34 6.347q-.191.19-.408.285t-.456.095"/></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.317 3.923q1.962 0 3.323 1.504T21 9.057q0 .49-.079.975T20.66 11h-5.135l-1.7-2.55q-.125-.2-.35-.325T13 8q-.325 0-.587.2t-.363.5l-1.35 4.05l-.875-1.3q-.125-.2-.35-.325T9 11H3.34q-.182-.463-.261-.949T3 9.083Q3 6.93 4.348 5.427t3.31-1.504q1.026 0 1.974.418q.947.417 1.695 1.209l.673.712l.635-.673q.761-.812 1.718-1.239t1.964-.427M12 20.019q-.238 0-.478-.095t-.41-.286l-6.316-6.34q-.073-.073-.14-.146T4.52 13h3.93l1.7 2.55q.125.2.35.325t.475.125q.325 0 .6-.2t.375-.5l1.35-4.05l.85 1.3q.15.2.375.325T15 13h4.473l-.134.146l-.135.146l-6.34 6.347q-.191.19-.408.285t-.456.095"/></svg>
</template>

CSS

.icon-ecg-heart {
  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.317%203.923q1.962%200%203.323%201.504T21%209.057q0%20.49-.079.975T20.66%2011h-5.135l-1.7-2.55q-.125-.2-.35-.325T13%208q-.325%200-.587.2t-.363.5l-1.35%204.05l-.875-1.3q-.125-.2-.35-.325T9%2011H3.34q-.182-.463-.261-.949T3%209.083Q3%206.93%204.348%205.427t3.31-1.504q1.026%200%201.974.418q.947.417%201.695%201.209l.673.712l.635-.673q.761-.812%201.718-1.239t1.964-.427M12%2020.019q-.238%200-.478-.095t-.41-.286l-6.316-6.34q-.073-.073-.14-.146T4.52%2013h3.93l1.7%202.55q.125.2.35.325t.475.125q.325%200%20.6-.2t.375-.5l1.35-4.05l.85%201.3q.15.2.375.325T15%2013h4.473l-.134.146l-.135.146l-6.34%206.347q-.191.19-.408.285t-.456.095%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.317%203.923q1.962%200%203.323%201.504T21%209.057q0%20.49-.079.975T20.66%2011h-5.135l-1.7-2.55q-.125-.2-.35-.325T13%208q-.325%200-.587.2t-.363.5l-1.35%204.05l-.875-1.3q-.125-.2-.35-.325T9%2011H3.34q-.182-.463-.261-.949T3%209.083Q3%206.93%204.348%205.427t3.31-1.504q1.026%200%201.974.418q.947.417%201.695%201.209l.673.712l.635-.673q.761-.812%201.718-1.239t1.964-.427M12%2020.019q-.238%200-.478-.095t-.41-.286l-6.316-6.34q-.073-.073-.14-.146T4.52%2013h3.93l1.7%202.55q.125.2.35.325t.475.125q.325%200%20.6-.2t.375-.5l1.35-4.05l.85%201.3q.15.2.375.325T15%2013h4.473l-.134.146l-.135.146l-6.34%206.347q-.191.19-.408.285t-.456.095%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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