heartbeat icon
heartbeat-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- heartbeat-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the heartbeat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 142H32a6 6 0 0 1 0-12h36.79L83 108.67a6 6 0 0 1 10 0l27 40.51l11-16.51a6 6 0 0 1 5-2.67h24a6 6 0 0 1 0 12h-20.79L125 163.33a6 6 0 0 1-10 0l-27-40.51l-11 16.51a6 6 0 0 1-5 2.67M178 42c-21 0-39.26 9.47-50 25.34C117.26 51.47 99 42 78 42a60.07 60.07 0 0 0-60 60v2.19a6 6 0 0 0 12-.38V102a48.05 48.05 0 0 1 48-48c20.28 0 37.31 10.83 44.45 28.27a6 6 0 0 0 11.1 0C140.69 64.83 157.72 54 178 54a48.05 48.05 0 0 1 48 48c0 55.73-81.61 105.65-98 115.11c-9.84-5.66-43.09-25.82-68.16-53.16a6 6 0 1 0-8.84 8.1c30.94 33.77 72.41 56.29 74.16 57.23a6 6 0 0 0 5.68 0a334.7 334.7 0 0 0 53.06-37C219.8 161.59 238 131.2 238 102a60.07 60.07 0 0 0-60-60"/></svg>
React
import type { SVGProps } from "react";
export function PhHeartbeatLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 142H32a6 6 0 0 1 0-12h36.79L83 108.67a6 6 0 0 1 10 0l27 40.51l11-16.51a6 6 0 0 1 5-2.67h24a6 6 0 0 1 0 12h-20.79L125 163.33a6 6 0 0 1-10 0l-27-40.51l-11 16.51a6 6 0 0 1-5 2.67M178 42c-21 0-39.26 9.47-50 25.34C117.26 51.47 99 42 78 42a60.07 60.07 0 0 0-60 60v2.19a6 6 0 0 0 12-.38V102a48.05 48.05 0 0 1 48-48c20.28 0 37.31 10.83 44.45 28.27a6 6 0 0 0 11.1 0C140.69 64.83 157.72 54 178 54a48.05 48.05 0 0 1 48 48c0 55.73-81.61 105.65-98 115.11c-9.84-5.66-43.09-25.82-68.16-53.16a6 6 0 1 0-8.84 8.1c30.94 33.77 72.41 56.29 74.16 57.23a6 6 0 0 0 5.68 0a334.7 334.7 0 0 0 53.06-37C219.8 161.59 238 131.2 238 102a60.07 60.07 0 0 0-60-60"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 142H32a6 6 0 0 1 0-12h36.79L83 108.67a6 6 0 0 1 10 0l27 40.51l11-16.51a6 6 0 0 1 5-2.67h24a6 6 0 0 1 0 12h-20.79L125 163.33a6 6 0 0 1-10 0l-27-40.51l-11 16.51a6 6 0 0 1-5 2.67M178 42c-21 0-39.26 9.47-50 25.34C117.26 51.47 99 42 78 42a60.07 60.07 0 0 0-60 60v2.19a6 6 0 0 0 12-.38V102a48.05 48.05 0 0 1 48-48c20.28 0 37.31 10.83 44.45 28.27a6 6 0 0 0 11.1 0C140.69 64.83 157.72 54 178 54a48.05 48.05 0 0 1 48 48c0 55.73-81.61 105.65-98 115.11c-9.84-5.66-43.09-25.82-68.16-53.16a6 6 0 1 0-8.84 8.1c30.94 33.77 72.41 56.29 74.16 57.23a6 6 0 0 0 5.68 0a334.7 334.7 0 0 0 53.06-37C219.8 161.59 238 131.2 238 102a60.07 60.07 0 0 0-60-60"/></svg> </template>
CSS
.icon-heartbeat-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20142H32a6%206%200%200%201%200-12h36.79L83%20108.67a6%206%200%200%201%2010%200l27%2040.51l11-16.51a6%206%200%200%201%205-2.67h24a6%206%200%200%201%200%2012h-20.79L125%20163.33a6%206%200%200%201-10%200l-27-40.51l-11%2016.51a6%206%200%200%201-5%202.67M178%2042c-21%200-39.26%209.47-50%2025.34C117.26%2051.47%2099%2042%2078%2042a60.07%2060.07%200%200%200-60%2060v2.19a6%206%200%200%200%2012-.38V102a48.05%2048.05%200%200%201%2048-48c20.28%200%2037.31%2010.83%2044.45%2028.27a6%206%200%200%200%2011.1%200C140.69%2064.83%20157.72%2054%20178%2054a48.05%2048.05%200%200%201%2048%2048c0%2055.73-81.61%20105.65-98%20115.11c-9.84-5.66-43.09-25.82-68.16-53.16a6%206%200%201%200-8.84%208.1c30.94%2033.77%2072.41%2056.29%2074.16%2057.23a6%206%200%200%200%205.68%200a334.7%20334.7%200%200%200%2053.06-37C219.8%20161.59%20238%20131.2%20238%20102a60.07%2060.07%200%200%200-60-60%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20142H32a6%206%200%200%201%200-12h36.79L83%20108.67a6%206%200%200%201%2010%200l27%2040.51l11-16.51a6%206%200%200%201%205-2.67h24a6%206%200%200%201%200%2012h-20.79L125%20163.33a6%206%200%200%201-10%200l-27-40.51l-11%2016.51a6%206%200%200%201-5%202.67M178%2042c-21%200-39.26%209.47-50%2025.34C117.26%2051.47%2099%2042%2078%2042a60.07%2060.07%200%200%200-60%2060v2.19a6%206%200%200%200%2012-.38V102a48.05%2048.05%200%200%201%2048-48c20.28%200%2037.31%2010.83%2044.45%2028.27a6%206%200%200%200%2011.1%200C140.69%2064.83%20157.72%2054%20178%2054a48.05%2048.05%200%200%201%2048%2048c0%2055.73-81.61%20105.65-98%20115.11c-9.84-5.66-43.09-25.82-68.16-53.16a6%206%200%201%200-8.84%208.1c30.94%2033.77%2072.41%2056.29%2074.16%2057.23a6%206%200%200%200%205.68%200a334.7%20334.7%200%200%200%2053.06-37C219.8%20161.59%20238%20131.2%20238%20102a60.07%2060.07%200%200%200-60-60%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/heartbeat-light.svg?color=%231a73e8&size=48