ecg icon
ecg from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- ecg
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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="M3 11.5V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.753q-.194-.06-.372-.08t-.378-.02q-.575 0-1.14.15q-.566.15-1.11.425q-.36-.221-.735-.36t-.765-.193V11.5h-3.183l-1.86-3.72q-.066-.115-.191-.172T11 7.55t-.256.058q-.115.058-.183.173L7 14.866L5.439 11.78q-.068-.14-.183-.21Q5.14 11.5 5 11.5zM4.616 19q-.691 0-1.153-.462T3 17.384V12.5h1.683l1.86 3.72q.066.14.192.21T7 16.5t.256-.07q.115-.07.182-.192L11 9.135l1.562 3.084q.067.129.168.2t.236.081H14.6q-1.408.342-2.37 1.558q-.96 1.215-.96 2.75q0 .665.139 1.147q.139.481.493 1.045zm11.134-4.346q.464 0 .875.204q.412.204.817.606l.558.5l.539-.481q.424-.421.836-.625t.875-.204q.862 0 1.479.637q.617.636.617 1.517q0 .688-.592 1.391T19.077 20.7L18 21.635l-1.077-.935q-2.084-1.798-2.677-2.501q-.592-.703-.592-1.391q0-.881.617-1.517q.617-.637 1.479-.637"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEcg(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="M3 11.5V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.753q-.194-.06-.372-.08t-.378-.02q-.575 0-1.14.15q-.566.15-1.11.425q-.36-.221-.735-.36t-.765-.193V11.5h-3.183l-1.86-3.72q-.066-.115-.191-.172T11 7.55t-.256.058q-.115.058-.183.173L7 14.866L5.439 11.78q-.068-.14-.183-.21Q5.14 11.5 5 11.5zM4.616 19q-.691 0-1.153-.462T3 17.384V12.5h1.683l1.86 3.72q.066.14.192.21T7 16.5t.256-.07q.115-.07.182-.192L11 9.135l1.562 3.084q.067.129.168.2t.236.081H14.6q-1.408.342-2.37 1.558q-.96 1.215-.96 2.75q0 .665.139 1.147q.139.481.493 1.045zm11.134-4.346q.464 0 .875.204q.412.204.817.606l.558.5l.539-.481q.424-.421.836-.625t.875-.204q.862 0 1.479.637q.617.636.617 1.517q0 .688-.592 1.391T19.077 20.7L18 21.635l-1.077-.935q-2.084-1.798-2.677-2.501q-.592-.703-.592-1.391q0-.881.617-1.517q.617-.637 1.479-.637"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 11.5V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.753q-.194-.06-.372-.08t-.378-.02q-.575 0-1.14.15q-.566.15-1.11.425q-.36-.221-.735-.36t-.765-.193V11.5h-3.183l-1.86-3.72q-.066-.115-.191-.172T11 7.55t-.256.058q-.115.058-.183.173L7 14.866L5.439 11.78q-.068-.14-.183-.21Q5.14 11.5 5 11.5zM4.616 19q-.691 0-1.153-.462T3 17.384V12.5h1.683l1.86 3.72q.066.14.192.21T7 16.5t.256-.07q.115-.07.182-.192L11 9.135l1.562 3.084q.067.129.168.2t.236.081H14.6q-1.408.342-2.37 1.558q-.96 1.215-.96 2.75q0 .665.139 1.147q.139.481.493 1.045zm11.134-4.346q.464 0 .875.204q.412.204.817.606l.558.5l.539-.481q.424-.421.836-.625t.875-.204q.862 0 1.479.637q.617.636.617 1.517q0 .688-.592 1.391T19.077 20.7L18 21.635l-1.077-.935q-2.084-1.798-2.677-2.501q-.592-.703-.592-1.391q0-.881.617-1.517q.617-.637 1.479-.637"/></svg> </template>
CSS
.icon-ecg {
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%22M3%2011.5V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5.753q-.194-.06-.372-.08t-.378-.02q-.575%200-1.14.15q-.566.15-1.11.425q-.36-.221-.735-.36t-.765-.193V11.5h-3.183l-1.86-3.72q-.066-.115-.191-.172T11%207.55t-.256.058q-.115.058-.183.173L7%2014.866L5.439%2011.78q-.068-.14-.183-.21Q5.14%2011.5%205%2011.5zM4.616%2019q-.691%200-1.153-.462T3%2017.384V12.5h1.683l1.86%203.72q.066.14.192.21T7%2016.5t.256-.07q.115-.07.182-.192L11%209.135l1.562%203.084q.067.129.168.2t.236.081H14.6q-1.408.342-2.37%201.558q-.96%201.215-.96%202.75q0%20.665.139%201.147q.139.481.493%201.045zm11.134-4.346q.464%200%20.875.204q.412.204.817.606l.558.5l.539-.481q.424-.421.836-.625t.875-.204q.862%200%201.479.637q.617.636.617%201.517q0%20.688-.592%201.391T19.077%2020.7L18%2021.635l-1.077-.935q-2.084-1.798-2.677-2.501q-.592-.703-.592-1.391q0-.881.617-1.517q.617-.637%201.479-.637%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%22M3%2011.5V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5.753q-.194-.06-.372-.08t-.378-.02q-.575%200-1.14.15q-.566.15-1.11.425q-.36-.221-.735-.36t-.765-.193V11.5h-3.183l-1.86-3.72q-.066-.115-.191-.172T11%207.55t-.256.058q-.115.058-.183.173L7%2014.866L5.439%2011.78q-.068-.14-.183-.21Q5.14%2011.5%205%2011.5zM4.616%2019q-.691%200-1.153-.462T3%2017.384V12.5h1.683l1.86%203.72q.066.14.192.21T7%2016.5t.256-.07q.115-.07.182-.192L11%209.135l1.562%203.084q.067.129.168.2t.236.081H14.6q-1.408.342-2.37%201.558q-.96%201.215-.96%202.75q0%20.665.139%201.147q.139.481.493%201.045zm11.134-4.346q.464%200%20.875.204q.412.204.817.606l.558.5l.539-.481q.424-.421.836-.625t.875-.204q.862%200%201.479.637q.617.636.617%201.517q0%20.688-.592%201.391T19.077%2020.7L18%2021.635l-1.077-.935q-2.084-1.798-2.677-2.501q-.592-.703-.592-1.391q0-.881.617-1.517q.617-.637%201.479-.637%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ecg.svg?color=%231a73e8&size=48