ecg icon
ecg-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- ecg-outline
- Set
- Material Symbols
- Style
- Outline
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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 9V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6h-2V6H4v3zm2 11q-.825 0-1.412-.587T2 18v-3h2v3h7v2zm14 2.5l-1.525-1.3q-2.2-1.875-2.838-2.713T13 16.75q0-1.125.8-1.937T15.75 14q.65 0 1.238.3t1.012.875q.4-.575.988-.875t1.262-.3q1.125 0 1.938.813T23 16.75q0 .9-.65 1.738T19.5 21.2zm0-2.65l.7-.575q1.4-1.2 1.85-1.687t.45-.838q0-.3-.225-.525T20.25 16q-.2 0-.363.088t-.387.287L18 17.8l-1.525-1.425q-.225-.2-.387-.288T15.75 16q-.325 0-.537.225T15 16.75q0 .35.438.838t1.837 1.687zM7 17q-.3 0-.537-.137T6.1 16.45L4.375 13H2v-2h3q.275 0 .513.15t.362.4L7 13.775l3.1-6.225q.125-.25.375-.375T11 7.05t.525.125t.375.375L13.6 11H17v2h-4q-.3 0-.537-.137t-.363-.413l-1.1-2.2l-3.125 6.2q-.125.275-.362.413T7 17m11 .925"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEcgOutline(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 9V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6h-2V6H4v3zm2 11q-.825 0-1.412-.587T2 18v-3h2v3h7v2zm14 2.5l-1.525-1.3q-2.2-1.875-2.838-2.713T13 16.75q0-1.125.8-1.937T15.75 14q.65 0 1.238.3t1.012.875q.4-.575.988-.875t1.262-.3q1.125 0 1.938.813T23 16.75q0 .9-.65 1.738T19.5 21.2zm0-2.65l.7-.575q1.4-1.2 1.85-1.687t.45-.838q0-.3-.225-.525T20.25 16q-.2 0-.363.088t-.387.287L18 17.8l-1.525-1.425q-.225-.2-.387-.288T15.75 16q-.325 0-.537.225T15 16.75q0 .35.438.838t1.837 1.687zM7 17q-.3 0-.537-.137T6.1 16.45L4.375 13H2v-2h3q.275 0 .513.15t.362.4L7 13.775l3.1-6.225q.125-.25.375-.375T11 7.05t.525.125t.375.375L13.6 11H17v2h-4q-.3 0-.537-.137t-.363-.413l-1.1-2.2l-3.125 6.2q-.125.275-.362.413T7 17m11 .925"/></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 9V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6h-2V6H4v3zm2 11q-.825 0-1.412-.587T2 18v-3h2v3h7v2zm14 2.5l-1.525-1.3q-2.2-1.875-2.838-2.713T13 16.75q0-1.125.8-1.937T15.75 14q.65 0 1.238.3t1.012.875q.4-.575.988-.875t1.262-.3q1.125 0 1.938.813T23 16.75q0 .9-.65 1.738T19.5 21.2zm0-2.65l.7-.575q1.4-1.2 1.85-1.687t.45-.838q0-.3-.225-.525T20.25 16q-.2 0-.363.088t-.387.287L18 17.8l-1.525-1.425q-.225-.2-.387-.288T15.75 16q-.325 0-.537.225T15 16.75q0 .35.438.838t1.837 1.687zM7 17q-.3 0-.537-.137T6.1 16.45L4.375 13H2v-2h3q.275 0 .513.15t.362.4L7 13.775l3.1-6.225q.125-.25.375-.375T11 7.05t.525.125t.375.375L13.6 11H17v2h-4q-.3 0-.537-.137t-.363-.413l-1.1-2.2l-3.125 6.2q-.125.275-.362.413T7 17m11 .925"/></svg> </template>
CSS
.icon-ecg-outline {
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%209V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v6h-2V6H4v3zm2%2011q-.825%200-1.412-.587T2%2018v-3h2v3h7v2zm14%202.5l-1.525-1.3q-2.2-1.875-2.838-2.713T13%2016.75q0-1.125.8-1.937T15.75%2014q.65%200%201.238.3t1.012.875q.4-.575.988-.875t1.262-.3q1.125%200%201.938.813T23%2016.75q0%20.9-.65%201.738T19.5%2021.2zm0-2.65l.7-.575q1.4-1.2%201.85-1.687t.45-.838q0-.3-.225-.525T20.25%2016q-.2%200-.363.088t-.387.287L18%2017.8l-1.525-1.425q-.225-.2-.387-.288T15.75%2016q-.325%200-.537.225T15%2016.75q0%20.35.438.838t1.837%201.687zM7%2017q-.3%200-.537-.137T6.1%2016.45L4.375%2013H2v-2h3q.275%200%20.513.15t.362.4L7%2013.775l3.1-6.225q.125-.25.375-.375T11%207.05t.525.125t.375.375L13.6%2011H17v2h-4q-.3%200-.537-.137t-.363-.413l-1.1-2.2l-3.125%206.2q-.125.275-.362.413T7%2017m11%20.925%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%209V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v6h-2V6H4v3zm2%2011q-.825%200-1.412-.587T2%2018v-3h2v3h7v2zm14%202.5l-1.525-1.3q-2.2-1.875-2.838-2.713T13%2016.75q0-1.125.8-1.937T15.75%2014q.65%200%201.238.3t1.012.875q.4-.575.988-.875t1.262-.3q1.125%200%201.938.813T23%2016.75q0%20.9-.65%201.738T19.5%2021.2zm0-2.65l.7-.575q1.4-1.2%201.85-1.687t.45-.838q0-.3-.225-.525T20.25%2016q-.2%200-.363.088t-.387.287L18%2017.8l-1.525-1.425q-.225-.2-.387-.288T15.75%2016q-.325%200-.537.225T15%2016.75q0%20.35.438.838t1.837%201.687zM7%2017q-.3%200-.537-.137T6.1%2016.45L4.375%2013H2v-2h3q.275%200%20.513.15t.362.4L7%2013.775l3.1-6.225q.125-.25.375-.375T11%207.05t.525.125t.375.375L13.6%2011H17v2h-4q-.3%200-.537-.137t-.363-.413l-1.1-2.2l-3.125%206.2q-.125.275-.362.413T7%2017m11%20.925%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ecg-outline.svg?color=%231a73e8&size=48