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

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

4 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the calendar pattern icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.75 3h8.5A2.75 2.75 0 0 1 17 5.75v8.5A2.75 2.75 0 0 1 14.25 17h-8.5A2.75 2.75 0 0 1 3 14.25v-8.5A2.75 2.75 0 0 1 5.75 3M4.5 5.75V7h11V5.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M14.707 8l-4 4h2.586L15.5 9.793V8zm-1.414 0h-2.586l-4 4h2.586zm-8 4l4-4H6.707L4.5 10.207V12zM4.5 8.793L5.293 8H4.5zM14.707 12h.793v-.793z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarPattern20Filled(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="M5.75 3h8.5A2.75 2.75 0 0 1 17 5.75v8.5A2.75 2.75 0 0 1 14.25 17h-8.5A2.75 2.75 0 0 1 3 14.25v-8.5A2.75 2.75 0 0 1 5.75 3M4.5 5.75V7h11V5.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M14.707 8l-4 4h2.586L15.5 9.793V8zm-1.414 0h-2.586l-4 4h2.586zm-8 4l4-4H6.707L4.5 10.207V12zM4.5 8.793L5.293 8H4.5zM14.707 12h.793v-.793z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.75 3h8.5A2.75 2.75 0 0 1 17 5.75v8.5A2.75 2.75 0 0 1 14.25 17h-8.5A2.75 2.75 0 0 1 3 14.25v-8.5A2.75 2.75 0 0 1 5.75 3M4.5 5.75V7h11V5.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M14.707 8l-4 4h2.586L15.5 9.793V8zm-1.414 0h-2.586l-4 4h2.586zm-8 4l4-4H6.707L4.5 10.207V12zM4.5 8.793L5.293 8H4.5zM14.707 12h.793v-.793z"/></svg>
</template>

CSS

.icon-calendar-pattern-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%22M5.75%203h8.5A2.75%202.75%200%200%201%2017%205.75v8.5A2.75%202.75%200%200%201%2014.25%2017h-8.5A2.75%202.75%200%200%201%203%2014.25v-8.5A2.75%202.75%200%200%201%205.75%203M4.5%205.75V7h11V5.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69%200-1.25.56-1.25%201.25M14.707%208l-4%204h2.586L15.5%209.793V8zm-1.414%200h-2.586l-4%204h2.586zm-8%204l4-4H6.707L4.5%2010.207V12zM4.5%208.793L5.293%208H4.5zM14.707%2012h.793v-.793z%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%22M5.75%203h8.5A2.75%202.75%200%200%201%2017%205.75v8.5A2.75%202.75%200%200%201%2014.25%2017h-8.5A2.75%202.75%200%200%201%203%2014.25v-8.5A2.75%202.75%200%200%201%205.75%203M4.5%205.75V7h11V5.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69%200-1.25.56-1.25%201.25M14.707%208l-4%204h2.586L15.5%209.793V8zm-1.414%200h-2.586l-4%204h2.586zm-8%204l4-4H6.707L4.5%2010.207V12zM4.5%208.793L5.293%208H4.5zM14.707%2012h.793v-.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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