ecg-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
ecg-sharp
Set
Material Symbols
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the ecg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 11V4h20v8.35q-.425-.175-.862-.262T20.25 12q-.575 0-1.15.15t-1.1.425q-.225-.125-.475-.225T17 12.175V11h-3.375L11.9 7.55q-.125-.25-.375-.375T11 7.05t-.525.125t-.375.375L7 13.75l-1.1-2.2q-.125-.275-.375-.413T5 11zm0 9v-7h2.375L6.1 16.45q.125.275.375.413T7 17t.525-.137t.375-.413l3.1-6.2l1.1 2.2q.125.225.313.363t.437.187q-.85.65-1.35 1.625T11 16.75q0 1.05.313 1.763T12.325 20zm13.75-6q.675 0 1.25.3t1 .875q.425-.575 1-.875t1.25-.3q1.15 0 1.95.8t.8 1.95q0 .9-.65 1.738T19.5 21.2L18 22.5l-1.5-1.3q-2.2-1.875-2.85-2.712T13 16.75q0-1.15.8-1.95t1.95-.8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEcgSharp(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="M2 11V4h20v8.35q-.425-.175-.862-.262T20.25 12q-.575 0-1.15.15t-1.1.425q-.225-.125-.475-.225T17 12.175V11h-3.375L11.9 7.55q-.125-.25-.375-.375T11 7.05t-.525.125t-.375.375L7 13.75l-1.1-2.2q-.125-.275-.375-.413T5 11zm0 9v-7h2.375L6.1 16.45q.125.275.375.413T7 17t.525-.137t.375-.413l3.1-6.2l1.1 2.2q.125.225.313.363t.437.187q-.85.65-1.35 1.625T11 16.75q0 1.05.313 1.763T12.325 20zm13.75-6q.675 0 1.25.3t1 .875q.425-.575 1-.875t1.25-.3q1.15 0 1.95.8t.8 1.95q0 .9-.65 1.738T19.5 21.2L18 22.5l-1.5-1.3q-2.2-1.875-2.85-2.712T13 16.75q0-1.15.8-1.95t1.95-.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 11V4h20v8.35q-.425-.175-.862-.262T20.25 12q-.575 0-1.15.15t-1.1.425q-.225-.125-.475-.225T17 12.175V11h-3.375L11.9 7.55q-.125-.25-.375-.375T11 7.05t-.525.125t-.375.375L7 13.75l-1.1-2.2q-.125-.275-.375-.413T5 11zm0 9v-7h2.375L6.1 16.45q.125.275.375.413T7 17t.525-.137t.375-.413l3.1-6.2l1.1 2.2q.125.225.313.363t.437.187q-.85.65-1.35 1.625T11 16.75q0 1.05.313 1.763T12.325 20zm13.75-6q.675 0 1.25.3t1 .875q.425-.575 1-.875t1.25-.3q1.15 0 1.95.8t.8 1.95q0 .9-.65 1.738T19.5 21.2L18 22.5l-1.5-1.3q-2.2-1.875-2.85-2.712T13 16.75q0-1.15.8-1.95t1.95-.8"/></svg>
</template>

CSS

.icon-ecg-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%22M2%2011V4h20v8.35q-.425-.175-.862-.262T20.25%2012q-.575%200-1.15.15t-1.1.425q-.225-.125-.475-.225T17%2012.175V11h-3.375L11.9%207.55q-.125-.25-.375-.375T11%207.05t-.525.125t-.375.375L7%2013.75l-1.1-2.2q-.125-.275-.375-.413T5%2011zm0%209v-7h2.375L6.1%2016.45q.125.275.375.413T7%2017t.525-.137t.375-.413l3.1-6.2l1.1%202.2q.125.225.313.363t.437.187q-.85.65-1.35%201.625T11%2016.75q0%201.05.313%201.763T12.325%2020zm13.75-6q.675%200%201.25.3t1%20.875q.425-.575%201-.875t1.25-.3q1.15%200%201.95.8t.8%201.95q0%20.9-.65%201.738T19.5%2021.2L18%2022.5l-1.5-1.3q-2.2-1.875-2.85-2.712T13%2016.75q0-1.15.8-1.95t1.95-.8%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%22M2%2011V4h20v8.35q-.425-.175-.862-.262T20.25%2012q-.575%200-1.15.15t-1.1.425q-.225-.125-.475-.225T17%2012.175V11h-3.375L11.9%207.55q-.125-.25-.375-.375T11%207.05t-.525.125t-.375.375L7%2013.75l-1.1-2.2q-.125-.275-.375-.413T5%2011zm0%209v-7h2.375L6.1%2016.45q.125.275.375.413T7%2017t.525-.137t.375-.413l3.1-6.2l1.1%202.2q.125.225.313.363t.437.187q-.85.65-1.35%201.625T11%2016.75q0%201.05.313%201.763T12.325%2020zm13.75-6q.675%200%201.25.3t1%20.875q.425-.575%201-.875t1.25-.3q1.15%200%201.95.8t.8%201.95q0%20.9-.65%201.738T19.5%2021.2L18%2022.5l-1.5-1.3q-2.2-1.875-2.85-2.712T13%2016.75q0-1.15.8-1.95t1.95-.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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