pacemaker icon
pacemaker from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- pacemaker
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pacemaker-rounded, pacemaker-sharp
1 other variant 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 pacemaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.698 19.975q-.814-.813-.814-1.975v-7.636q-.578-.554-1.289-1.198q-.71-.643-.71-1.516q0-.483.333-.816q.334-.334.817-.334q.419 0 .766.252t.584.623q.236-.371.583-.623q.348-.252.767-.252q.482 0 .816.334q.334.333.334.816q0 .873-.711 1.516t-1.29 1.197V18q0 .74.525 1.265q.524.523 1.264.523t1.265-.524T8.46 18V7.5q0-1.844 1.29-3.134t3.134-1.289t3.133 1.29t1.29 3.133v.542q1.494.177 2.497 1.3q1.003 1.121 1.003 2.658v5q0 1.671-1.165 2.836Q18.48 21 16.808 21t-2.836-1.164T12.808 17v-5q0-1.537 1.002-2.659t2.498-1.299V7.5q0-1.423-1-2.423t-2.424-1t-2.423 1t-1 2.423V18q0 1.162-.813 1.975t-1.975.814t-1.975-.814m11.043-4.041q-.433.433-.433 1.066t.433 1.066q.434.434 1.067.434t1.066-.434t.434-1.066t-.434-1.066t-1.066-.434t-1.067.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPacemaker(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.698 19.975q-.814-.813-.814-1.975v-7.636q-.578-.554-1.289-1.198q-.71-.643-.71-1.516q0-.483.333-.816q.334-.334.817-.334q.419 0 .766.252t.584.623q.236-.371.583-.623q.348-.252.767-.252q.482 0 .816.334q.334.333.334.816q0 .873-.711 1.516t-1.29 1.197V18q0 .74.525 1.265q.524.523 1.264.523t1.265-.524T8.46 18V7.5q0-1.844 1.29-3.134t3.134-1.289t3.133 1.29t1.29 3.133v.542q1.494.177 2.497 1.3q1.003 1.121 1.003 2.658v5q0 1.671-1.165 2.836Q18.48 21 16.808 21t-2.836-1.164T12.808 17v-5q0-1.537 1.002-2.659t2.498-1.299V7.5q0-1.423-1-2.423t-2.424-1t-2.423 1t-1 2.423V18q0 1.162-.813 1.975t-1.975.814t-1.975-.814m11.043-4.041q-.433.433-.433 1.066t.433 1.066q.434.434 1.067.434t1.066-.434t.434-1.066t-.434-1.066t-1.066-.434t-1.067.434"/></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.698 19.975q-.814-.813-.814-1.975v-7.636q-.578-.554-1.289-1.198q-.71-.643-.71-1.516q0-.483.333-.816q.334-.334.817-.334q.419 0 .766.252t.584.623q.236-.371.583-.623q.348-.252.767-.252q.482 0 .816.334q.334.333.334.816q0 .873-.711 1.516t-1.29 1.197V18q0 .74.525 1.265q.524.523 1.264.523t1.265-.524T8.46 18V7.5q0-1.844 1.29-3.134t3.134-1.289t3.133 1.29t1.29 3.133v.542q1.494.177 2.497 1.3q1.003 1.121 1.003 2.658v5q0 1.671-1.165 2.836Q18.48 21 16.808 21t-2.836-1.164T12.808 17v-5q0-1.537 1.002-2.659t2.498-1.299V7.5q0-1.423-1-2.423t-2.424-1t-2.423 1t-1 2.423V18q0 1.162-.813 1.975t-1.975.814t-1.975-.814m11.043-4.041q-.433.433-.433 1.066t.433 1.066q.434.434 1.067.434t1.066-.434t.434-1.066t-.434-1.066t-1.066-.434t-1.067.434"/></svg> </template>
CSS
.icon-pacemaker {
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.698%2019.975q-.814-.813-.814-1.975v-7.636q-.578-.554-1.289-1.198q-.71-.643-.71-1.516q0-.483.333-.816q.334-.334.817-.334q.419%200%20.766.252t.584.623q.236-.371.583-.623q.348-.252.767-.252q.482%200%20.816.334q.334.333.334.816q0%20.873-.711%201.516t-1.29%201.197V18q0%20.74.525%201.265q.524.523%201.264.523t1.265-.524T8.46%2018V7.5q0-1.844%201.29-3.134t3.134-1.289t3.133%201.29t1.29%203.133v.542q1.494.177%202.497%201.3q1.003%201.121%201.003%202.658v5q0%201.671-1.165%202.836Q18.48%2021%2016.808%2021t-2.836-1.164T12.808%2017v-5q0-1.537%201.002-2.659t2.498-1.299V7.5q0-1.423-1-2.423t-2.424-1t-2.423%201t-1%202.423V18q0%201.162-.813%201.975t-1.975.814t-1.975-.814m11.043-4.041q-.433.433-.433%201.066t.433%201.066q.434.434%201.067.434t1.066-.434t.434-1.066t-.434-1.066t-1.066-.434t-1.067.434%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.698%2019.975q-.814-.813-.814-1.975v-7.636q-.578-.554-1.289-1.198q-.71-.643-.71-1.516q0-.483.333-.816q.334-.334.817-.334q.419%200%20.766.252t.584.623q.236-.371.583-.623q.348-.252.767-.252q.482%200%20.816.334q.334.333.334.816q0%20.873-.711%201.516t-1.29%201.197V18q0%20.74.525%201.265q.524.523%201.264.523t1.265-.524T8.46%2018V7.5q0-1.844%201.29-3.134t3.134-1.289t3.133%201.29t1.29%203.133v.542q1.494.177%202.497%201.3q1.003%201.121%201.003%202.658v5q0%201.671-1.165%202.836Q18.48%2021%2016.808%2021t-2.836-1.164T12.808%2017v-5q0-1.537%201.002-2.659t2.498-1.299V7.5q0-1.423-1-2.423t-2.424-1t-2.423%201t-1%202.423V18q0%201.162-.813%201.975t-1.975.814t-1.975-.814m11.043-4.041q-.433.433-.433%201.066t.433%201.066q.434.434%201.067.434t1.066-.434t.434-1.066t-.434-1.066t-1.066-.434t-1.067.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pacemaker.svg?color=%231a73e8&size=48