ecg icon
ecg-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- ecg-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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
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 9V4h20v8h-2V6H4v3zm0 11v-5h2v3h7v2zm16 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.687zM2 13v-2h3.6L7 13.775L10.35 7h1.275l1.975 4H17v2h-4.625L11 10.25L7.625 17h-1.25l-2-4zm16 4.925"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEcgOutlineSharp(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 9V4h20v8h-2V6H4v3zm0 11v-5h2v3h7v2zm16 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.687zM2 13v-2h3.6L7 13.775L10.35 7h1.275l1.975 4H17v2h-4.625L11 10.25L7.625 17h-1.25l-2-4zm16 4.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 9V4h20v8h-2V6H4v3zm0 11v-5h2v3h7v2zm16 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.687zM2 13v-2h3.6L7 13.775L10.35 7h1.275l1.975 4H17v2h-4.625L11 10.25L7.625 17h-1.25l-2-4zm16 4.925"/></svg> </template>
CSS
.icon-ecg-outline-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%209V4h20v8h-2V6H4v3zm0%2011v-5h2v3h7v2zm16%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.687zM2%2013v-2h3.6L7%2013.775L10.35%207h1.275l1.975%204H17v2h-4.625L11%2010.25L7.625%2017h-1.25l-2-4zm16%204.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%209V4h20v8h-2V6H4v3zm0%2011v-5h2v3h7v2zm16%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.687zM2%2013v-2h3.6L7%2013.775L10.35%207h1.275l1.975%204H17v2h-4.625L11%2010.25L7.625%2017h-1.25l-2-4zm16%204.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-sharp.svg?color=%231a73e8&size=48