calendar2 icon

calendar2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
calendar2
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the calendar2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M8 2v3m8-3v3m0-1.5c3.33.18 5 1.45 5 6.15v6.18c0 4.12-1 6.18-6 6.18H9c-5 0-6-2.06-6-6.18V9.65c0-4.7 1.67-5.96 5-6.15zm4.75 14.1H3.25"/><path fill="currentColor" d="M12 8.25c-1.23 0-2.27.67-2.27 1.97c0 .62.29 1.09.73 1.39c-.61.36-.96.94-.96 1.62c0 1.24.95 2.01 2.5 2.01c1.54 0 2.5-.77 2.5-2.01c0-.68-.35-1.27-.97-1.62c.45-.31.73-.77.73-1.39c0-1.3-1.03-1.97-2.26-1.97m0 2.84c-.52 0-.9-.31-.9-.8c0-.5.38-.79.9-.79s.9.29.9.79c0 .49-.38.8-.9.8M12 14c-.66 0-1.14-.33-1.14-.93s.48-.92 1.14-.92s1.14.33 1.14.92c0 .6-.48.93-1.14.93"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCalendar2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5" d="M8 2v3m8-3v3m0-1.5c3.33.18 5 1.45 5 6.15v6.18c0 4.12-1 6.18-6 6.18H9c-5 0-6-2.06-6-6.18V9.65c0-4.7 1.67-5.96 5-6.15zm4.75 14.1H3.25"/><path fill="currentColor" d="M12 8.25c-1.23 0-2.27.67-2.27 1.97c0 .62.29 1.09.73 1.39c-.61.36-.96.94-.96 1.62c0 1.24.95 2.01 2.5 2.01c1.54 0 2.5-.77 2.5-2.01c0-.68-.35-1.27-.97-1.62c.45-.31.73-.77.73-1.39c0-1.3-1.03-1.97-2.26-1.97m0 2.84c-.52 0-.9-.31-.9-.8c0-.5.38-.79.9-.79s.9.29.9.79c0 .49-.38.8-.9.8M12 14c-.66 0-1.14-.33-1.14-.93s.48-.92 1.14-.92s1.14.33 1.14.92c0 .6-.48.93-1.14.93"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M8 2v3m8-3v3m0-1.5c3.33.18 5 1.45 5 6.15v6.18c0 4.12-1 6.18-6 6.18H9c-5 0-6-2.06-6-6.18V9.65c0-4.7 1.67-5.96 5-6.15zm4.75 14.1H3.25"/><path fill="currentColor" d="M12 8.25c-1.23 0-2.27.67-2.27 1.97c0 .62.29 1.09.73 1.39c-.61.36-.96.94-.96 1.62c0 1.24.95 2.01 2.5 2.01c1.54 0 2.5-.77 2.5-2.01c0-.68-.35-1.27-.97-1.62c.45-.31.73-.77.73-1.39c0-1.3-1.03-1.97-2.26-1.97m0 2.84c-.52 0-.9-.31-.9-.8c0-.5.38-.79.9-.79s.9.29.9.79c0 .49-.38.8-.9.8M12 14c-.66 0-1.14-.33-1.14-.93s.48-.92 1.14-.92s1.14.33 1.14.92c0 .6-.48.93-1.14.93"/></g></svg>
</template>

CSS

.icon-calendar2 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M8%202v3m8-3v3m0-1.5c3.33.18%205%201.45%205%206.15v6.18c0%204.12-1%206.18-6%206.18H9c-5%200-6-2.06-6-6.18V9.65c0-4.7%201.67-5.96%205-6.15zm4.75%2014.1H3.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208.25c-1.23%200-2.27.67-2.27%201.97c0%20.62.29%201.09.73%201.39c-.61.36-.96.94-.96%201.62c0%201.24.95%202.01%202.5%202.01c1.54%200%202.5-.77%202.5-2.01c0-.68-.35-1.27-.97-1.62c.45-.31.73-.77.73-1.39c0-1.3-1.03-1.97-2.26-1.97m0%202.84c-.52%200-.9-.31-.9-.8c0-.5.38-.79.9-.79s.9.29.9.79c0%20.49-.38.8-.9.8M12%2014c-.66%200-1.14-.33-1.14-.93s.48-.92%201.14-.92s1.14.33%201.14.92c0%20.6-.48.93-1.14.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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M8%202v3m8-3v3m0-1.5c3.33.18%205%201.45%205%206.15v6.18c0%204.12-1%206.18-6%206.18H9c-5%200-6-2.06-6-6.18V9.65c0-4.7%201.67-5.96%205-6.15zm4.75%2014.1H3.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208.25c-1.23%200-2.27.67-2.27%201.97c0%20.62.29%201.09.73%201.39c-.61.36-.96.94-.96%201.62c0%201.24.95%202.01%202.5%202.01c1.54%200%202.5-.77%202.5-2.01c0-.68-.35-1.27-.97-1.62c.45-.31.73-.77.73-1.39c0-1.3-1.03-1.97-2.26-1.97m0%202.84c-.52%200-.9-.31-.9-.8c0-.5.38-.79.9-.79s.9.29.9.79c0%20.49-.38.8-.9.8M12%2014c-.66%200-1.14-.33-1.14-.93s.48-.92%201.14-.92s1.14.33%201.14.92c0%20.6-.48.93-1.14.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/reicon/calendar2.svg?color=%231a73e8&size=48