device heart monitor icon
device-heart-monitor-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- device-heart-monitor-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
device-3d-cameradevice-3d-lensdevice-airpodsdevice-airpods-casedevice-airtagdevice-analyticsdevice-audio-tapedevice-camera-phonedevice-cctvdevice-cctv-offdevice-computer-cameradevice-computer-camera-2device-computer-camera-offdevice-desktopdevice-desktop-analyticsdevice-desktop-boltdevice-desktop-canceldevice-desktop-checkdevice-desktop-codedevice-desktop-cogdevice-desktop-dollardevice-desktop-downdevice-desktop-exclamationdevice-desktop-heart
Use the device heart monitor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a3 3 0 0 1 2.995 2.824L21 6v12a3 3 0 0 1-2.824 2.995L18 21H6a3 3 0 0 1-2.995-2.824L3 18V6a3 3 0 0 1 2.824-2.995L6 3zm-4 13a1 1 0 0 0-.993.883L13 17l.007.127a1 1 0 0 0 1.986 0L15 17.01l-.007-.127A1 1 0 0 0 14 16m3 0a1 1 0 0 0-.993.883L16 17l.007.127a1 1 0 0 0 1.986 0L18 17.01l-.007-.127A1 1 0 0 0 17 16m-6-6.764l-.106.211a1 1 0 0 1-.77.545L10 10l-5-.001V13h14V9.999L14.618 10l-.724 1.447a1 1 0 0 1-1.725.11l-.063-.11zM18 5H6a1 1 0 0 0-.993.883L5 6v1.999L9.381 8l.725-1.447a1 1 0 0 1 1.725-.11l.063.11L13 8.763l.106-.21a1 1 0 0 1 .77-.545L14 8l5-.001V6a1 1 0 0 0-.883-.993z"/></svg>
React
import type { SVGProps } from "react";
export function TablerDeviceHeartMonitorFilled(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="M18 3a3 3 0 0 1 2.995 2.824L21 6v12a3 3 0 0 1-2.824 2.995L18 21H6a3 3 0 0 1-2.995-2.824L3 18V6a3 3 0 0 1 2.824-2.995L6 3zm-4 13a1 1 0 0 0-.993.883L13 17l.007.127a1 1 0 0 0 1.986 0L15 17.01l-.007-.127A1 1 0 0 0 14 16m3 0a1 1 0 0 0-.993.883L16 17l.007.127a1 1 0 0 0 1.986 0L18 17.01l-.007-.127A1 1 0 0 0 17 16m-6-6.764l-.106.211a1 1 0 0 1-.77.545L10 10l-5-.001V13h14V9.999L14.618 10l-.724 1.447a1 1 0 0 1-1.725.11l-.063-.11zM18 5H6a1 1 0 0 0-.993.883L5 6v1.999L9.381 8l.725-1.447a1 1 0 0 1 1.725-.11l.063.11L13 8.763l.106-.21a1 1 0 0 1 .77-.545L14 8l5-.001V6a1 1 0 0 0-.883-.993z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a3 3 0 0 1 2.995 2.824L21 6v12a3 3 0 0 1-2.824 2.995L18 21H6a3 3 0 0 1-2.995-2.824L3 18V6a3 3 0 0 1 2.824-2.995L6 3zm-4 13a1 1 0 0 0-.993.883L13 17l.007.127a1 1 0 0 0 1.986 0L15 17.01l-.007-.127A1 1 0 0 0 14 16m3 0a1 1 0 0 0-.993.883L16 17l.007.127a1 1 0 0 0 1.986 0L18 17.01l-.007-.127A1 1 0 0 0 17 16m-6-6.764l-.106.211a1 1 0 0 1-.77.545L10 10l-5-.001V13h14V9.999L14.618 10l-.724 1.447a1 1 0 0 1-1.725.11l-.063-.11zM18 5H6a1 1 0 0 0-.993.883L5 6v1.999L9.381 8l.725-1.447a1 1 0 0 1 1.725-.11l.063.11L13 8.763l.106-.21a1 1 0 0 1 .77-.545L14 8l5-.001V6a1 1 0 0 0-.883-.993z"/></svg> </template>
CSS
.icon-device-heart-monitor-filled {
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%22M18%203a3%203%200%200%201%202.995%202.824L21%206v12a3%203%200%200%201-2.824%202.995L18%2021H6a3%203%200%200%201-2.995-2.824L3%2018V6a3%203%200%200%201%202.824-2.995L6%203zm-4%2013a1%201%200%200%200-.993.883L13%2017l.007.127a1%201%200%200%200%201.986%200L15%2017.01l-.007-.127A1%201%200%200%200%2014%2016m3%200a1%201%200%200%200-.993.883L16%2017l.007.127a1%201%200%200%200%201.986%200L18%2017.01l-.007-.127A1%201%200%200%200%2017%2016m-6-6.764l-.106.211a1%201%200%200%201-.77.545L10%2010l-5-.001V13h14V9.999L14.618%2010l-.724%201.447a1%201%200%200%201-1.725.11l-.063-.11zM18%205H6a1%201%200%200%200-.993.883L5%206v1.999L9.381%208l.725-1.447a1%201%200%200%201%201.725-.11l.063.11L13%208.763l.106-.21a1%201%200%200%201%20.77-.545L14%208l5-.001V6a1%201%200%200%200-.883-.993z%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%22M18%203a3%203%200%200%201%202.995%202.824L21%206v12a3%203%200%200%201-2.824%202.995L18%2021H6a3%203%200%200%201-2.995-2.824L3%2018V6a3%203%200%200%201%202.824-2.995L6%203zm-4%2013a1%201%200%200%200-.993.883L13%2017l.007.127a1%201%200%200%200%201.986%200L15%2017.01l-.007-.127A1%201%200%200%200%2014%2016m3%200a1%201%200%200%200-.993.883L16%2017l.007.127a1%201%200%200%200%201.986%200L18%2017.01l-.007-.127A1%201%200%200%200%2017%2016m-6-6.764l-.106.211a1%201%200%200%201-.77.545L10%2010l-5-.001V13h14V9.999L14.618%2010l-.724%201.447a1%201%200%200%201-1.725.11l-.063-.11zM18%205H6a1%201%200%200%200-.993.883L5%206v1.999L9.381%208l.725-1.447a1%201%200%200%201%201.725-.11l.063.11L13%208.763l.106-.21a1%201%200%200%201%20.77-.545L14%208l5-.001V6a1%201%200%200%200-.883-.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/device-heart-monitor-filled.svg?color=%231a73e8&size=48