Ecg Heart icon

Ecg Heart is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

ecg_heart_outlined_fill0_wght400.svg

Ecg Heart icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=ecg_heart" />

<span class="material-symbols-outlined">ecg_heart</span>

Ecg Heart icon in React

// With the font from the HTML tab:
export function EcgHeartIcon() {
  return (
    <span className="material-symbols-outlined">
      ecg_heart
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import EcgHeartIcon from "@material-symbols/svg-400/outlined/ecg_heart.svg?react";

Ecg Heart icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">ecg_heart</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import EcgHeartIcon from "@material-symbols/svg-400/outlined/ecg_heart.svg?component"; -->

Ecg Heart icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">ecg_heart</mat-icon>

Ecg Heart icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.ecg_heart, fill: 0, weight: 400)

Ecg Heart icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/ecg_heart.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12 12Zm0 9q-.45 0-.862-.162T10.4 20.35L3.7 13.625q-.875-.875-1.287-2T2 9.275q0-2.575 1.675-4.425t4.175-1.85q1.2 0 2.263 .475t1.887 1.325q.8-.85 1.863-1.325t2.262-.475q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2L13.575 20.35q-.325 .325-.725 .488t-.85 .162Zm1-12.75q.2 0 .35 .1t.275 .25l1.775 2.65h4.7q.2-.475 .3-.975t.1-1.025q0-1.925-1.25-3.337T16.125 4.5q-.875 0-1.687 .363T13.025 5.875l-.675 .725q-.075 .075-.15 .125t-.2 .05q-.125 0-.212-.05t-.163-.125l-.675-.725q-.6-.65-1.412-1.012T7.85 4.5q-1.875 0-3.112 1.413T3.5 9.25q0 .525 .1 1.025t.3 .975h5.1q.2 0 .363 .088T9.625 11.575l1.15 1.75 1.5-4.55q.075-.225 .275-.375t.45-.15Zm.225 2.425-1.525 4.55q-.075 .225-.275 .375t-.45 .15q-.2 0-.35-.1t-.25-.25l-1.775-2.65H4.95l6.525 6.525q.125 .125 .25 .175t.275 .05q.15 0 .275-.05t.25-.175l6.5-6.525H15q-.2 0-.35-.1t-.275-.25l-1.15-1.725Z" />
</vector>

Ecg Heart icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/ecg_heart.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/ecg_heart.svg" width="24" height="24" alt="Ecg Heart">

Ecg Heart icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameEcg Heart
Ligatureecg_heart
Code pointU+F6E9
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/ecg_heart.svg, ecg_heart-fill.svg
FlutterSymbols.ecg_heart
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiessignaldochealthmonitorchartmedicalgraphdiagramhealthcareemergencyhospitalclinic

Related icons