heartbeat from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
heartbeat
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the heartbeat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.542 11.149a1.5 1.5 0 0 1 2.87-.153L33.515 22.5c1.461-.002 2.388-.272 3.37-1.008a4 4 0 0 1 1.028-.904L38 20.5v.035a4 4 0 1 1 0 6.93v.035l-.089-.088c-.37-.227-.7-.513-.978-.844c-.91-.66-1.765-.885-3.031-.922h-1.394a1.5 1.5 0 0 1-1.412-.996l-2.817-7.9l-4.838 20.101a1.5 1.5 0 0 1-2.874.143l-5.649-16.178l-1.522 3.878a1.5 1.5 0 0 1-1.396.952H4v-3h6.977l2.627-6.694a1.5 1.5 0 0 1 2.812.054l5.302 15.185z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHeartbeat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.542 11.149a1.5 1.5 0 0 1 2.87-.153L33.515 22.5c1.461-.002 2.388-.272 3.37-1.008a4 4 0 0 1 1.028-.904L38 20.5v.035a4 4 0 1 1 0 6.93v.035l-.089-.088c-.37-.227-.7-.513-.978-.844c-.91-.66-1.765-.885-3.031-.922h-1.394a1.5 1.5 0 0 1-1.412-.996l-2.817-7.9l-4.838 20.101a1.5 1.5 0 0 1-2.874.143l-5.649-16.178l-1.522 3.878a1.5 1.5 0 0 1-1.396.952H4v-3h6.977l2.627-6.694a1.5 1.5 0 0 1 2.812.054l5.302 15.185z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.542 11.149a1.5 1.5 0 0 1 2.87-.153L33.515 22.5c1.461-.002 2.388-.272 3.37-1.008a4 4 0 0 1 1.028-.904L38 20.5v.035a4 4 0 1 1 0 6.93v.035l-.089-.088c-.37-.227-.7-.513-.978-.844c-.91-.66-1.765-.885-3.031-.922h-1.394a1.5 1.5 0 0 1-1.412-.996l-2.817-7.9l-4.838 20.101a1.5 1.5 0 0 1-2.874.143l-5.649-16.178l-1.522 3.878a1.5 1.5 0 0 1-1.396.952H4v-3h6.977l2.627-6.694a1.5 1.5 0 0 1 2.812.054l5.302 15.185z"/></svg>
</template>

CSS

.icon-heartbeat {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.542%2011.149a1.5%201.5%200%200%201%202.87-.153L33.515%2022.5c1.461-.002%202.388-.272%203.37-1.008a4%204%200%200%201%201.028-.904L38%2020.5v.035a4%204%200%201%201%200%206.93v.035l-.089-.088c-.37-.227-.7-.513-.978-.844c-.91-.66-1.765-.885-3.031-.922h-1.394a1.5%201.5%200%200%201-1.412-.996l-2.817-7.9l-4.838%2020.101a1.5%201.5%200%200%201-2.874.143l-5.649-16.178l-1.522%203.878a1.5%201.5%200%200%201-1.396.952H4v-3h6.977l2.627-6.694a1.5%201.5%200%200%201%202.812.054l5.302%2015.185z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.542%2011.149a1.5%201.5%200%200%201%202.87-.153L33.515%2022.5c1.461-.002%202.388-.272%203.37-1.008a4%204%200%200%201%201.028-.904L38%2020.5v.035a4%204%200%201%201%200%206.93v.035l-.089-.088c-.37-.227-.7-.513-.978-.844c-.91-.66-1.765-.885-3.031-.922h-1.394a1.5%201.5%200%200%201-1.412-.996l-2.817-7.9l-4.838%2020.101a1.5%201.5%200%200%201-2.874.143l-5.649-16.178l-1.522%203.878a1.5%201.5%200%200%201-1.396.952H4v-3h6.977l2.627-6.694a1.5%201.5%200%200%201%202.812.054l5.302%2015.185z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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