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

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

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 16 16"><path fill="currentColor" d="M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-6.5A2.75 2.75 0 0 0 11.25 2zM3.5 4.75c0-.69.56-1.25 1.25-1.25h6.5c.69 0 1.25.56 1.25 1.25V6h-9zM11.707 7h.793v.793L10.293 10H8.707zm-1.414 0l-3 3H5.707l3-3zm-6 3H3.5v-.793L5.707 7h1.586zM3.5 7.793V7h.793zM11.707 10l.793-.793V10z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarPattern16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-6.5A2.75 2.75 0 0 0 11.25 2zM3.5 4.75c0-.69.56-1.25 1.25-1.25h6.5c.69 0 1.25.56 1.25 1.25V6h-9zM11.707 7h.793v.793L10.293 10H8.707zm-1.414 0l-3 3H5.707l3-3zm-6 3H3.5v-.793L5.707 7h1.586zM3.5 7.793V7h.793zM11.707 10l.793-.793V10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-6.5A2.75 2.75 0 0 0 11.25 2zM3.5 4.75c0-.69.56-1.25 1.25-1.25h6.5c.69 0 1.25.56 1.25 1.25V6h-9zM11.707 7h.793v.793L10.293 10H8.707zm-1.414 0l-3 3H5.707l3-3zm-6 3H3.5v-.793L5.707 7h1.586zM3.5 7.793V7h.793zM11.707 10l.793-.793V10z"/></svg>
</template>

CSS

.icon-calendar-pattern-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%202A2.75%202.75%200%200%200%202%204.75v6.5A2.75%202.75%200%200%200%204.75%2014h6.5A2.75%202.75%200%200%200%2014%2011.25v-6.5A2.75%202.75%200%200%200%2011.25%202zM3.5%204.75c0-.69.56-1.25%201.25-1.25h6.5c.69%200%201.25.56%201.25%201.25V6h-9zM11.707%207h.793v.793L10.293%2010H8.707zm-1.414%200l-3%203H5.707l3-3zm-6%203H3.5v-.793L5.707%207h1.586zM3.5%207.793V7h.793zM11.707%2010l.793-.793V10z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%202A2.75%202.75%200%200%200%202%204.75v6.5A2.75%202.75%200%200%200%204.75%2014h6.5A2.75%202.75%200%200%200%2014%2011.25v-6.5A2.75%202.75%200%200%200%2011.25%202zM3.5%204.75c0-.69.56-1.25%201.25-1.25h6.5c.69%200%201.25.56%201.25%201.25V6h-9zM11.707%207h.793v.793L10.293%2010H8.707zm-1.414%200l-3%203H5.707l3-3zm-6%203H3.5v-.793L5.707%207h1.586zM3.5%207.793V7h.793zM11.707%2010l.793-.793V10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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