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

Name
calendar-date-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M25 9.5v12.25A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9.5zm-8.006 2.734q-1.196 0-1.898.639q-.703.639-.703 1.729q0 .627.319 1.116q.32.49.87.77a2.33 2.33 0 0 0-1.02.838a2.17 2.17 0 0 0-.363 1.23q0 1.12.765 1.782T17 21q1.266 0 2.027-.66q.762-.658.762-1.783q0-.68-.36-1.22q-.36-.538-1.029-.849q.558-.28.88-.77q.322-.489.322-1.116q0-1.09-.704-1.729q-.702-.639-1.904-.639m-5.03.088h-.182l-3.328 1.225v1.201l2.092-.715v6.85h1.418zm5.024 4.752q.62 0 1 .39q.377.39.377 1.022q0 .651-.36 1.014T17 19.863t-1.01-.375t-.367-1.002q0-.638.372-1.025q.373-.387.993-.387m.006-3.697q.544 0 .867.36t.323.917q0 .585-.32.932q-.319.346-.864.346t-.864-.346q-.32-.345-.32-.932q0-.592.317-.934q.316-.343.861-.343M21.75 3A3.25 3.25 0 0 1 25 6.25V8H3V6.25A3.25 3.25 0 0 1 6.25 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarDate28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25 9.5v12.25A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9.5zm-8.006 2.734q-1.196 0-1.898.639q-.703.639-.703 1.729q0 .627.319 1.116q.32.49.87.77a2.33 2.33 0 0 0-1.02.838a2.17 2.17 0 0 0-.363 1.23q0 1.12.765 1.782T17 21q1.266 0 2.027-.66q.762-.658.762-1.783q0-.68-.36-1.22q-.36-.538-1.029-.849q.558-.28.88-.77q.322-.489.322-1.116q0-1.09-.704-1.729q-.702-.639-1.904-.639m-5.03.088h-.182l-3.328 1.225v1.201l2.092-.715v6.85h1.418zm5.024 4.752q.62 0 1 .39q.377.39.377 1.022q0 .651-.36 1.014T17 19.863t-1.01-.375t-.367-1.002q0-.638.372-1.025q.373-.387.993-.387m.006-3.697q.544 0 .867.36t.323.917q0 .585-.32.932q-.319.346-.864.346t-.864-.346q-.32-.345-.32-.932q0-.592.317-.934q.316-.343.861-.343M21.75 3A3.25 3.25 0 0 1 25 6.25V8H3V6.25A3.25 3.25 0 0 1 6.25 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25 9.5v12.25A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9.5zm-8.006 2.734q-1.196 0-1.898.639q-.703.639-.703 1.729q0 .627.319 1.116q.32.49.87.77a2.33 2.33 0 0 0-1.02.838a2.17 2.17 0 0 0-.363 1.23q0 1.12.765 1.782T17 21q1.266 0 2.027-.66q.762-.658.762-1.783q0-.68-.36-1.22q-.36-.538-1.029-.849q.558-.28.88-.77q.322-.489.322-1.116q0-1.09-.704-1.729q-.702-.639-1.904-.639m-5.03.088h-.182l-3.328 1.225v1.201l2.092-.715v6.85h1.418zm5.024 4.752q.62 0 1 .39q.377.39.377 1.022q0 .651-.36 1.014T17 19.863t-1.01-.375t-.367-1.002q0-.638.372-1.025q.373-.387.993-.387m.006-3.697q.544 0 .867.36t.323.917q0 .585-.32.932q-.319.346-.864.346t-.864-.346q-.32-.345-.32-.932q0-.592.317-.934q.316-.343.861-.343M21.75 3A3.25 3.25 0 0 1 25 6.25V8H3V6.25A3.25 3.25 0 0 1 6.25 3z"/></svg>
</template>

CSS

.icon-calendar-date-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%209.5v12.25A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9.5zm-8.006%202.734q-1.196%200-1.898.639q-.703.639-.703%201.729q0%20.627.319%201.116q.32.49.87.77a2.33%202.33%200%200%200-1.02.838a2.17%202.17%200%200%200-.363%201.23q0%201.12.765%201.782T17%2021q1.266%200%202.027-.66q.762-.658.762-1.783q0-.68-.36-1.22q-.36-.538-1.029-.849q.558-.28.88-.77q.322-.489.322-1.116q0-1.09-.704-1.729q-.702-.639-1.904-.639m-5.03.088h-.182l-3.328%201.225v1.201l2.092-.715v6.85h1.418zm5.024%204.752q.62%200%201%20.39q.377.39.377%201.022q0%20.651-.36%201.014T17%2019.863t-1.01-.375t-.367-1.002q0-.638.372-1.025q.373-.387.993-.387m.006-3.697q.544%200%20.867.36t.323.917q0%20.585-.32.932q-.319.346-.864.346t-.864-.346q-.32-.345-.32-.932q0-.592.317-.934q.316-.343.861-.343M21.75%203A3.25%203.25%200%200%201%2025%206.25V8H3V6.25A3.25%203.25%200%200%201%206.25%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%209.5v12.25A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9.5zm-8.006%202.734q-1.196%200-1.898.639q-.703.639-.703%201.729q0%20.627.319%201.116q.32.49.87.77a2.33%202.33%200%200%200-1.02.838a2.17%202.17%200%200%200-.363%201.23q0%201.12.765%201.782T17%2021q1.266%200%202.027-.66q.762-.658.762-1.783q0-.68-.36-1.22q-.36-.538-1.029-.849q.558-.28.88-.77q.322-.489.322-1.116q0-1.09-.704-1.729q-.702-.639-1.904-.639m-5.03.088h-.182l-3.328%201.225v1.201l2.092-.715v6.85h1.418zm5.024%204.752q.62%200%201%20.39q.377.39.377%201.022q0%20.651-.36%201.014T17%2019.863t-1.01-.375t-.367-1.002q0-.638.372-1.025q.373-.387.993-.387m.006-3.697q.544%200%20.867.36t.323.917q0%20.585-.32.932q-.319.346-.864.346t-.864-.346q-.32-.345-.32-.932q0-.592.317-.934q.316-.343.861-.343M21.75%203A3.25%203.25%200%200%201%2025%206.25V8H3V6.25A3.25%203.25%200%200%201%206.25%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-28-filled.svg?color=%231a73e8&size=48