calendar minimalistic icon
calendar-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · Time · CC-BY-4.0 Attribution required.
- Name
- calendar-minimalistic-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Time
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More time icons from Solar
alarm-add-boldalarm-boldalarm-pause-boldalarm-play-boldalarm-remove-boldalarm-sleep-boldalarm-turn-off-boldcalendar-add-boldcalendar-boldcalendar-date-boldcalendar-mark-boldcalendar-search-boldclock-circle-boldclock-square-boldhistory-2-boldhistory-3-boldhistory-boldhourglass-boldhourglass-line-boldstopwatch-boldstopwatch-pause-boldstopwatch-play-boldwatch-round-boldwatch-square-bold
Use the calendar minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.94028 2C7.35614 2 7.69326 2.32421 7.69326 2.72414V4.18487C8.36117 4.17241 9.10983 4.17241 9.95219 4.17241H13.9681C14.8104 4.17241 15.5591 4.17241 16.227 4.18487V2.72414C16.227 2.32421 16.5641 2 16.98 2C17.3958 2 17.733 2.32421 17.733 2.72414V4.24894C19.178 4.36022 20.1267 4.63333 20.8236 5.30359C21.5206 5.97385 21.8046 6.88616 21.9203 8.27586L22 9H2.92456H2V8.27586C2.11571 6.88616 2.3997 5.97385 3.09665 5.30359C3.79361 4.63333 4.74226 4.36022 6.1873 4.24894V2.72414C6.1873 2.32421 6.52442 2 6.94028 2Z"/><path d="M21.9995 14.0001V12.0001C21.9995 11.161 21.9963 9.66527 21.9834 9H2.00917C1.99626 9.66527 1.99953 11.161 1.99953 12.0001V14.0001C1.99953 17.7713 1.99953 19.6569 3.1711 20.8285C4.34267 22.0001 6.22829 22.0001 9.99953 22.0001H13.9995C17.7708 22.0001 19.6564 22.0001 20.828 20.8285C21.9995 19.6569 21.9995 17.7713 21.9995 14.0001Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCalendarMinimalisticBoldDuotone(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="M6.94028 2C7.35614 2 7.69326 2.32421 7.69326 2.72414V4.18487C8.36117 4.17241 9.10983 4.17241 9.95219 4.17241H13.9681C14.8104 4.17241 15.5591 4.17241 16.227 4.18487V2.72414C16.227 2.32421 16.5641 2 16.98 2C17.3958 2 17.733 2.32421 17.733 2.72414V4.24894C19.178 4.36022 20.1267 4.63333 20.8236 5.30359C21.5206 5.97385 21.8046 6.88616 21.9203 8.27586L22 9H2.92456H2V8.27586C2.11571 6.88616 2.3997 5.97385 3.09665 5.30359C3.79361 4.63333 4.74226 4.36022 6.1873 4.24894V2.72414C6.1873 2.32421 6.52442 2 6.94028 2Z"/><path d="M21.9995 14.0001V12.0001C21.9995 11.161 21.9963 9.66527 21.9834 9H2.00917C1.99626 9.66527 1.99953 11.161 1.99953 12.0001V14.0001C1.99953 17.7713 1.99953 19.6569 3.1711 20.8285C4.34267 22.0001 6.22829 22.0001 9.99953 22.0001H13.9995C17.7708 22.0001 19.6564 22.0001 20.828 20.8285C21.9995 19.6569 21.9995 17.7713 21.9995 14.0001Z" opacity=".5"/></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="M6.94028 2C7.35614 2 7.69326 2.32421 7.69326 2.72414V4.18487C8.36117 4.17241 9.10983 4.17241 9.95219 4.17241H13.9681C14.8104 4.17241 15.5591 4.17241 16.227 4.18487V2.72414C16.227 2.32421 16.5641 2 16.98 2C17.3958 2 17.733 2.32421 17.733 2.72414V4.24894C19.178 4.36022 20.1267 4.63333 20.8236 5.30359C21.5206 5.97385 21.8046 6.88616 21.9203 8.27586L22 9H2.92456H2V8.27586C2.11571 6.88616 2.3997 5.97385 3.09665 5.30359C3.79361 4.63333 4.74226 4.36022 6.1873 4.24894V2.72414C6.1873 2.32421 6.52442 2 6.94028 2Z"/><path d="M21.9995 14.0001V12.0001C21.9995 11.161 21.9963 9.66527 21.9834 9H2.00917C1.99626 9.66527 1.99953 11.161 1.99953 12.0001V14.0001C1.99953 17.7713 1.99953 19.6569 3.1711 20.8285C4.34267 22.0001 6.22829 22.0001 9.99953 22.0001H13.9995C17.7708 22.0001 19.6564 22.0001 20.828 20.8285C21.9995 19.6569 21.9995 17.7713 21.9995 14.0001Z" opacity=".5"/></g></svg> </template>
CSS
.icon-calendar-minimalistic-bold-duotone {
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%22M6.94028%202C7.35614%202%207.69326%202.32421%207.69326%202.72414V4.18487C8.36117%204.17241%209.10983%204.17241%209.95219%204.17241H13.9681C14.8104%204.17241%2015.5591%204.17241%2016.227%204.18487V2.72414C16.227%202.32421%2016.5641%202%2016.98%202C17.3958%202%2017.733%202.32421%2017.733%202.72414V4.24894C19.178%204.36022%2020.1267%204.63333%2020.8236%205.30359C21.5206%205.97385%2021.8046%206.88616%2021.9203%208.27586L22%209H2.92456H2V8.27586C2.11571%206.88616%202.3997%205.97385%203.09665%205.30359C3.79361%204.63333%204.74226%204.36022%206.1873%204.24894V2.72414C6.1873%202.32421%206.52442%202%206.94028%202Z%22%2F%3E%3Cpath%20d%3D%22M21.9995%2014.0001V12.0001C21.9995%2011.161%2021.9963%209.66527%2021.9834%209H2.00917C1.99626%209.66527%201.99953%2011.161%201.99953%2012.0001V14.0001C1.99953%2017.7713%201.99953%2019.6569%203.1711%2020.8285C4.34267%2022.0001%206.22829%2022.0001%209.99953%2022.0001H13.9995C17.7708%2022.0001%2019.6564%2022.0001%2020.828%2020.8285C21.9995%2019.6569%2021.9995%2017.7713%2021.9995%2014.0001Z%22%20opacity%3D%22.5%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%22M6.94028%202C7.35614%202%207.69326%202.32421%207.69326%202.72414V4.18487C8.36117%204.17241%209.10983%204.17241%209.95219%204.17241H13.9681C14.8104%204.17241%2015.5591%204.17241%2016.227%204.18487V2.72414C16.227%202.32421%2016.5641%202%2016.98%202C17.3958%202%2017.733%202.32421%2017.733%202.72414V4.24894C19.178%204.36022%2020.1267%204.63333%2020.8236%205.30359C21.5206%205.97385%2021.8046%206.88616%2021.9203%208.27586L22%209H2.92456H2V8.27586C2.11571%206.88616%202.3997%205.97385%203.09665%205.30359C3.79361%204.63333%204.74226%204.36022%206.1873%204.24894V2.72414C6.1873%202.32421%206.52442%202%206.94028%202Z%22%2F%3E%3Cpath%20d%3D%22M21.9995%2014.0001V12.0001C21.9995%2011.161%2021.9963%209.66527%2021.9834%209H2.00917C1.99626%209.66527%201.99953%2011.161%201.99953%2012.0001V14.0001C1.99953%2017.7713%201.99953%2019.6569%203.1711%2020.8285C4.34267%2022.0001%206.22829%2022.0001%209.99953%2022.0001H13.9995C17.7708%2022.0001%2019.6564%2022.0001%2020.828%2020.8285C21.9995%2019.6569%2021.9995%2017.7713%2021.9995%2014.0001Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/calendar-minimalistic-bold-duotone.svg?color=%231a73e8&size=48