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

Name
heartbeat-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M13.27 5.575a.75.75 0 0 1 1.436-.077l2.051 5.752c.73 0 1.194-.136 1.685-.504a2 2 0 0 1 .514-.452L19 10.25v.018a2 2 0 1 1 0 3.465v.017l-.044-.044a2 2 0 0 1-.49-.422c-.455-.33-.882-.443-1.515-.46h-.697a.75.75 0 0 1-.706-.499l-1.408-3.95l-2.42 10.05a.75.75 0 0 1-1.437.072l-2.824-8.09l-.76 1.94c-.113.287-.39.653-.699.653H2v-1.5h3.489l1.313-3.524a.75.75 0 0 1 1.406.027l2.651 7.592z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHeartbeat24px(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="M13.27 5.575a.75.75 0 0 1 1.436-.077l2.051 5.752c.73 0 1.194-.136 1.685-.504a2 2 0 0 1 .514-.452L19 10.25v.018a2 2 0 1 1 0 3.465v.017l-.044-.044a2 2 0 0 1-.49-.422c-.455-.33-.882-.443-1.515-.46h-.697a.75.75 0 0 1-.706-.499l-1.408-3.95l-2.42 10.05a.75.75 0 0 1-1.437.072l-2.824-8.09l-.76 1.94c-.113.287-.39.653-.699.653H2v-1.5h3.489l1.313-3.524a.75.75 0 0 1 1.406.027l2.651 7.592z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.27 5.575a.75.75 0 0 1 1.436-.077l2.051 5.752c.73 0 1.194-.136 1.685-.504a2 2 0 0 1 .514-.452L19 10.25v.018a2 2 0 1 1 0 3.465v.017l-.044-.044a2 2 0 0 1-.49-.422c-.455-.33-.882-.443-1.515-.46h-.697a.75.75 0 0 1-.706-.499l-1.408-3.95l-2.42 10.05a.75.75 0 0 1-1.437.072l-2.824-8.09l-.76 1.94c-.113.287-.39.653-.699.653H2v-1.5h3.489l1.313-3.524a.75.75 0 0 1 1.406.027l2.651 7.592z"/></svg>
</template>

CSS

.icon-heartbeat-24px {
  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%22M13.27%205.575a.75.75%200%200%201%201.436-.077l2.051%205.752c.73%200%201.194-.136%201.685-.504a2%202%200%200%201%20.514-.452L19%2010.25v.018a2%202%200%201%201%200%203.465v.017l-.044-.044a2%202%200%200%201-.49-.422c-.455-.33-.882-.443-1.515-.46h-.697a.75.75%200%200%201-.706-.499l-1.408-3.95l-2.42%2010.05a.75.75%200%200%201-1.437.072l-2.824-8.09l-.76%201.94c-.113.287-.39.653-.699.653H2v-1.5h3.489l1.313-3.524a.75.75%200%200%201%201.406.027l2.651%207.592z%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%22M13.27%205.575a.75.75%200%200%201%201.436-.077l2.051%205.752c.73%200%201.194-.136%201.685-.504a2%202%200%200%201%20.514-.452L19%2010.25v.018a2%202%200%201%201%200%203.465v.017l-.044-.044a2%202%200%200%201-.49-.422c-.455-.33-.882-.443-1.515-.46h-.697a.75.75%200%200%201-.706-.499l-1.408-3.95l-2.42%2010.05a.75.75%200%200%201-1.437.072l-2.824-8.09l-.76%201.94c-.113.287-.39.653-.699.653H2v-1.5h3.489l1.313-3.524a.75.75%200%200%201%201.406.027l2.651%207.592z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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