Calendar Template icon

Used to represent calendar templates. The Calendar Template icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Calendar Template icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { CalendarTemplate24Regular, CalendarTemplate24Filled } from "@fluentui/react-icons";

export function Example() {
  return <CalendarTemplate24Regular aria-label="Calendar Template" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_calendar_template_24_regular.svg" width="24" height="24" alt="Calendar Template">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 2C3.45507 2 2 3.45507 2 5.25V16.75C2 18.5449 3.45508 20 5.25 20H9.07501C9.02582 19.7577 9 19.5068 9 19.25V18.5H5.25C4.2835 18.5 3.5 17.7165 3.5 16.75V5.25C3.5 4.2835 4.2835 3.5 5.25 3.5H15.75C16.7165 3.5 17.5 4.2835 17.5 5.25V9H19V5.25C19 3.45507 17.5449 2 15.75 2H5.25ZM12.75 9H6.75C6.33579 9 6 9.33579 6 9.75C6 10.1642 6.33579 10.5 6.75 10.5H9.74973C10.4339 9.58917 11.5231 9 12.75 9ZM6.75 6C6.33579 6 6 6.33579 6 6.75C6 7.16421 6.33579 7.5 6.75 7.5H14.25C14.6642 7.5 15 7.16421 15 6.75C15 6.33579 14.6642 6 14.25 6H6.75ZM10 12.75C10 11.2312 11.2312 10 12.75 10H19.25C20.7688 10 22 11.2312 22 12.75V19.25C22 20.7688 20.7688 22 19.25 22H12.75C11.2312 22 10 20.7688 10 19.25V12.75ZM11.5 15V19.25C11.5 19.9404 12.0596 20.5 12.75 20.5H19.25C19.9404 20.5 20.5 19.9404 20.5 19.25V15H11.5ZM20.5 13.5V12.75C20.5 12.0596 19.9404 11.5 19.25 11.5H12.75C12.0596 11.5 11.5 12.0596 11.5 12.75V13.5H20.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/calendar_template_24_regular.svg";

Details

NameCalendar Template
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_calendar_template_24_regular.svg
Filled fileic_fluent_calendar_template_24_filled.svg
React componentsCalendarTemplate24Regular, CalendarTemplate24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

templatebuildingblocksguidancecalendareventdatetime

Related icons