heartbeat icon
heartbeat from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- heartbeat
- Set
- Phosphor
- Style
- Regular
- 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 144H32a8 8 0 0 1 0-16h35.72l13.62-20.44a8 8 0 0 1 13.32 0l25.34 38l9.34-14A8 8 0 0 1 136 128h24a8 8 0 0 1 0 16h-19.72l-13.62 20.44a8 8 0 0 1-13.32 0L88 126.42l-9.34 14A8 8 0 0 1 72 144M178 40c-20.65 0-38.73 8.88-50 23.89C116.73 48.88 98.65 40 78 40a62.07 62.07 0 0 0-62 62v2.25a8 8 0 1 0 16-.5V102a46.06 46.06 0 0 1 46-46c19.45 0 35.78 10.36 42.6 27a8 8 0 0 0 14.8 0c6.82-16.67 23.15-27 42.6-27a46.06 46.06 0 0 1 46 46c0 53.61-77.76 102.15-96 112.8c-10.83-6.31-42.63-26-66.68-52.21a8 8 0 1 0-11.8 10.82c31.17 34 72.93 56.68 74.69 57.63a8 8 0 0 0 7.58 0C136.21 228.66 240 172 240 102a62.07 62.07 0 0 0-62-62"/></svg>
React
import type { SVGProps } from "react";
export function PhHeartbeat(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 144H32a8 8 0 0 1 0-16h35.72l13.62-20.44a8 8 0 0 1 13.32 0l25.34 38l9.34-14A8 8 0 0 1 136 128h24a8 8 0 0 1 0 16h-19.72l-13.62 20.44a8 8 0 0 1-13.32 0L88 126.42l-9.34 14A8 8 0 0 1 72 144M178 40c-20.65 0-38.73 8.88-50 23.89C116.73 48.88 98.65 40 78 40a62.07 62.07 0 0 0-62 62v2.25a8 8 0 1 0 16-.5V102a46.06 46.06 0 0 1 46-46c19.45 0 35.78 10.36 42.6 27a8 8 0 0 0 14.8 0c6.82-16.67 23.15-27 42.6-27a46.06 46.06 0 0 1 46 46c0 53.61-77.76 102.15-96 112.8c-10.83-6.31-42.63-26-66.68-52.21a8 8 0 1 0-11.8 10.82c31.17 34 72.93 56.68 74.69 57.63a8 8 0 0 0 7.58 0C136.21 228.66 240 172 240 102a62.07 62.07 0 0 0-62-62"/></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 144H32a8 8 0 0 1 0-16h35.72l13.62-20.44a8 8 0 0 1 13.32 0l25.34 38l9.34-14A8 8 0 0 1 136 128h24a8 8 0 0 1 0 16h-19.72l-13.62 20.44a8 8 0 0 1-13.32 0L88 126.42l-9.34 14A8 8 0 0 1 72 144M178 40c-20.65 0-38.73 8.88-50 23.89C116.73 48.88 98.65 40 78 40a62.07 62.07 0 0 0-62 62v2.25a8 8 0 1 0 16-.5V102a46.06 46.06 0 0 1 46-46c19.45 0 35.78 10.36 42.6 27a8 8 0 0 0 14.8 0c6.82-16.67 23.15-27 42.6-27a46.06 46.06 0 0 1 46 46c0 53.61-77.76 102.15-96 112.8c-10.83-6.31-42.63-26-66.68-52.21a8 8 0 1 0-11.8 10.82c31.17 34 72.93 56.68 74.69 57.63a8 8 0 0 0 7.58 0C136.21 228.66 240 172 240 102a62.07 62.07 0 0 0-62-62"/></svg> </template>
CSS
.icon-heartbeat {
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%20144H32a8%208%200%200%201%200-16h35.72l13.62-20.44a8%208%200%200%201%2013.32%200l25.34%2038l9.34-14A8%208%200%200%201%20136%20128h24a8%208%200%200%201%200%2016h-19.72l-13.62%2020.44a8%208%200%200%201-13.32%200L88%20126.42l-9.34%2014A8%208%200%200%201%2072%20144M178%2040c-20.65%200-38.73%208.88-50%2023.89C116.73%2048.88%2098.65%2040%2078%2040a62.07%2062.07%200%200%200-62%2062v2.25a8%208%200%201%200%2016-.5V102a46.06%2046.06%200%200%201%2046-46c19.45%200%2035.78%2010.36%2042.6%2027a8%208%200%200%200%2014.8%200c6.82-16.67%2023.15-27%2042.6-27a46.06%2046.06%200%200%201%2046%2046c0%2053.61-77.76%20102.15-96%20112.8c-10.83-6.31-42.63-26-66.68-52.21a8%208%200%201%200-11.8%2010.82c31.17%2034%2072.93%2056.68%2074.69%2057.63a8%208%200%200%200%207.58%200C136.21%20228.66%20240%20172%20240%20102a62.07%2062.07%200%200%200-62-62%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%20144H32a8%208%200%200%201%200-16h35.72l13.62-20.44a8%208%200%200%201%2013.32%200l25.34%2038l9.34-14A8%208%200%200%201%20136%20128h24a8%208%200%200%201%200%2016h-19.72l-13.62%2020.44a8%208%200%200%201-13.32%200L88%20126.42l-9.34%2014A8%208%200%200%201%2072%20144M178%2040c-20.65%200-38.73%208.88-50%2023.89C116.73%2048.88%2098.65%2040%2078%2040a62.07%2062.07%200%200%200-62%2062v2.25a8%208%200%201%200%2016-.5V102a46.06%2046.06%200%200%201%2046-46c19.45%200%2035.78%2010.36%2042.6%2027a8%208%200%200%200%2014.8%200c6.82-16.67%2023.15-27%2042.6-27a46.06%2046.06%200%200%201%2046%2046c0%2053.61-77.76%20102.15-96%20112.8c-10.83-6.31-42.63-26-66.68-52.21a8%208%200%201%200-11.8%2010.82c31.17%2034%2072.93%2056.68%2074.69%2057.63a8%208%200%200%200%207.58%200C136.21%20228.66%20240%20172%20240%20102a62.07%2062.07%200%200%200-62-62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/heartbeat.svg?color=%231a73e8&size=48