tear off calendar emoji

tear-off-calendar from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
tear-off-calendar
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the tear off calendar emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M11.997 27.917v32.175l31.66-.006l16.488-11.9V28.092z"/><path fill="#ea5a47" d="M19.207 18.736c.006-.651-.75-2.315-.446-2.881c-.146-.502 1.7-3.582 1.7-3.582H12l-.003 15l48.148.305L60 12.273l-6.65-.375l-1.965 3.499c.365 1.011.672 1.877.782 2.139c.36.543.732 3.226.732 3.226C52.88 22.681 50.245 23 49.972 23c-2.438-.366-2.744-2.08-2.723-4.286c.006-.651-.311-2.672-.307-2.714c.014-.145 1.538-3.727 1.538-3.727H25.566l-2.2 3.124a663 663 0 0 1 1.615 4.632c-.02 2.191-1.222 2.746-3.029 2.97c-1.806.226-2.765-2.057-2.745-4.263"/><path fill="#d0cfce" d="m60.145 48.186l-17.211-.353s.757 3.94.204 3.94c-.502 0-.898 2.37-.97 1.888v5.934l1.682-.077z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M53.349 12.273H60v16H12v-16h8.461m5.105 0H48.48"/><path d="m53.35 12.275l-1.965 3.122s.994 2.767 1.085 2.9a3 3 0 1 1-4.94.003c.08-.12-.91-2.903-.91-2.903l1.86-3.134m-23.15.012l-1.965 3.122s.994 2.767 1.085 2.9a3 3 0 1 1-4.94.003c.081-.12-.91-2.903-.91-2.903l1.86-3.134m13.876 25.829a5.63 5.63 0 0 1 5.513-4.494h0c1.554 0 2.96.63 3.98 1.649c1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8v18.321"/><path d="M11.997 28.092v32l31.659-.006l16.341-12.048V28.092"/><path d="M59.746 48.038H43.138v5.479"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTearOffCalendar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M11.997 27.917v32.175l31.66-.006l16.488-11.9V28.092z"/><path fill="#ea5a47" d="M19.207 18.736c.006-.651-.75-2.315-.446-2.881c-.146-.502 1.7-3.582 1.7-3.582H12l-.003 15l48.148.305L60 12.273l-6.65-.375l-1.965 3.499c.365 1.011.672 1.877.782 2.139c.36.543.732 3.226.732 3.226C52.88 22.681 50.245 23 49.972 23c-2.438-.366-2.744-2.08-2.723-4.286c.006-.651-.311-2.672-.307-2.714c.014-.145 1.538-3.727 1.538-3.727H25.566l-2.2 3.124a663 663 0 0 1 1.615 4.632c-.02 2.191-1.222 2.746-3.029 2.97c-1.806.226-2.765-2.057-2.745-4.263"/><path fill="#d0cfce" d="m60.145 48.186l-17.211-.353s.757 3.94.204 3.94c-.502 0-.898 2.37-.97 1.888v5.934l1.682-.077z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M53.349 12.273H60v16H12v-16h8.461m5.105 0H48.48"/><path d="m53.35 12.275l-1.965 3.122s.994 2.767 1.085 2.9a3 3 0 1 1-4.94.003c.08-.12-.91-2.903-.91-2.903l1.86-3.134m-23.15.012l-1.965 3.122s.994 2.767 1.085 2.9a3 3 0 1 1-4.94.003c.081-.12-.91-2.903-.91-2.903l1.86-3.134m13.876 25.829a5.63 5.63 0 0 1 5.513-4.494h0c1.554 0 2.96.63 3.98 1.649c1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8v18.321"/><path d="M11.997 28.092v32l31.659-.006l16.341-12.048V28.092"/><path d="M59.746 48.038H43.138v5.479"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M11.997 27.917v32.175l31.66-.006l16.488-11.9V28.092z"/><path fill="#ea5a47" d="M19.207 18.736c.006-.651-.75-2.315-.446-2.881c-.146-.502 1.7-3.582 1.7-3.582H12l-.003 15l48.148.305L60 12.273l-6.65-.375l-1.965 3.499c.365 1.011.672 1.877.782 2.139c.36.543.732 3.226.732 3.226C52.88 22.681 50.245 23 49.972 23c-2.438-.366-2.744-2.08-2.723-4.286c.006-.651-.311-2.672-.307-2.714c.014-.145 1.538-3.727 1.538-3.727H25.566l-2.2 3.124a663 663 0 0 1 1.615 4.632c-.02 2.191-1.222 2.746-3.029 2.97c-1.806.226-2.765-2.057-2.745-4.263"/><path fill="#d0cfce" d="m60.145 48.186l-17.211-.353s.757 3.94.204 3.94c-.502 0-.898 2.37-.97 1.888v5.934l1.682-.077z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M53.349 12.273H60v16H12v-16h8.461m5.105 0H48.48"/><path d="m53.35 12.275l-1.965 3.122s.994 2.767 1.085 2.9a3 3 0 1 1-4.94.003c.08-.12-.91-2.903-.91-2.903l1.86-3.134m-23.15.012l-1.965 3.122s.994 2.767 1.085 2.9a3 3 0 1 1-4.94.003c.081-.12-.91-2.903-.91-2.903l1.86-3.134m13.876 25.829a5.63 5.63 0 0 1 5.513-4.494h0c1.554 0 2.96.63 3.98 1.649c1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8v18.321"/><path d="M11.997 28.092v32l31.659-.006l16.341-12.048V28.092"/><path d="M59.746 48.038H43.138v5.479"/></g></svg>
</template>

