calendar-date-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
calendar-date-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the calendar date icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 7v7.5a2.5 2.5 0 0 1-2.336 2.495L14.5 17h-9a2.5 2.5 0 0 1-2.495-2.336L3 14.5V7zm-5.484 1.234q-.796 0-1.265.426q-.47.426-.469 1.152q0 .419.213.745q.213.325.58.513q-.437.196-.68.559a1.45 1.45 0 0 0-.242.82q0 .746.51 1.188t1.357.441q.844 0 1.352-.44q.508-.438.508-1.189q0-.453-.24-.812a1.6 1.6 0 0 0-.686-.567a1.5 1.5 0 0 0 .586-.513q.215-.327.215-.745q0-.726-.47-1.152q-.468-.426-1.269-.426m-3.02.059h-.121l-2.219.816v.801l1.395-.476V14h.945zm3.016 3.168q.415 0 .666.26t.252.681q0 .435-.24.676q-.24.243-.67.242q-.429 0-.673-.25t-.245-.668q0-.425.248-.683t.662-.258m.004-2.465q.364 0 .579.24t.214.612q0 .39-.212.62q-.213.231-.577.231q-.363 0-.576-.23t-.213-.621q0-.395.211-.623q.21-.23.574-.229M14.5 3a2.5 2.5 0 0 1 2.495 2.336L17 5.5V6H3v-.5a2.5 2.5 0 0 1 2.336-2.495L5.5 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarDate20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 7v7.5a2.5 2.5 0 0 1-2.336 2.495L14.5 17h-9a2.5 2.5 0 0 1-2.495-2.336L3 14.5V7zm-5.484 1.234q-.796 0-1.265.426q-.47.426-.469 1.152q0 .419.213.745q.213.325.58.513q-.437.196-.68.559a1.45 1.45 0 0 0-.242.82q0 .746.51 1.188t1.357.441q.844 0 1.352-.44q.508-.438.508-1.189q0-.453-.24-.812a1.6 1.6 0 0 0-.686-.567a1.5 1.5 0 0 0 .586-.513q.215-.327.215-.745q0-.726-.47-1.152q-.468-.426-1.269-.426m-3.02.059h-.121l-2.219.816v.801l1.395-.476V14h.945zm3.016 3.168q.415 0 .666.26t.252.681q0 .435-.24.676q-.24.243-.67.242q-.429 0-.673-.25t-.245-.668q0-.425.248-.683t.662-.258m.004-2.465q.364 0 .579.24t.214.612q0 .39-.212.62q-.213.231-.577.231q-.363 0-.576-.23t-.213-.621q0-.395.211-.623q.21-.23.574-.229M14.5 3a2.5 2.5 0 0 1 2.495 2.336L17 5.5V6H3v-.5a2.5 2.5 0 0 1 2.336-2.495L5.5 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 7v7.5a2.5 2.5 0 0 1-2.336 2.495L14.5 17h-9a2.5 2.5 0 0 1-2.495-2.336L3 14.5V7zm-5.484 1.234q-.796 0-1.265.426q-.47.426-.469 1.152q0 .419.213.745q.213.325.58.513q-.437.196-.68.559a1.45 1.45 0 0 0-.242.82q0 .746.51 1.188t1.357.441q.844 0 1.352-.44q.508-.438.508-1.189q0-.453-.24-.812a1.6 1.6 0 0 0-.686-.567a1.5 1.5 0 0 0 .586-.513q.215-.327.215-.745q0-.726-.47-1.152q-.468-.426-1.269-.426m-3.02.059h-.121l-2.219.816v.801l1.395-.476V14h.945zm3.016 3.168q.415 0 .666.26t.252.681q0 .435-.24.676q-.24.243-.67.242q-.429 0-.673-.25t-.245-.668q0-.425.248-.683t.662-.258m.004-2.465q.364 0 .579.24t.214.612q0 .39-.212.62q-.213.231-.577.231q-.363 0-.576-.23t-.213-.621q0-.395.211-.623q.21-.23.574-.229M14.5 3a2.5 2.5 0 0 1 2.495 2.336L17 5.5V6H3v-.5a2.5 2.5 0 0 1 2.336-2.495L5.5 3z"/></svg>
</template>

CSS

.icon-calendar-date-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207v7.5a2.5%202.5%200%200%201-2.336%202.495L14.5%2017h-9a2.5%202.5%200%200%201-2.495-2.336L3%2014.5V7zm-5.484%201.234q-.796%200-1.265.426q-.47.426-.469%201.152q0%20.419.213.745q.213.325.58.513q-.437.196-.68.559a1.45%201.45%200%200%200-.242.82q0%20.746.51%201.188t1.357.441q.844%200%201.352-.44q.508-.438.508-1.189q0-.453-.24-.812a1.6%201.6%200%200%200-.686-.567a1.5%201.5%200%200%200%20.586-.513q.215-.327.215-.745q0-.726-.47-1.152q-.468-.426-1.269-.426m-3.02.059h-.121l-2.219.816v.801l1.395-.476V14h.945zm3.016%203.168q.415%200%20.666.26t.252.681q0%20.435-.24.676q-.24.243-.67.242q-.429%200-.673-.25t-.245-.668q0-.425.248-.683t.662-.258m.004-2.465q.364%200%20.579.24t.214.612q0%20.39-.212.62q-.213.231-.577.231q-.363%200-.576-.23t-.213-.621q0-.395.211-.623q.21-.23.574-.229M14.5%203a2.5%202.5%200%200%201%202.495%202.336L17%205.5V6H3v-.5a2.5%202.5%200%200%201%202.336-2.495L5.5%203z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207v7.5a2.5%202.5%200%200%201-2.336%202.495L14.5%2017h-9a2.5%202.5%200%200%201-2.495-2.336L3%2014.5V7zm-5.484%201.234q-.796%200-1.265.426q-.47.426-.469%201.152q0%20.419.213.745q.213.325.58.513q-.437.196-.68.559a1.45%201.45%200%200%200-.242.82q0%20.746.51%201.188t1.357.441q.844%200%201.352-.44q.508-.438.508-1.189q0-.453-.24-.812a1.6%201.6%200%200%200-.686-.567a1.5%201.5%200%200%200%20.586-.513q.215-.327.215-.745q0-.726-.47-1.152q-.468-.426-1.269-.426m-3.02.059h-.121l-2.219.816v.801l1.395-.476V14h.945zm3.016%203.168q.415%200%20.666.26t.252.681q0%20.435-.24.676q-.24.243-.67.242q-.429%200-.673-.25t-.245-.668q0-.425.248-.683t.662-.258m.004-2.465q.364%200%20.579.24t.214.612q0%20.39-.212.62q-.213.231-.577.231q-.363%200-.576-.23t-.213-.621q0-.395.211-.623q.21-.23.574-.229M14.5%203a2.5%202.5%200%200%201%202.495%202.336L17%205.5V6H3v-.5a2.5%202.5%200%200%201%202.336-2.495L5.5%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calendar-date-20-filled.svg?color=%231a73e8&size=48