calendar question mark icon
calendar-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- calendar-question-mark-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the calendar question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3.935v-1.31a.75.75 0 1 0-1.5 0v1.25h-8.5v-1.25a.75.75 0 0 0-1.5 0v1.31a4.76 4.76 0 0 0-4 4.69v8.75A4.75 4.75 0 0 0 7 22.125h10a4.75 4.75 0 0 0 4.75-4.75v-8.75a4.76 4.76 0 0 0-4-4.69m-5.82 14.78a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m2.16-4.52a2.4 2.4 0 0 1-.5.72a2.4 2.4 0 0 1-.76.45a.17.17 0 0 0-.08.07a.24.24 0 0 0-.05.14v.34a.75.75 0 1 1-1.5 0v-.37c.005-.36.12-.709.33-1a1.7 1.7 0 0 1 .8-.61a.8.8 0 0 0 .24-.14q.079-.095.14-.2a.55.55 0 0 0 0-.25a.6.6 0 0 0-.05-.24a.8.8 0 0 0-.23-.25a.7.7 0 0 0-.35-.14a.88.88 0 0 0-.56.07a.87.87 0 0 0-.38.4a.752.752 0 1 1-1.37-.62a2.4 2.4 0 0 1 1-1.11a2.47 2.47 0 0 1 2.48.17c.292.213.531.49.7.81a2 2 0 0 1 .21.88a2.1 2.1 0 0 1-.07.92zm6.16-5.36H3.75v-.25a3.24 3.24 0 0 1 2.5-3.15v1.15a.75.75 0 1 0 1.5 0v-1.25h8.5v1.25a.75.75 0 1 0 1.5 0v-1.15a3.24 3.24 0 0 1 2.5 3.15z"/></svg>
React
import type { SVGProps } from "react";
export function MageCalendarQuestionMarkFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3.935v-1.31a.75.75 0 1 0-1.5 0v1.25h-8.5v-1.25a.75.75 0 0 0-1.5 0v1.31a4.76 4.76 0 0 0-4 4.69v8.75A4.75 4.75 0 0 0 7 22.125h10a4.75 4.75 0 0 0 4.75-4.75v-8.75a4.76 4.76 0 0 0-4-4.69m-5.82 14.78a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m2.16-4.52a2.4 2.4 0 0 1-.5.72a2.4 2.4 0 0 1-.76.45a.17.17 0 0 0-.08.07a.24.24 0 0 0-.05.14v.34a.75.75 0 1 1-1.5 0v-.37c.005-.36.12-.709.33-1a1.7 1.7 0 0 1 .8-.61a.8.8 0 0 0 .24-.14q.079-.095.14-.2a.55.55 0 0 0 0-.25a.6.6 0 0 0-.05-.24a.8.8 0 0 0-.23-.25a.7.7 0 0 0-.35-.14a.88.88 0 0 0-.56.07a.87.87 0 0 0-.38.4a.752.752 0 1 1-1.37-.62a2.4 2.4 0 0 1 1-1.11a2.47 2.47 0 0 1 2.48.17c.292.213.531.49.7.81a2 2 0 0 1 .21.88a2.1 2.1 0 0 1-.07.92zm6.16-5.36H3.75v-.25a3.24 3.24 0 0 1 2.5-3.15v1.15a.75.75 0 1 0 1.5 0v-1.25h8.5v1.25a.75.75 0 1 0 1.5 0v-1.15a3.24 3.24 0 0 1 2.5 3.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3.935v-1.31a.75.75 0 1 0-1.5 0v1.25h-8.5v-1.25a.75.75 0 0 0-1.5 0v1.31a4.76 4.76 0 0 0-4 4.69v8.75A4.75 4.75 0 0 0 7 22.125h10a4.75 4.75 0 0 0 4.75-4.75v-8.75a4.76 4.76 0 0 0-4-4.69m-5.82 14.78a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m2.16-4.52a2.4 2.4 0 0 1-.5.72a2.4 2.4 0 0 1-.76.45a.17.17 0 0 0-.08.07a.24.24 0 0 0-.05.14v.34a.75.75 0 1 1-1.5 0v-.37c.005-.36.12-.709.33-1a1.7 1.7 0 0 1 .8-.61a.8.8 0 0 0 .24-.14q.079-.095.14-.2a.55.55 0 0 0 0-.25a.6.6 0 0 0-.05-.24a.8.8 0 0 0-.23-.25a.7.7 0 0 0-.35-.14a.88.88 0 0 0-.56.07a.87.87 0 0 0-.38.4a.752.752 0 1 1-1.37-.62a2.4 2.4 0 0 1 1-1.11a2.47 2.47 0 0 1 2.48.17c.292.213.531.49.7.81a2 2 0 0 1 .21.88a2.1 2.1 0 0 1-.07.92zm6.16-5.36H3.75v-.25a3.24 3.24 0 0 1 2.5-3.15v1.15a.75.75 0 1 0 1.5 0v-1.25h8.5v1.25a.75.75 0 1 0 1.5 0v-1.15a3.24 3.24 0 0 1 2.5 3.15z"/></svg> </template>
CSS
.icon-calendar-question-mark-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.75%203.935v-1.31a.75.75%200%201%200-1.5%200v1.25h-8.5v-1.25a.75.75%200%200%200-1.5%200v1.31a4.76%204.76%200%200%200-4%204.69v8.75A4.75%204.75%200%200%200%207%2022.125h10a4.75%204.75%200%200%200%204.75-4.75v-8.75a4.76%204.76%200%200%200-4-4.69m-5.82%2014.78a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m2.16-4.52a2.4%202.4%200%200%201-.5.72a2.4%202.4%200%200%201-.76.45a.17.17%200%200%200-.08.07a.24.24%200%200%200-.05.14v.34a.75.75%200%201%201-1.5%200v-.37c.005-.36.12-.709.33-1a1.7%201.7%200%200%201%20.8-.61a.8.8%200%200%200%20.24-.14q.079-.095.14-.2a.55.55%200%200%200%200-.25a.6.6%200%200%200-.05-.24a.8.8%200%200%200-.23-.25a.7.7%200%200%200-.35-.14a.88.88%200%200%200-.56.07a.87.87%200%200%200-.38.4a.752.752%200%201%201-1.37-.62a2.4%202.4%200%200%201%201-1.11a2.47%202.47%200%200%201%202.48.17c.292.213.531.49.7.81a2%202%200%200%201%20.21.88a2.1%202.1%200%200%201-.07.92zm6.16-5.36H3.75v-.25a3.24%203.24%200%200%201%202.5-3.15v1.15a.75.75%200%201%200%201.5%200v-1.25h8.5v1.25a.75.75%200%201%200%201.5%200v-1.15a3.24%203.24%200%200%201%202.5%203.15z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.75%203.935v-1.31a.75.75%200%201%200-1.5%200v1.25h-8.5v-1.25a.75.75%200%200%200-1.5%200v1.31a4.76%204.76%200%200%200-4%204.69v8.75A4.75%204.75%200%200%200%207%2022.125h10a4.75%204.75%200%200%200%204.75-4.75v-8.75a4.76%204.76%200%200%200-4-4.69m-5.82%2014.78a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m2.16-4.52a2.4%202.4%200%200%201-.5.72a2.4%202.4%200%200%201-.76.45a.17.17%200%200%200-.08.07a.24.24%200%200%200-.05.14v.34a.75.75%200%201%201-1.5%200v-.37c.005-.36.12-.709.33-1a1.7%201.7%200%200%201%20.8-.61a.8.8%200%200%200%20.24-.14q.079-.095.14-.2a.55.55%200%200%200%200-.25a.6.6%200%200%200-.05-.24a.8.8%200%200%200-.23-.25a.7.7%200%200%200-.35-.14a.88.88%200%200%200-.56.07a.87.87%200%200%200-.38.4a.752.752%200%201%201-1.37-.62a2.4%202.4%200%200%201%201-1.11a2.47%202.47%200%200%201%202.48.17c.292.213.531.49.7.81a2%202%200%200%201%20.21.88a2.1%202.1%200%200%201-.07.92zm6.16-5.36H3.75v-.25a3.24%203.24%200%200%201%202.5-3.15v1.15a.75.75%200%201%200%201.5%200v-1.25h8.5v1.25a.75.75%200%201%200%201.5%200v-1.15a3.24%203.24%200%200%201%202.5%203.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/calendar-question-mark-fill.svg?color=%231a73e8&size=48