calendar tick icon
calendar-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- calendar-tick-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the calendar tick 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.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25c-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M19 15c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 19 23c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07 3.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.3-.28.78-.26 1.06.04s.26.77-.04 1.06"/><path d="M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32c-.2-.58-.37-1.22-.37-1.68c0-3.03 2.47-5.5 5.5-5.5c.29 0 .58.02.86.07c.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 18.21c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07 1.09.21c.18.19.29.45.29.71s-.11.52-.29.71m0-3.5l-.15.12q-.09.06-.18.09q-.09.045-.18.06c-.07.01-.14.02-.2.02c-.26 0-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.23-.23.58-.34.91-.27q.09.015.18.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71m3.5 0c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.38-.37 1.05-.37 1.42 0c.18.19.29.45.29.71s-.11.52-.29.71"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCalendarTickFilled(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.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25c-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M19 15c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 19 23c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07 3.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.3-.28.78-.26 1.06.04s.26.77-.04 1.06"/><path d="M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32c-.2-.58-.37-1.22-.37-1.68c0-3.03 2.47-5.5 5.5-5.5c.29 0 .58.02.86.07c.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 18.21c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07 1.09.21c.18.19.29.45.29.71s-.11.52-.29.71m0-3.5l-.15.12q-.09.06-.18.09q-.09.045-.18.06c-.07.01-.14.02-.2.02c-.26 0-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.23-.23.58-.34.91-.27q.09.015.18.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71m3.5 0c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.38-.37 1.05-.37 1.42 0c.18.19.29.45.29.71s-.11.52-.29.71"/></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.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25c-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M19 15c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 19 23c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07 3.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.3-.28.78-.26 1.06.04s.26.77-.04 1.06"/><path d="M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32c-.2-.58-.37-1.22-.37-1.68c0-3.03 2.47-5.5 5.5-5.5c.29 0 .58.02.86.07c.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 18.21c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07 1.09.21c.18.19.29.45.29.71s-.11.52-.29.71m0-3.5l-.15.12q-.09.06-.18.09q-.09.045-.18.06c-.07.01-.14.02-.2.02c-.26 0-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.23-.23.58-.34.91-.27q.09.015.18.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71m3.5 0c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.38-.37 1.05-.37 1.42 0c.18.19.29.45.29.71s-.11.52-.29.71"/></g></svg> </template>
CSS
.icon-calendar-tick-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.75%203.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01%201.86-4.21%204.25c-.02.29.22.53.5.53h16.92c.29%200%20.53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M19%2015c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%2019%2023c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07%203.57l-2.13%201.97c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-.99-.99a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.48.48l1.6-1.48c.3-.28.78-.26%201.06.04s.26.77-.04%201.06%22%2F%3E%3Cpath%20d%3D%22M20%209.84H4c-.55%200-1%20.45-1%201V17c0%203%201.5%205%205%205h4.93c.69%200%201.17-.67.95-1.32c-.2-.58-.37-1.22-.37-1.68c0-3.03%202.47-5.5%205.5-5.5c.29%200%20.58.02.86.07c.6.09%201.14-.38%201.14-.98v-1.74A1.02%201.02%200%200%200%2020%209.84M9.21%2018.21c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07%201.09.21c.18.19.29.45.29.71s-.11.52-.29.71m0-3.5l-.15.12q-.09.06-.18.09q-.09.045-.18.06c-.07.01-.14.02-.2.02c-.26%200-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.23-.23.58-.34.91-.27q.09.015.18.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71m3.5%200c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.38-.37%201.05-.37%201.42%200c.18.19.29.45.29.71s-.11.52-.29.71%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.75%203.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01%201.86-4.21%204.25c-.02.29.22.53.5.53h16.92c.29%200%20.53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M19%2015c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%2019%2023c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m2.07%203.57l-2.13%201.97c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-.99-.99a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.48.48l1.6-1.48c.3-.28.78-.26%201.06.04s.26.77-.04%201.06%22%2F%3E%3Cpath%20d%3D%22M20%209.84H4c-.55%200-1%20.45-1%201V17c0%203%201.5%205%205%205h4.93c.69%200%201.17-.67.95-1.32c-.2-.58-.37-1.22-.37-1.68c0-3.03%202.47-5.5%205.5-5.5c.29%200%20.58.02.86.07c.6.09%201.14-.38%201.14-.98v-1.74A1.02%201.02%200%200%200%2020%209.84M9.21%2018.21c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07%201.09.21c.18.19.29.45.29.71s-.11.52-.29.71m0-3.5l-.15.12q-.09.06-.18.09q-.09.045-.18.06c-.07.01-.14.02-.2.02c-.26%200-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.23-.23.58-.34.91-.27q.09.015.18.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71m3.5%200c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71c.38-.37%201.05-.37%201.42%200c.18.19.29.45.29.71s-.11.52-.29.71%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-tick-filled.svg?color=%231a73e8&size=48