calendar edit icon

calendar-edit-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
calendar-edit-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All calendar edit icons →

More newicons icons from Reicon

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="M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25c-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h8c3.5 0 5-2 5-5v-6.16c0-.55-.45-1-1-1m-5.16 5.15l-.5.51h-.01l-3.03 3.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57 1.1-.57c.34 0 .71.16 1.12.57c.9.9.61 1.61 0 2.22"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCalendarEditFilled(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="M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25c-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h8c3.5 0 5-2 5-5v-6.16c0-.55-.45-1-1-1m-5.16 5.15l-.5.51h-.01l-3.03 3.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57 1.1-.57c.34 0 .71.16 1.12.57c.9.9.61 1.61 0 2.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25c-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h8c3.5 0 5-2 5-5v-6.16c0-.55-.45-1-1-1m-5.16 5.15l-.5.51h-.01l-3.03 3.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57 1.1-.57c.34 0 .71.16 1.12.57c.9.9.61 1.61 0 2.22"/></svg>
</template>

CSS

.icon-calendar-edit-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%22M16.75%203.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01%201.86-4.21%204.25c-.02.29.22.53.5.53h16.92c.29%200%20.53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M20%209.84H4c-.55%200-1%20.45-1%201V17c0%203%201.5%205%205%205h8c3.5%200%205-2%205-5v-6.16c0-.55-.45-1-1-1m-5.16%205.15l-.5.51h-.01l-3.03%203.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57%201.1-.57c.34%200%20.71.16%201.12.57c.9.9.61%201.61%200%202.22%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%22M16.75%203.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01%201.86-4.21%204.25c-.02.29.22.53.5.53h16.92c.29%200%20.53-.25.5-.53c-.2-2.39-1.51-4-4.21-4.25M20%209.84H4c-.55%200-1%20.45-1%201V17c0%203%201.5%205%205%205h8c3.5%200%205-2%205-5v-6.16c0-.55-.45-1-1-1m-5.16%205.15l-.5.51h-.01l-3.03%203.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57%201.1-.57c.34%200%20.71.16%201.12.57c.9.9.61%201.61%200%202.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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