Ecg icon

Ecg is a Google Material Symbol from the Hardware 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_outlined_fill0_wght400.svg

Ecg 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" />

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

Ecg icon in React

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

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

Ecg icon in Vue

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

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

Ecg icon in Angular

With Angular Material and the font from the HTML tab:

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

Ecg 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, fill: 0, weight: 400)

Ecg icon in Android

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

<!-- res/drawable/ecg.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 12ZM2 9.75v-4.25q0-.6 .45-1.05t1.05-.45h17q.6 0 1.05 .45t.45 1.05v6.5h-1.5v-6.5H3.5v4.25H2Zm1.5 10.25q-.6 0-1.05-.45t-.45-1.05v-4.25h1.5v4.25h7.475v1.5H3.5ZM18 22.5l-2.025-1.725q-1.8-1.55-2.387-2.337T13 16.75q0-1.125 .8-1.937t1.95-.813q.65 0 1.238 .3t1.012 .875q.4-.575 .988-.875t1.262-.3q1.125 0 1.938 .813T23 16.75q0 .9-.612 1.713T19.825 20.925l-1.825 1.575Zm0-1.975 .8-.7q1.65-1.4 2.175-1.987t.525-1.088q0-.5-.375-.875t-.875-.375q-.305 0-.552 .125-.248 .125-.523 .4l-1.175 1.1-1.2-1.1q-.275-.275-.527-.4-.252-.125-.523-.125-.525 0-.887 .375T14.5 16.75q0 .5 .688 1.275t1.962 1.8l.85 .7ZM6.999 16.75q-.224 0-.399-.1t-.3-.3l-1.775-3.6H2v-1.5h3q.204 0 .381 .116 .176 .116 .269 .309l1.35 2.65 3.325-6.65q.1-.2 .285-.287 .184-.088 .387-.088 .203 0 .391 .088T11.675 7.675l1.775 3.575h3.3v1.5H13q-.225 0-.403-.1-.178-.1-.272-.3l-1.35-2.65-3.325 6.65q-.093 .2-.27 .3-.177 .1-.381 .1ZM18 18Z" />
</vector>

Ecg icon in SVG

npm install @material-symbols/svg-400

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

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

Ecg 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
Ligatureecg
Code pointU+F80F
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/ecg.svg, ecg-fill.svg
FlutterSymbols.ecg
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaresignaldochealthmonitorchartmeasurementmedicalgraphanalysishealthcareemergencymedicine

Related icons