heart-pulse-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
heart-pulse-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the heart pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.475 9C2.702 10.84 4.779 12.871 8 15c3.221-2.129 5.298-4.16 6.525-6H12a.5.5 0 0 1-.464-.314l-1.457-3.642l-1.598 5.593a.5.5 0 0 1-.945.049L5.889 6.568l-1.473 2.21A.5.5 0 0 1 4 9z"/><path d="M.88 8C-2.427 1.68 4.41-2 7.823 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C11.59-2 18.426 1.68 15.12 8h-2.783l-1.874-4.686a.5.5 0 0 0-.945.049L7.921 8.956L6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiHeartPulseFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.475 9C2.702 10.84 4.779 12.871 8 15c3.221-2.129 5.298-4.16 6.525-6H12a.5.5 0 0 1-.464-.314l-1.457-3.642l-1.598 5.593a.5.5 0 0 1-.945.049L5.889 6.568l-1.473 2.21A.5.5 0 0 1 4 9z"/><path d="M.88 8C-2.427 1.68 4.41-2 7.823 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C11.59-2 18.426 1.68 15.12 8h-2.783l-1.874-4.686a.5.5 0 0 0-.945.049L7.921 8.956L6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.475 9C2.702 10.84 4.779 12.871 8 15c3.221-2.129 5.298-4.16 6.525-6H12a.5.5 0 0 1-.464-.314l-1.457-3.642l-1.598 5.593a.5.5 0 0 1-.945.049L5.889 6.568l-1.473 2.21A.5.5 0 0 1 4 9z"/><path d="M.88 8C-2.427 1.68 4.41-2 7.823 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C11.59-2 18.426 1.68 15.12 8h-2.783l-1.874-4.686a.5.5 0 0 0-.945.049L7.921 8.956L6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8z"/></g></svg>
</template>

CSS

.icon-heart-pulse-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.475%209C2.702%2010.84%204.779%2012.871%208%2015c3.221-2.129%205.298-4.16%206.525-6H12a.5.5%200%200%201-.464-.314l-1.457-3.642l-1.598%205.593a.5.5%200%200%201-.945.049L5.889%206.568l-1.473%202.21A.5.5%200%200%201%204%209z%22%2F%3E%3Cpath%20d%3D%22M.88%208C-2.427%201.68%204.41-2%207.823%201.143q.09.083.176.171a3%203%200%200%201%20.176-.17C11.59-2%2018.426%201.68%2015.12%208h-2.783l-1.874-4.686a.5.5%200%200%200-.945.049L7.921%208.956L6.464%205.314a.5.5%200%200%200-.88-.091L3.732%208z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.475%209C2.702%2010.84%204.779%2012.871%208%2015c3.221-2.129%205.298-4.16%206.525-6H12a.5.5%200%200%201-.464-.314l-1.457-3.642l-1.598%205.593a.5.5%200%200%201-.945.049L5.889%206.568l-1.473%202.21A.5.5%200%200%201%204%209z%22%2F%3E%3Cpath%20d%3D%22M.88%208C-2.427%201.68%204.41-2%207.823%201.143q.09.083.176.171a3%203%200%200%201%20.176-.17C11.59-2%2018.426%201.68%2015.12%208h-2.783l-1.874-4.686a.5.5%200%200%200-.945.049L7.921%208.956L6.464%205.314a.5.5%200%200%200-.88-.091L3.732%208z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Heart Pulse fill icon — Bootstrap Icons · IconsDB