heartbeat 2 icon

heartbeat-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
heartbeat-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the heartbeat 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.081 15.394a1.001 1.001 0 0 0 1.751.161l1.703-2.554h5.906c-1.915 4.738-8.164 8-9.44 8c-1.278 0-7.527-3.262-9.441-8H8a1 1 0 0 0 .895-.553l1.035-2.072zM5.506 3.801C7.466 2.66 9.928 2.653 12 4.34c2.072-1.686 4.534-1.68 6.494-.538c2.096 1.221 3.569 3.7 3.504 6.592a7 7 0 0 1-.04.608H15a1 1 0 0 0-.757.346l-.075.099l-.976 1.464l-2.273-5.303a1 1 0 0 0-1.74-.178l-.073.124l-1.724 3.448H2.043a7 7 0 0 1-.041-.608c-.065-2.892 1.409-5.37 3.504-6.592"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHeartbeat2Fill(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="M12.081 15.394a1.001 1.001 0 0 0 1.751.161l1.703-2.554h5.906c-1.915 4.738-8.164 8-9.44 8c-1.278 0-7.527-3.262-9.441-8H8a1 1 0 0 0 .895-.553l1.035-2.072zM5.506 3.801C7.466 2.66 9.928 2.653 12 4.34c2.072-1.686 4.534-1.68 6.494-.538c2.096 1.221 3.569 3.7 3.504 6.592a7 7 0 0 1-.04.608H15a1 1 0 0 0-.757.346l-.075.099l-.976 1.464l-2.273-5.303a1 1 0 0 0-1.74-.178l-.073.124l-1.724 3.448H2.043a7 7 0 0 1-.041-.608c-.065-2.892 1.409-5.37 3.504-6.592"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.081 15.394a1.001 1.001 0 0 0 1.751.161l1.703-2.554h5.906c-1.915 4.738-8.164 8-9.44 8c-1.278 0-7.527-3.262-9.441-8H8a1 1 0 0 0 .895-.553l1.035-2.072zM5.506 3.801C7.466 2.66 9.928 2.653 12 4.34c2.072-1.686 4.534-1.68 6.494-.538c2.096 1.221 3.569 3.7 3.504 6.592a7 7 0 0 1-.04.608H15a1 1 0 0 0-.757.346l-.075.099l-.976 1.464l-2.273-5.303a1 1 0 0 0-1.74-.178l-.073.124l-1.724 3.448H2.043a7 7 0 0 1-.041-.608c-.065-2.892 1.409-5.37 3.504-6.592"/></svg>
</template>

CSS

.icon-heartbeat-2-fill {
  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%22M12.081%2015.394a1.001%201.001%200%200%200%201.751.161l1.703-2.554h5.906c-1.915%204.738-8.164%208-9.44%208c-1.278%200-7.527-3.262-9.441-8H8a1%201%200%200%200%20.895-.553l1.035-2.072zM5.506%203.801C7.466%202.66%209.928%202.653%2012%204.34c2.072-1.686%204.534-1.68%206.494-.538c2.096%201.221%203.569%203.7%203.504%206.592a7%207%200%200%201-.04.608H15a1%201%200%200%200-.757.346l-.075.099l-.976%201.464l-2.273-5.303a1%201%200%200%200-1.74-.178l-.073.124l-1.724%203.448H2.043a7%207%200%200%201-.041-.608c-.065-2.892%201.409-5.37%203.504-6.592%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%22M12.081%2015.394a1.001%201.001%200%200%200%201.751.161l1.703-2.554h5.906c-1.915%204.738-8.164%208-9.44%208c-1.278%200-7.527-3.262-9.441-8H8a1%201%200%200%200%20.895-.553l1.035-2.072zM5.506%203.801C7.466%202.66%209.928%202.653%2012%204.34c2.072-1.686%204.534-1.68%206.494-.538c2.096%201.221%203.569%203.7%203.504%206.592a7%207%200%200%201-.04.608H15a1%201%200%200%200-.757.346l-.075.099l-.976%201.464l-2.273-5.303a1%201%200%200%200-1.74-.178l-.073.124l-1.724%203.448H2.043a7%207%200%200%201-.041-.608c-.065-2.892%201.409-5.37%203.504-6.592%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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