calendar plus icon
calendar-plus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- calendar-plus-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
calendar-plusBootstrap Iconscalendar-plusBoxIcons v2calendar-plusBoxIcons v2 Solidcalendar-plusFont Awesome 6 Regularcalendar-plusFont Awesome 6 Solidcalendar-plusFont Awesome Regularcalendar-plusFont Awesome Solidcalendar-plus-outlineFlowbite Iconscalendar-plusHuge Iconscalendar-plusIconoircalendar-plusLine Awesomecalendar-plusLucidecalendar-plusMajesticonscalendar-plusMaterial Design Iconscalendar-plusMyna UI Iconscalendar-plusPhosphorcalendar-plusPixelarticonscalendar-plusPrime Iconscalendar-plusTabler Iconscalendar-plus-outlineTeenyicons
Related icons in Mage Icons
Use the calendar plus 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 1 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-3.25 11.78h-1.76v1.74a.75.75 0 1 1-1.5 0v-1.74H9.5a.75.75 0 1 1 0-1.5h1.74v-1.76a.75.75 0 1 1 1.5 0v1.76h1.76a.75.75 0 1 1 0 1.5m5.75-6.87H3.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 MageCalendarPlusFill(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 1 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-3.25 11.78h-1.76v1.74a.75.75 0 1 1-1.5 0v-1.74H9.5a.75.75 0 1 1 0-1.5h1.74v-1.76a.75.75 0 1 1 1.5 0v1.76h1.76a.75.75 0 1 1 0 1.5m5.75-6.87H3.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 1 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-3.25 11.78h-1.76v1.74a.75.75 0 1 1-1.5 0v-1.74H9.5a.75.75 0 1 1 0-1.5h1.74v-1.76a.75.75 0 1 1 1.5 0v1.76h1.76a.75.75 0 1 1 0 1.5m5.75-6.87H3.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-plus-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%201%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-3.25%2011.78h-1.76v1.74a.75.75%200%201%201-1.5%200v-1.74H9.5a.75.75%200%201%201%200-1.5h1.74v-1.76a.75.75%200%201%201%201.5%200v1.76h1.76a.75.75%200%201%201%200%201.5m5.75-6.87H3.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%201%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-3.25%2011.78h-1.76v1.74a.75.75%200%201%201-1.5%200v-1.74H9.5a.75.75%200%201%201%200-1.5h1.74v-1.76a.75.75%200%201%201%201.5%200v1.76h1.76a.75.75%200%201%201%200%201.5m5.75-6.87H3.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-plus-fill.svg?color=%231a73e8&size=48