calendar month icon
calendar-month-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- calendar-month-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the calendar month icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zm.104 7.305L4.9 10.18H3.284l.8-2.375zm9.074 2.297c0-.832-.414-1.36-1.062-1.36c-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364c.671 0 1.062-.516 1.062-1.364z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605c-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012c.59 0 1.004-.371 1.004-1.023V8.227zm1.273 4.41c.075.332.422.636.985.636c.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648c-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887c.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579c-1.043 0-1.574-.516-1.668-1.2z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCalendarMonthFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zm.104 7.305L4.9 10.18H3.284l.8-2.375zm9.074 2.297c0-.832-.414-1.36-1.062-1.36c-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364c.671 0 1.062-.516 1.062-1.364z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605c-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012c.59 0 1.004-.371 1.004-1.023V8.227zm1.273 4.41c.075.332.422.636.985.636c.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648c-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887c.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579c-1.043 0-1.574-.516-1.668-1.2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zm.104 7.305L4.9 10.18H3.284l.8-2.375zm9.074 2.297c0-.832-.414-1.36-1.062-1.36c-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364c.671 0 1.062-.516 1.062-1.364z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605c-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012c.59 0 1.004-.371 1.004-1.023V8.227zm1.273 4.41c.075.332.422.636.985.636c.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648c-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887c.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579c-1.043 0-1.574-.516-1.668-1.2z"/></g></svg> </template>
CSS
.icon-calendar-month-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%20.5a.5.5%200%200%200-1%200V1H2a2%202%200%200%200-2%202v1h16V3a2%202%200%200%200-2-2h-1V.5a.5.5%200%200%200-1%200V1H4zm.104%207.305L4.9%2010.18H3.284l.8-2.375zm9.074%202.297c0-.832-.414-1.36-1.062-1.36c-.692%200-1.098.492-1.098%201.36v.253c0%20.852.406%201.364%201.098%201.364c.671%200%201.062-.516%201.062-1.364z%22%2F%3E%3Cpath%20d%3D%22M16%2014V5H0v9a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2M2.56%2012.332h-.71L3.748%207h.696l1.898%205.332h-.719l-.539-1.602H3.1zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605c-.847%200-1.453-.484-1.453-1.425V8.227h.676v2.554c0%20.766.441%201.012.98%201.012c.59%200%201.004-.371%201.004-1.023V8.227zm1.273%204.41c.075.332.422.636.985.636c.648%200%201.07-.378%201.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648c-.957%200-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887%201.64-1.887c.558%200%201.004.293%201.195.64h.02v-.577h.648v4.03c0%201.052-.816%201.579-1.746%201.579c-1.043%200-1.574-.516-1.668-1.2z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%20.5a.5.5%200%200%200-1%200V1H2a2%202%200%200%200-2%202v1h16V3a2%202%200%200%200-2-2h-1V.5a.5.5%200%200%200-1%200V1H4zm.104%207.305L4.9%2010.18H3.284l.8-2.375zm9.074%202.297c0-.832-.414-1.36-1.062-1.36c-.692%200-1.098.492-1.098%201.36v.253c0%20.852.406%201.364%201.098%201.364c.671%200%201.062-.516%201.062-1.364z%22%2F%3E%3Cpath%20d%3D%22M16%2014V5H0v9a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2M2.56%2012.332h-.71L3.748%207h.696l1.898%205.332h-.719l-.539-1.602H3.1zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605c-.847%200-1.453-.484-1.453-1.425V8.227h.676v2.554c0%20.766.441%201.012.98%201.012c.59%200%201.004-.371%201.004-1.023V8.227zm1.273%204.41c.075.332.422.636.985.636c.648%200%201.07-.378%201.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648c-.957%200-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887%201.64-1.887c.558%200%201.004.293%201.195.64h.02v-.577h.648v4.03c0%201.052-.816%201.579-1.746%201.579c-1.043%200-1.574-.516-1.668-1.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/calendar-month-fill.svg?color=%231a73e8&size=48