calendar heart icon
calendar-heart-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- calendar-heart-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the calendar heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 28h-20v-4a12 12 0 0 0-24 0v4H92v-4a12 12 0 0 0-24 0v4H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-4 176H52V52h16a12 12 0 0 0 24 0h72a12 12 0 0 0 24 0h16ZM152 84a35.86 35.86 0 0 0-24 9.19A36 36 0 0 0 68 120c0 17 9.53 33.56 28.32 49.22a151.5 151.5 0 0 0 26.31 17.51a12 12 0 0 0 10.74 0a151.5 151.5 0 0 0 26.31-17.51C178.47 153.56 188 137 188 120a36 36 0 0 0-36-36m-24 78.29c-13.15-7.86-36-25.06-36-42.29a12 12 0 0 1 24 0a12 12 0 0 0 24 0a12 12 0 0 1 24 0c0 17.23-22.86 34.44-36 42.29"/></svg>
React
import type { SVGProps } from "react";
export function PhCalendarHeartBold(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="M208 28h-20v-4a12 12 0 0 0-24 0v4H92v-4a12 12 0 0 0-24 0v4H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-4 176H52V52h16a12 12 0 0 0 24 0h72a12 12 0 0 0 24 0h16ZM152 84a35.86 35.86 0 0 0-24 9.19A36 36 0 0 0 68 120c0 17 9.53 33.56 28.32 49.22a151.5 151.5 0 0 0 26.31 17.51a12 12 0 0 0 10.74 0a151.5 151.5 0 0 0 26.31-17.51C178.47 153.56 188 137 188 120a36 36 0 0 0-36-36m-24 78.29c-13.15-7.86-36-25.06-36-42.29a12 12 0 0 1 24 0a12 12 0 0 0 24 0a12 12 0 0 1 24 0c0 17.23-22.86 34.44-36 42.29"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 28h-20v-4a12 12 0 0 0-24 0v4H92v-4a12 12 0 0 0-24 0v4H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-4 176H52V52h16a12 12 0 0 0 24 0h72a12 12 0 0 0 24 0h16ZM152 84a35.86 35.86 0 0 0-24 9.19A36 36 0 0 0 68 120c0 17 9.53 33.56 28.32 49.22a151.5 151.5 0 0 0 26.31 17.51a12 12 0 0 0 10.74 0a151.5 151.5 0 0 0 26.31-17.51C178.47 153.56 188 137 188 120a36 36 0 0 0-36-36m-24 78.29c-13.15-7.86-36-25.06-36-42.29a12 12 0 0 1 24 0a12 12 0 0 0 24 0a12 12 0 0 1 24 0c0 17.23-22.86 34.44-36 42.29"/></svg> </template>
CSS
.icon-calendar-heart-bold {
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%22M208%2028h-20v-4a12%2012%200%200%200-24%200v4H92v-4a12%2012%200%200%200-24%200v4H48a20%2020%200%200%200-20%2020v160a20%2020%200%200%200%2020%2020h160a20%2020%200%200%200%2020-20V48a20%2020%200%200%200-20-20m-4%20176H52V52h16a12%2012%200%200%200%2024%200h72a12%2012%200%200%200%2024%200h16ZM152%2084a35.86%2035.86%200%200%200-24%209.19A36%2036%200%200%200%2068%20120c0%2017%209.53%2033.56%2028.32%2049.22a151.5%20151.5%200%200%200%2026.31%2017.51a12%2012%200%200%200%2010.74%200a151.5%20151.5%200%200%200%2026.31-17.51C178.47%20153.56%20188%20137%20188%20120a36%2036%200%200%200-36-36m-24%2078.29c-13.15-7.86-36-25.06-36-42.29a12%2012%200%200%201%2024%200a12%2012%200%200%200%2024%200a12%2012%200%200%201%2024%200c0%2017.23-22.86%2034.44-36%2042.29%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%22M208%2028h-20v-4a12%2012%200%200%200-24%200v4H92v-4a12%2012%200%200%200-24%200v4H48a20%2020%200%200%200-20%2020v160a20%2020%200%200%200%2020%2020h160a20%2020%200%200%200%2020-20V48a20%2020%200%200%200-20-20m-4%20176H52V52h16a12%2012%200%200%200%2024%200h72a12%2012%200%200%200%2024%200h16ZM152%2084a35.86%2035.86%200%200%200-24%209.19A36%2036%200%200%200%2068%20120c0%2017%209.53%2033.56%2028.32%2049.22a151.5%20151.5%200%200%200%2026.31%2017.51a12%2012%200%200%200%2010.74%200a151.5%20151.5%200%200%200%2026.31-17.51C178.47%20153.56%20188%20137%20188%20120a36%2036%200%200%200-36-36m-24%2078.29c-13.15-7.86-36-25.06-36-42.29a12%2012%200%200%201%2024%200a12%2012%200%200%200%2024%200a12%2012%200%200%201%2024%200c0%2017.23-22.86%2034.44-36%2042.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/calendar-heart-bold.svg?color=%231a73e8&size=48