CSS

.icon-tear-off-calendar {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.997%2027.917v32.175l31.66-.006l16.488-11.9V28.092z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M19.207%2018.736c.006-.651-.75-2.315-.446-2.881c-.146-.502%201.7-3.582%201.7-3.582H12l-.003%2015l48.148.305L60%2012.273l-6.65-.375l-1.965%203.499c.365%201.011.672%201.877.782%202.139c.36.543.732%203.226.732%203.226C52.88%2022.681%2050.245%2023%2049.972%2023c-2.438-.366-2.744-2.08-2.723-4.286c.006-.651-.311-2.672-.307-2.714c.014-.145%201.538-3.727%201.538-3.727H25.566l-2.2%203.124a663%20663%200%200%201%201.615%204.632c-.02%202.191-1.222%202.746-3.029%202.97c-1.806.226-2.765-2.057-2.745-4.263%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m60.145%2048.186l-17.211-.353s.757%203.94.204%203.94c-.502%200-.898%202.37-.97%201.888v5.934l1.682-.077z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53.349%2012.273H60v16H12v-16h8.461m5.105%200H48.48%22%2F%3E%3Cpath%20d%3D%22m53.35%2012.275l-1.965%203.122s.994%202.767%201.085%202.9a3%203%200%201%201-4.94.003c.08-.12-.91-2.903-.91-2.903l1.86-3.134m-23.15.012l-1.965%203.122s.994%202.767%201.085%202.9a3%203%200%201%201-4.94.003c.081-.12-.91-2.903-.91-2.903l1.86-3.134m13.876%2025.829a5.63%205.63%200%200%201%205.513-4.494h0c1.554%200%202.96.63%203.98%201.649c1.584%201.584%201.437%204.217-.05%205.893l-9.558%2010.78h4.76M23.276%2037.398l5.073-3.8v18.321%22%2F%3E%3Cpath%20d%3D%22M11.997%2028.092v32l31.659-.006l16.341-12.048V28.092%22%2F%3E%3Cpath%20d%3D%22M59.746%2048.038H43.138v5.479%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.997%2027.917v32.175l31.66-.006l16.488-11.9V28.092z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M19.207%2018.736c.006-.651-.75-2.315-.446-2.881c-.146-.502%201.7-3.582%201.7-3.582H12l-.003%2015l48.148.305L60%2012.273l-6.65-.375l-1.965%203.499c.365%201.011.672%201.877.782%202.139c.36.543.732%203.226.732%203.226C52.88%2022.681%2050.245%2023%2049.972%2023c-2.438-.366-2.744-2.08-2.723-4.286c.006-.651-.311-2.672-.307-2.714c.014-.145%201.538-3.727%201.538-3.727H25.566l-2.2%203.124a663%20663%200%200%201%201.615%204.632c-.02%202.191-1.222%202.746-3.029%202.97c-1.806.226-2.765-2.057-2.745-4.263%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m60.145%2048.186l-17.211-.353s.757%203.94.204%203.94c-.502%200-.898%202.37-.97%201.888v5.934l1.682-.077z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53.349%2012.273H60v16H12v-16h8.461m5.105%200H48.48%22%2F%3E%3Cpath%20d%3D%22m53.35%2012.275l-1.965%203.122s.994%202.767%201.085%202.9a3%203%200%201%201-4.94.003c.08-.12-.91-2.903-.91-2.903l1.86-3.134m-23.15.012l-1.965%203.122s.994%202.767%201.085%202.9a3%203%200%201%201-4.94.003c.081-.12-.91-2.903-.91-2.903l1.86-3.134m13.876%2025.829a5.63%205.63%200%200%201%205.513-4.494h0c1.554%200%202.96.63%203.98%201.649c1.584%201.584%201.437%204.217-.05%205.893l-9.558%2010.78h4.76M23.276%2037.398l5.073-3.8v18.321%22%2F%3E%3Cpath%20d%3D%22M11.997%2028.092v32l31.659-.006l16.341-12.048V28.092%22%2F%3E%3Cpath%20d%3D%22M59.746%2048.038H43.138v5.479%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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