calendar heart icon

calendar-heart-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
calendar-heart-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M176 120c0 32-48 56-48 56s-48-24-48-56a24 24 0 0 1 48 0a24 24 0 0 1 48 0" opacity=".2"/><path d="M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m0 176H48V48h24v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24zM152 88a31.9 31.9 0 0 0-24 10.86A32 32 0 0 0 72 120c0 36.52 50.28 62.08 52.42 63.16a8 8 0 0 0 7.16 0C133.72 182.08 184 156.52 184 120a32 32 0 0 0-32-32m-24 78.93c-13.79-7.79-40-26.75-40-46.93a16 16 0 0 1 32 0a8 8 0 0 0 16 0a16 16 0 0 1 32 0c0 20.19-26.21 39.15-40 46.93"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCalendarHeartDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M176 120c0 32-48 56-48 56s-48-24-48-56a24 24 0 0 1 48 0a24 24 0 0 1 48 0" opacity=".2"/><path d="M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m0 176H48V48h24v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24zM152 88a31.9 31.9 0 0 0-24 10.86A32 32 0 0 0 72 120c0 36.52 50.28 62.08 52.42 63.16a8 8 0 0 0 7.16 0C133.72 182.08 184 156.52 184 120a32 32 0 0 0-32-32m-24 78.93c-13.79-7.79-40-26.75-40-46.93a16 16 0 0 1 32 0a8 8 0 0 0 16 0a16 16 0 0 1 32 0c0 20.19-26.21 39.15-40 46.93"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M176 120c0 32-48 56-48 56s-48-24-48-56a24 24 0 0 1 48 0a24 24 0 0 1 48 0" opacity=".2"/><path d="M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m0 176H48V48h24v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24zM152 88a31.9 31.9 0 0 0-24 10.86A32 32 0 0 0 72 120c0 36.52 50.28 62.08 52.42 63.16a8 8 0 0 0 7.16 0C133.72 182.08 184 156.52 184 120a32 32 0 0 0-32-32m-24 78.93c-13.79-7.79-40-26.75-40-46.93a16 16 0 0 1 32 0a8 8 0 0 0 16 0a16 16 0 0 1 32 0c0 20.19-26.21 39.15-40 46.93"/></g></svg>
</template>

CSS

.icon-calendar-heart-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M176%20120c0%2032-48%2056-48%2056s-48-24-48-56a24%2024%200%200%201%2048%200a24%2024%200%200%201%2048%200%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2032h-24v-8a8%208%200%200%200-16%200v8H88v-8a8%208%200%200%200-16%200v8H48a16%2016%200%200%200-16%2016v160a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16m0%20176H48V48h24v8a8%208%200%200%200%2016%200v-8h80v8a8%208%200%200%200%2016%200v-8h24zM152%2088a31.9%2031.9%200%200%200-24%2010.86A32%2032%200%200%200%2072%20120c0%2036.52%2050.28%2062.08%2052.42%2063.16a8%208%200%200%200%207.16%200C133.72%20182.08%20184%20156.52%20184%20120a32%2032%200%200%200-32-32m-24%2078.93c-13.79-7.79-40-26.75-40-46.93a16%2016%200%200%201%2032%200a8%208%200%200%200%2016%200a16%2016%200%200%201%2032%200c0%2020.19-26.21%2039.15-40%2046.93%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M176%20120c0%2032-48%2056-48%2056s-48-24-48-56a24%2024%200%200%201%2048%200a24%2024%200%200%201%2048%200%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2032h-24v-8a8%208%200%200%200-16%200v8H88v-8a8%208%200%200%200-16%200v8H48a16%2016%200%200%200-16%2016v160a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16m0%20176H48V48h24v8a8%208%200%200%200%2016%200v-8h80v8a8%208%200%200%200%2016%200v-8h24zM152%2088a31.9%2031.9%200%200%200-24%2010.86A32%2032%200%200%200%2072%20120c0%2036.52%2050.28%2062.08%2052.42%2063.16a8%208%200%200%200%207.16%200C133.72%20182.08%20184%20156.52%20184%20120a32%2032%200%200%200-32-32m-24%2078.93c-13.79-7.79-40-26.75-40-46.93a16%2016%200%200%201%2032%200a8%208%200%200%200%2016%200a16%2016%200%200%201%2032%200c0%2020.19-26.21%2039.15-40%2046.93%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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