ecg icon
ecg-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- ecg-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M4 4h16q.825 0 1.413.588T22 6v5q0 .425-.288.713T21 12t-.712-.288T20 11V6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8V6q0-.825.588-1.412T4 4m0 16q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h6q.425 0 .713.288T11 19t-.288.713T10 20zm9-3.25q0-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.2l-.85.725q-.125.125-.3.188t-.35.062t-.338-.05t-.312-.175l-.875-.75q-2.2-1.875-2.838-2.712T13 16.75m5 3.1l.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 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h2q.275 0 .513.15t.362.4L7 13.775l3.1-6.225q.125-.25.375-.375T11 7.05t.525.125t.375.375L13.6 11H16q.425 0 .713.288T17 12t-.288.713T16 13h-3q-.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 MaterialSymbolsEcgOutlineRounded(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="M4 4h16q.825 0 1.413.588T22 6v5q0 .425-.288.713T21 12t-.712-.288T20 11V6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8V6q0-.825.588-1.412T4 4m0 16q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h6q.425 0 .713.288T11 19t-.288.713T10 20zm9-3.25q0-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.2l-.85.725q-.125.125-.3.188t-.35.062t-.338-.05t-.312-.175l-.875-.75q-2.2-1.875-2.838-2.712T13 16.75m5 3.1l.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 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h2q.275 0 .513.15t.362.4L7 13.775l3.1-6.225q.125-.25.375-.375T11 7.05t.525.125t.375.375L13.6 11H16q.425 0 .713.288T17 12t-.288.713T16 13h-3q-.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="M4 4h16q.825 0 1.413.588T22 6v5q0 .425-.288.713T21 12t-.712-.288T20 11V6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8V6q0-.825.588-1.412T4 4m0 16q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h6q.425 0 .713.288T11 19t-.288.713T10 20zm9-3.25q0-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.2l-.85.725q-.125.125-.3.188t-.35.062t-.338-.05t-.312-.175l-.875-.75q-2.2-1.875-2.838-2.712T13 16.75m5 3.1l.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 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h2q.275 0 .513.15t.362.4L7 13.775l3.1-6.225q.125-.25.375-.375T11 7.05t.525.125t.375.375L13.6 11H16q.425 0 .713.288T17 12t-.288.713T16 13h-3q-.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-rounded {
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%22M4%204h16q.825%200%201.413.588T22%206v5q0%20.425-.288.713T21%2012t-.712-.288T20%2011V6H4v2q0%20.425-.288.713T3%209t-.712-.288T2%208V6q0-.825.588-1.412T4%204m0%2016q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h6q.425%200%20.713.288T11%2019t-.288.713T10%2020zm9-3.25q0-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.2l-.85.725q-.125.125-.3.188t-.35.062t-.338-.05t-.312-.175l-.875-.75q-2.2-1.875-2.838-2.712T13%2016.75m5%203.1l.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%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h2q.275%200%20.513.15t.362.4L7%2013.775l3.1-6.225q.125-.25.375-.375T11%207.05t.525.125t.375.375L13.6%2011H16q.425%200%20.713.288T17%2012t-.288.713T16%2013h-3q-.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%22M4%204h16q.825%200%201.413.588T22%206v5q0%20.425-.288.713T21%2012t-.712-.288T20%2011V6H4v2q0%20.425-.288.713T3%209t-.712-.288T2%208V6q0-.825.588-1.412T4%204m0%2016q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h6q.425%200%20.713.288T11%2019t-.288.713T10%2020zm9-3.25q0-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.2l-.85.725q-.125.125-.3.188t-.35.062t-.338-.05t-.312-.175l-.875-.75q-2.2-1.875-2.838-2.712T13%2016.75m5%203.1l.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%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h2q.275%200%20.513.15t.362.4L7%2013.775l3.1-6.225q.125-.25.375-.375T11%207.05t.525.125t.375.375L13.6%2011H16q.425%200%20.713.288T17%2012t-.288.713T16%2013h-3q-.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-rounded.svg?color=%231a73e8&size=48