heart-pulse from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
heart-pulse
Set
Material Design Icons
Style
Filled
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0
Aliases
heart-vitals

The same icon in other sets

More medical / hospital icons from Material Design Icons

Use the heart pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1a1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHeartPulse(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="M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1a1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1a1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z"/></svg>
</template>

CSS

.icon-heart-pulse {
  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%22M7.5%204A5.5%205.5%200%200%200%202%209.5c0%20.5.09%201%20.22%201.5H6.3l1.27-3.37c.3-.8%201.48-.88%201.86%200L11.5%2013l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1%20.22-1.5A5.5%205.5%200%200%200%2016.5%204c-1.86%200-3.5.93-4.5%202.34C11%204.93%209.36%204%207.5%204M3%2012.5a1%201%200%200%200-1%201a1%201%200%200%200%201%201h2.44L11%2020c1%20.9%201%20.9%202%200l5.56-5.5H21a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-7.6l-.93%202.3c-.4%201.01-1.55.87-1.92.03L8.5%209.5l-.96%202.33c-.15.38-.49.67-.94.67z%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%22M7.5%204A5.5%205.5%200%200%200%202%209.5c0%20.5.09%201%20.22%201.5H6.3l1.27-3.37c.3-.8%201.48-.88%201.86%200L11.5%2013l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1%20.22-1.5A5.5%205.5%200%200%200%2016.5%204c-1.86%200-3.5.93-4.5%202.34C11%204.93%209.36%204%207.5%204M3%2012.5a1%201%200%200%200-1%201a1%201%200%200%200%201%201h2.44L11%2020c1%20.9%201%20.9%202%200l5.56-5.5H21a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-7.6l-.93%202.3c-.4%201.01-1.55.87-1.92.03L8.5%209.5l-.96%202.33c-.15.38-.49.67-.94.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/heart-pulse.svg?color=%231a73e8&size=48