calendar week icon

calendar-week-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
calendar-week-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the calendar week icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 2c.183 0 .355.05.502.135l.033.02c.28.177.465.49.465.845v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 .514-.874l.093-.046l.066-.025l.1-.029l.107-.019L8 2q.083 0 .161.013l.122.029l.04.012l.06.023c.328.135.568.44.61.806L9 3v1h6V3a1 1 0 0 1 1-1m3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16z"/><path d="M9.015 13a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m4 0a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m4.005 0a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m-5 2a1 1 0 0 1 0 2a1.001 1.001 0 1 1-.005-2zm-3.005 1a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerCalendarWeekFilled(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="M16 2c.183 0 .355.05.502.135l.033.02c.28.177.465.49.465.845v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 .514-.874l.093-.046l.066-.025l.1-.029l.107-.019L8 2q.083 0 .161.013l.122.029l.04.012l.06.023c.328.135.568.44.61.806L9 3v1h6V3a1 1 0 0 1 1-1m3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16z"/><path d="M9.015 13a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m4 0a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m4.005 0a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m-5 2a1 1 0 0 1 0 2a1.001 1.001 0 1 1-.005-2zm-3.005 1a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1"/></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="M16 2c.183 0 .355.05.502.135l.033.02c.28.177.465.49.465.845v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 .514-.874l.093-.046l.066-.025l.1-.029l.107-.019L8 2q.083 0 .161.013l.122.029l.04.012l.06.023c.328.135.568.44.61.806L9 3v1h6V3a1 1 0 0 1 1-1m3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16z"/><path d="M9.015 13a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m4 0a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m4.005 0a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1m-5 2a1 1 0 0 1 0 2a1.001 1.001 0 1 1-.005-2zm-3.005 1a1 1 0 0 1-1 1a1.001 1.001 0 1 1-.005-2c.557 0 1.005.448 1.005 1"/></g></svg>
</template>

CSS

.icon-calendar-week-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%22M16%202c.183%200%20.355.05.502.135l.033.02c.28.177.465.49.465.845v1h1a3%203%200%200%201%202.995%202.824L21%207v12a3%203%200%200%201-2.824%202.995L18%2022H6a3%203%200%200%201-2.995-2.824L3%2019V7a3%203%200%200%201%202.824-2.995L6%204h1V3a1%201%200%200%201%20.514-.874l.093-.046l.066-.025l.1-.029l.107-.019L8%202q.083%200%20.161.013l.122.029l.04.012l.06.023c.328.135.568.44.61.806L9%203v1h6V3a1%201%200%200%201%201-1m3%207H5v9.625c0%20.705.386%201.286.883%201.366L6%2020h12c.513%200%20.936-.53.993-1.215l.007-.16z%22%2F%3E%3Cpath%20d%3D%22M9.015%2013a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201m4%200a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201m4.005%200a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201m-5%202a1%201%200%200%201%200%202a1.001%201.001%200%201%201-.005-2zm-3.005%201a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201%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%22M16%202c.183%200%20.355.05.502.135l.033.02c.28.177.465.49.465.845v1h1a3%203%200%200%201%202.995%202.824L21%207v12a3%203%200%200%201-2.824%202.995L18%2022H6a3%203%200%200%201-2.995-2.824L3%2019V7a3%203%200%200%201%202.824-2.995L6%204h1V3a1%201%200%200%201%20.514-.874l.093-.046l.066-.025l.1-.029l.107-.019L8%202q.083%200%20.161.013l.122.029l.04.012l.06.023c.328.135.568.44.61.806L9%203v1h6V3a1%201%200%200%201%201-1m3%207H5v9.625c0%20.705.386%201.286.883%201.366L6%2020h12c.513%200%20.936-.53.993-1.215l.007-.16z%22%2F%3E%3Cpath%20d%3D%22M9.015%2013a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201m4%200a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201m4.005%200a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201m-5%202a1%201%200%200%201%200%202a1.001%201.001%200%201%201-.005-2zm-3.005%201a1%201%200%200%201-1%201a1.001%201.001%200%201%201-.005-2c.557%200%201.005.448%201.005%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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