calendar days icon

calendar-days from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.

Name
calendar-days
Set
Reicon
Style
Outline
Category
Time
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All calendar days icons →

More time icons from Reicon

Use the calendar days 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-width="1.5" d="M7.667 3.667V1m8.666 2.667V1"/><rect width="18" height="16.667" x="3" y="3.667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" rx="2.667" ry="2.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 8.333h18"/><path fill="currentColor" d="M12 11c-.735 0-1.333.599-1.333 1.333s.598 1.334 1.333 1.334s1.333-.6 1.333-1.334S12.735 11 12 11m4.667 2.667c.734 0 1.333-.6 1.333-1.334S17.4 11 16.667 11s-1.334.599-1.334 1.333s.599 1.334 1.334 1.334M12 15c-.735 0-1.333.599-1.333 1.333s.598 1.334 1.333 1.334s1.333-.6 1.333-1.334S12.735 15 12 15m-4.667 0C6.6 15 6 15.599 6 16.333s.599 1.334 1.333 1.334s1.334-.6 1.334-1.334S8.067 15 7.333 15m9.334 0c-.735 0-1.334.599-1.334 1.333s.599 1.334 1.334 1.334S18 17.067 18 16.333S17.4 15 16.667 15"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCalendarDays(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" strokeWidth="1.5" d="M7.667 3.667V1m8.666 2.667V1"/><rect width="18" height="16.667" x="3" y="3.667" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" rx="2.667" ry="2.667"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 8.333h18"/><path fill="currentColor" d="M12 11c-.735 0-1.333.599-1.333 1.333s.598 1.334 1.333 1.334s1.333-.6 1.333-1.334S12.735 11 12 11m4.667 2.667c.734 0 1.333-.6 1.333-1.334S17.4 11 16.667 11s-1.334.599-1.334 1.333s.599 1.334 1.334 1.334M12 15c-.735 0-1.333.599-1.333 1.333s.598 1.334 1.333 1.334s1.333-.6 1.333-1.334S12.735 15 12 15m-4.667 0C6.6 15 6 15.599 6 16.333s.599 1.334 1.333 1.334s1.334-.6 1.334-1.334S8.067 15 7.333 15m9.334 0c-.735 0-1.334.599-1.334 1.333s.599 1.334 1.334 1.334S18 17.067 18 16.333S17.4 15 16.667 15"/></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-width="1.5" d="M7.667 3.667V1m8.666 2.667V1"/><rect width="18" height="16.667" x="3" y="3.667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" rx="2.667" ry="2.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 8.333h18"/><path fill="currentColor" d="M12 11c-.735 0-1.333.599-1.333 1.333s.598 1.334 1.333 1.334s1.333-.6 1.333-1.334S12.735 11 12 11m4.667 2.667c.734 0 1.333-.6 1.333-1.334S17.4 11 16.667 11s-1.334.599-1.334 1.333s.599 1.334 1.334 1.334M12 15c-.735 0-1.333.599-1.333 1.333s.598 1.334 1.333 1.334s1.333-.6 1.333-1.334S12.735 15 12 15m-4.667 0C6.6 15 6 15.599 6 16.333s.599 1.334 1.333 1.334s1.334-.6 1.334-1.334S8.067 15 7.333 15m9.334 0c-.735 0-1.334.599-1.334 1.333s.599 1.334 1.334 1.334S18 17.067 18 16.333S17.4 15 16.667 15"/></g></svg>
</template>

CSS

.icon-calendar-days {
  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-width%3D%221.5%22%20d%3D%22M7.667%203.667V1m8.666%202.667V1%22%2F%3E%3Crect%20width%3D%2218%22%20height%3D%2216.667%22%20x%3D%223%22%20y%3D%223.667%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20rx%3D%222.667%22%20ry%3D%222.667%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%208.333h18%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011c-.735%200-1.333.599-1.333%201.333s.598%201.334%201.333%201.334s1.333-.6%201.333-1.334S12.735%2011%2012%2011m4.667%202.667c.734%200%201.333-.6%201.333-1.334S17.4%2011%2016.667%2011s-1.334.599-1.334%201.333s.599%201.334%201.334%201.334M12%2015c-.735%200-1.333.599-1.333%201.333s.598%201.334%201.333%201.334s1.333-.6%201.333-1.334S12.735%2015%2012%2015m-4.667%200C6.6%2015%206%2015.599%206%2016.333s.599%201.334%201.333%201.334s1.334-.6%201.334-1.334S8.067%2015%207.333%2015m9.334%200c-.735%200-1.334.599-1.334%201.333s.599%201.334%201.334%201.334S18%2017.067%2018%2016.333S17.4%2015%2016.667%2015%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-width%3D%221.5%22%20d%3D%22M7.667%203.667V1m8.666%202.667V1%22%2F%3E%3Crect%20width%3D%2218%22%20height%3D%2216.667%22%20x%3D%223%22%20y%3D%223.667%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20rx%3D%222.667%22%20ry%3D%222.667%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%208.333h18%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011c-.735%200-1.333.599-1.333%201.333s.598%201.334%201.333%201.334s1.333-.6%201.333-1.334S12.735%2011%2012%2011m4.667%202.667c.734%200%201.333-.6%201.333-1.334S17.4%2011%2016.667%2011s-1.334.599-1.334%201.333s.599%201.334%201.334%201.334M12%2015c-.735%200-1.333.599-1.333%201.333s.598%201.334%201.333%201.334s1.333-.6%201.333-1.334S12.735%2015%2012%2015m-4.667%200C6.6%2015%206%2015.599%206%2016.333s.599%201.334%201.333%201.334s1.334-.6%201.334-1.334S8.067%2015%207.333%2015m9.334%200c-.735%200-1.334.599-1.334%201.333s.599%201.334%201.334%201.334S18%2017.067%2018%2016.333S17.4%2015%2016.667%2015%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/calendar-days.svg?color=%231a73e8&size=48