calendar days icon
calendar-days-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- calendar-days-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M7.667 4.667a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v2.667a1 1 0 0 1-1 1m8.666 0a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v2.667a1 1 0 0 1-1 1"/><path d="M18.333 2.667H5.667A3.67 3.67 0 0 0 2 6.333v11.334a3.67 3.67 0 0 0 3.667 3.666h12.666A3.67 3.67 0 0 0 22 17.667V6.333a3.67 3.67 0 0 0-3.667-3.666m0 16.666H5.667A1.67 1.67 0 0 1 4 17.667V9.333h16v8.334c0 .918-.748 1.666-1.667 1.666"/><path 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 ReiconCalendarDaysFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.667 4.667a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v2.667a1 1 0 0 1-1 1m8.666 0a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v2.667a1 1 0 0 1-1 1"/><path d="M18.333 2.667H5.667A3.67 3.67 0 0 0 2 6.333v11.334a3.67 3.67 0 0 0 3.667 3.666h12.666A3.67 3.67 0 0 0 22 17.667V6.333a3.67 3.67 0 0 0-3.667-3.666m0 16.666H5.667A1.67 1.67 0 0 1 4 17.667V9.333h16v8.334c0 .918-.748 1.666-1.667 1.666"/><path 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="currentColor"><path d="M7.667 4.667a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v2.667a1 1 0 0 1-1 1m8.666 0a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v2.667a1 1 0 0 1-1 1"/><path d="M18.333 2.667H5.667A3.67 3.67 0 0 0 2 6.333v11.334a3.67 3.67 0 0 0 3.667 3.666h12.666A3.67 3.67 0 0 0 22 17.667V6.333a3.67 3.67 0 0 0-3.667-3.666m0 16.666H5.667A1.67 1.67 0 0 1 4 17.667V9.333h16v8.334c0 .918-.748 1.666-1.667 1.666"/><path 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-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M7.667%204.667a1%201%200%200%201-1-1V1a1%201%200%200%201%202%200v2.667a1%201%200%200%201-1%201m8.666%200a1%201%200%200%201-1-1V1a1%201%200%200%201%202%200v2.667a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20d%3D%22M18.333%202.667H5.667A3.67%203.67%200%200%200%202%206.333v11.334a3.67%203.67%200%200%200%203.667%203.666h12.666A3.67%203.67%200%200%200%2022%2017.667V6.333a3.67%203.67%200%200%200-3.667-3.666m0%2016.666H5.667A1.67%201.67%200%200%201%204%2017.667V9.333h16v8.334c0%20.918-.748%201.666-1.667%201.666%22%2F%3E%3Cpath%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%22currentColor%22%3E%3Cpath%20d%3D%22M7.667%204.667a1%201%200%200%201-1-1V1a1%201%200%200%201%202%200v2.667a1%201%200%200%201-1%201m8.666%200a1%201%200%200%201-1-1V1a1%201%200%200%201%202%200v2.667a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20d%3D%22M18.333%202.667H5.667A3.67%203.67%200%200%200%202%206.333v11.334a3.67%203.67%200%200%200%203.667%203.666h12.666A3.67%203.67%200%200%200%2022%2017.667V6.333a3.67%203.67%200%200%200-3.667-3.666m0%2016.666H5.667A1.67%201.67%200%200%201%204%2017.667V9.333h16v8.334c0%20.918-.748%201.666-1.667%201.666%22%2F%3E%3Cpath%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-filled.svg?color=%231a73e8&size=48