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

Name
calendar-edit-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

8 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the calendar edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.164 20.998l.356-1.423c.162-.648.497-1.24.97-1.712l5.901-5.901a3.28 3.28 0 0 1 2.607-.95V8.5H3v9.249a3.25 3.25 0 0 0 3.25 3.25zM6 16.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M6 11.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M17.749 3a3.25 3.25 0 0 1 3.25 3.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3zm-4.552 15.57l5.901-5.901a2.286 2.286 0 0 1 3.233 3.232l-5.902 5.902a2.7 2.7 0 0 1-1.248.706l-1.83.458a1.087 1.087 0 0 1-1.318-1.319l.457-1.83c.118-.472.362-.903.707-1.248"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarEdit24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.164 20.998l.356-1.423c.162-.648.497-1.24.97-1.712l5.901-5.901a3.28 3.28 0 0 1 2.607-.95V8.5H3v9.249a3.25 3.25 0 0 0 3.25 3.25zM6 16.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M6 11.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M17.749 3a3.25 3.25 0 0 1 3.25 3.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3zm-4.552 15.57l5.901-5.901a2.286 2.286 0 0 1 3.233 3.232l-5.902 5.902a2.7 2.7 0 0 1-1.248.706l-1.83.458a1.087 1.087 0 0 1-1.318-1.319l.457-1.83c.118-.472.362-.903.707-1.248"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.164 20.998l.356-1.423c.162-.648.497-1.24.97-1.712l5.901-5.901a3.28 3.28 0 0 1 2.607-.95V8.5H3v9.249a3.25 3.25 0 0 0 3.25 3.25zM6 16.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M6 11.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75 0a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M17.749 3a3.25 3.25 0 0 1 3.25 3.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3zm-4.552 15.57l5.901-5.901a2.286 2.286 0 0 1 3.233 3.232l-5.902 5.902a2.7 2.7 0 0 1-1.248.706l-1.83.458a1.087 1.087 0 0 1-1.318-1.319l.457-1.83c.118-.472.362-.903.707-1.248"/></svg>
</template>

CSS

.icon-calendar-edit-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.164%2020.998l.356-1.423c.162-.648.497-1.24.97-1.712l5.901-5.901a3.28%203.28%200%200%201%202.607-.95V8.5H3v9.249a3.25%203.25%200%200%200%203.25%203.25zM6%2016.25a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75%200a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M6%2011.75a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75%200a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75%200a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M17.749%203a3.25%203.25%200%200%201%203.25%203.25V7H3v-.75A3.25%203.25%200%200%201%206.25%203zm-4.552%2015.57l5.901-5.901a2.286%202.286%200%200%201%203.233%203.232l-5.902%205.902a2.7%202.7%200%200%201-1.248.706l-1.83.458a1.087%201.087%200%200%201-1.318-1.319l.457-1.83c.118-.472.362-.903.707-1.248%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.164%2020.998l.356-1.423c.162-.648.497-1.24.97-1.712l5.901-5.901a3.28%203.28%200%200%201%202.607-.95V8.5H3v9.249a3.25%203.25%200%200%200%203.25%203.25zM6%2016.25a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75%200a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M6%2011.75a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75%200a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75%200a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M17.749%203a3.25%203.25%200%200%201%203.25%203.25V7H3v-.75A3.25%203.25%200%200%201%206.25%203zm-4.552%2015.57l5.901-5.901a2.286%202.286%200%200%201%203.233%203.232l-5.902%205.902a2.7%202.7%200%200%201-1.248.706l-1.83.458a1.087%201.087%200%200%201-1.318-1.319l.457-1.83c.118-.472.362-.903.707-1.248%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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