Calendar Lock icon

Used in calendar scenarios. The Calendar Lock 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 Lock 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 { CalendarLock24Regular, CalendarLock24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M17.75 3C19.5449 3 21 4.45507 21 6.25V11.5505C20.5901 11.1323 20.0762 10.8164 19.5 10.6449V8.5H4.5V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H13V21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V7H19.5V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM16 15H15.5C14.6716 15 14 15.6716 14 16.5V21.5C14 22.3284 14.6716 23 15.5 23H21.5C22.3284 23 23 22.3284 23 21.5V16.5C23 15.6716 22.3284 15 21.5 15H21V14C21 12.6193 19.8807 11.5 18.5 11.5C17.1193 11.5 16 12.6193 16 14V15ZM17.5 14C17.5 13.4477 17.9477 13 18.5 13C19.0523 13 19.5 13.4477 19.5 14V15H17.5V14ZM19.5 19C19.5 19.5523 19.0523 20 18.5 20C17.9477 20 17.5 19.5523 17.5 19C17.5 18.4477 17.9477 18 18.5 18C19.0523 18 19.5 18.4477 19.5 19Z" 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_lock_24_regular.svg";

Details

NameCalendar Lock
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_calendar_lock_24_regular.svg
Filled fileic_fluent_calendar_lock_24_filled.svg
React componentsCalendarLock24Regular, CalendarLock24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

timedateplanninglock

Related icons