heart pulse icon
heart-pulse from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- heart-pulse
- Set
- Bootstrap Icons
- Style
- Outline
- 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="m8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053C.918 3.995.78 5.323 1.508 7H.43c-2.128-5.697 4.165-8.83 7.394-5.857q.09.083.176.171a3 3 0 0 1 .176-.17c3.23-2.974 9.522.159 7.394 5.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878 10.4.28 8.717 2.01zM2.212 10h1.315C4.593 11.183 6.05 12.458 8 13.795c1.949-1.337 3.407-2.612 4.473-3.795h1.315c-1.265 1.566-3.14 3.25-5.788 5c-2.648-1.75-4.523-3.434-5.788-5"/><path d="M10.464 3.314a.5.5 0 0 0-.945.049L7.921 8.956L6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8H.5a.5.5 0 0 0 0 1H4a.5.5 0 0 0 .416-.223l1.473-2.209l1.647 4.118a.5.5 0 0 0 .945-.049l1.598-5.593l1.457 3.642A.5.5 0 0 0 12 9h3.5a.5.5 0 0 0 0-1h-3.162z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiHeartPulse(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="m8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053C.918 3.995.78 5.323 1.508 7H.43c-2.128-5.697 4.165-8.83 7.394-5.857q.09.083.176.171a3 3 0 0 1 .176-.17c3.23-2.974 9.522.159 7.394 5.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878 10.4.28 8.717 2.01zM2.212 10h1.315C4.593 11.183 6.05 12.458 8 13.795c1.949-1.337 3.407-2.612 4.473-3.795h1.315c-1.265 1.566-3.14 3.25-5.788 5c-2.648-1.75-4.523-3.434-5.788-5"/><path d="M10.464 3.314a.5.5 0 0 0-.945.049L7.921 8.956L6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8H.5a.5.5 0 0 0 0 1H4a.5.5 0 0 0 .416-.223l1.473-2.209l1.647 4.118a.5.5 0 0 0 .945-.049l1.598-5.593l1.457 3.642A.5.5 0 0 0 12 9h3.5a.5.5 0 0 0 0-1h-3.162z"/></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="m8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053C.918 3.995.78 5.323 1.508 7H.43c-2.128-5.697 4.165-8.83 7.394-5.857q.09.083.176.171a3 3 0 0 1 .176-.17c3.23-2.974 9.522.159 7.394 5.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878 10.4.28 8.717 2.01zM2.212 10h1.315C4.593 11.183 6.05 12.458 8 13.795c1.949-1.337 3.407-2.612 4.473-3.795h1.315c-1.265 1.566-3.14 3.25-5.788 5c-2.648-1.75-4.523-3.434-5.788-5"/><path d="M10.464 3.314a.5.5 0 0 0-.945.049L7.921 8.956L6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8H.5a.5.5 0 0 0 0 1H4a.5.5 0 0 0 .416-.223l1.473-2.209l1.647 4.118a.5.5 0 0 0 .945-.049l1.598-5.593l1.457 3.642A.5.5 0 0 0 12 9h3.5a.5.5 0 0 0 0-1h-3.162z"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m8%202.748l-.717-.737C5.6.281%202.514.878%201.4%203.053C.918%203.995.78%205.323%201.508%207H.43c-2.128-5.697%204.165-8.83%207.394-5.857q.09.083.176.171a3%203%200%200%201%20.176-.17c3.23-2.974%209.522.159%207.394%205.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878%2010.4.28%208.717%202.01zM2.212%2010h1.315C4.593%2011.183%206.05%2012.458%208%2013.795c1.949-1.337%203.407-2.612%204.473-3.795h1.315c-1.265%201.566-3.14%203.25-5.788%205c-2.648-1.75-4.523-3.434-5.788-5%22%2F%3E%3Cpath%20d%3D%22M10.464%203.314a.5.5%200%200%200-.945.049L7.921%208.956L6.464%205.314a.5.5%200%200%200-.88-.091L3.732%208H.5a.5.5%200%200%200%200%201H4a.5.5%200%200%200%20.416-.223l1.473-2.209l1.647%204.118a.5.5%200%200%200%20.945-.049l1.598-5.593l1.457%203.642A.5.5%200%200%200%2012%209h3.5a.5.5%200%200%200%200-1h-3.162z%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%22m8%202.748l-.717-.737C5.6.281%202.514.878%201.4%203.053C.918%203.995.78%205.323%201.508%207H.43c-2.128-5.697%204.165-8.83%207.394-5.857q.09.083.176.171a3%203%200%200%201%20.176-.17c3.23-2.974%209.522.159%207.394%205.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878%2010.4.28%208.717%202.01zM2.212%2010h1.315C4.593%2011.183%206.05%2012.458%208%2013.795c1.949-1.337%203.407-2.612%204.473-3.795h1.315c-1.265%201.566-3.14%203.25-5.788%205c-2.648-1.75-4.523-3.434-5.788-5%22%2F%3E%3Cpath%20d%3D%22M10.464%203.314a.5.5%200%200%200-.945.049L7.921%208.956L6.464%205.314a.5.5%200%200%200-.88-.091L3.732%208H.5a.5.5%200%200%200%200%201H4a.5.5%200%200%200%20.416-.223l1.473-2.209l1.647%204.118a.5.5%200%200%200%20.945-.049l1.598-5.593l1.457%203.642A.5.5%200%200%200%2012%209h3.5a.5.5%200%200%200%200-1h-3.162z%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.svg?color=%231a73e8&size=48