calendar edit icon

calendar-edit-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
calendar-edit-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the calendar edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.512 8.72a2.46 2.46 0 0 1 3.479 0a2.46 2.46 0 0 1 0 3.479l-.004.005l-1.094 1.08a1 1 0 0 0-.194-.272l-3-3a1 1 0 0 0-.272-.193zm-2.415 2.445L7.28 14.017a1 1 0 0 0-.289.702v2a1 1 0 0 0 1 1h2a1 1 0 0 0 .703-.288l2.851-2.816a1 1 0 0 1-.26-.189l-3-3a1 1 0 0 1-.19-.26Z"/><path d="M7 3a1 1 0 0 1 1 1v1h3V4a1 1 0 1 1 2 0v1h3V4a1 1 0 1 1 2 0v1h1a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1V4a1 1 0 0 1 1-1m10.67 8H19v8H5v-8h3.855l.53-.537a1 1 0 0 1 .87-.285c.097.015.233.13.277.087s-.073-.18-.09-.276a1 1 0 0 1 .274-.873l1.09-1.104a3.46 3.46 0 0 1 4.892 0l.001.002A3.46 3.46 0 0 1 17.67 11"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteCalendarEditSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12.512 8.72a2.46 2.46 0 0 1 3.479 0a2.46 2.46 0 0 1 0 3.479l-.004.005l-1.094 1.08a1 1 0 0 0-.194-.272l-3-3a1 1 0 0 0-.272-.193zm-2.415 2.445L7.28 14.017a1 1 0 0 0-.289.702v2a1 1 0 0 0 1 1h2a1 1 0 0 0 .703-.288l2.851-2.816a1 1 0 0 1-.26-.189l-3-3a1 1 0 0 1-.19-.26Z"/><path d="M7 3a1 1 0 0 1 1 1v1h3V4a1 1 0 1 1 2 0v1h3V4a1 1 0 1 1 2 0v1h1a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1V4a1 1 0 0 1 1-1m10.67 8H19v8H5v-8h3.855l.53-.537a1 1 0 0 1 .87-.285c.097.015.233.13.277.087s-.073-.18-.09-.276a1 1 0 0 1 .274-.873l1.09-1.104a3.46 3.46 0 0 1 4.892 0l.001.002A3.46 3.46 0 0 1 17.67 11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.512 8.72a2.46 2.46 0 0 1 3.479 0a2.46 2.46 0 0 1 0 3.479l-.004.005l-1.094 1.08a1 1 0 0 0-.194-.272l-3-3a1 1 0 0 0-.272-.193zm-2.415 2.445L7.28 14.017a1 1 0 0 0-.289.702v2a1 1 0 0 0 1 1h2a1 1 0 0 0 .703-.288l2.851-2.816a1 1 0 0 1-.26-.189l-3-3a1 1 0 0 1-.19-.26Z"/><path d="M7 3a1 1 0 0 1 1 1v1h3V4a1 1 0 1 1 2 0v1h3V4a1 1 0 1 1 2 0v1h1a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1V4a1 1 0 0 1 1-1m10.67 8H19v8H5v-8h3.855l.53-.537a1 1 0 0 1 .87-.285c.097.015.233.13.277.087s-.073-.18-.09-.276a1 1 0 0 1 .274-.873l1.09-1.104a3.46 3.46 0 0 1 4.892 0l.001.002A3.46 3.46 0 0 1 17.67 11"/></g></svg>
</template>

CSS

.icon-calendar-edit-solid {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.512%208.72a2.46%202.46%200%200%201%203.479%200a2.46%202.46%200%200%201%200%203.479l-.004.005l-1.094%201.08a1%201%200%200%200-.194-.272l-3-3a1%201%200%200%200-.272-.193zm-2.415%202.445L7.28%2014.017a1%201%200%200%200-.289.702v2a1%201%200%200%200%201%201h2a1%201%200%200%200%20.703-.288l2.851-2.816a1%201%200%200%201-.26-.189l-3-3a1%201%200%200%201-.19-.26Z%22%2F%3E%3Cpath%20d%3D%22M7%203a1%201%200%200%201%201%201v1h3V4a1%201%200%201%201%202%200v1h3V4a1%201%200%201%201%202%200v1h1a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1V4a1%201%200%200%201%201-1m10.67%208H19v8H5v-8h3.855l.53-.537a1%201%200%200%201%20.87-.285c.097.015.233.13.277.087s-.073-.18-.09-.276a1%201%200%200%201%20.274-.873l1.09-1.104a3.46%203.46%200%200%201%204.892%200l.001.002A3.46%203.46%200%200%201%2017.67%2011%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.512%208.72a2.46%202.46%200%200%201%203.479%200a2.46%202.46%200%200%201%200%203.479l-.004.005l-1.094%201.08a1%201%200%200%200-.194-.272l-3-3a1%201%200%200%200-.272-.193zm-2.415%202.445L7.28%2014.017a1%201%200%200%200-.289.702v2a1%201%200%200%200%201%201h2a1%201%200%200%200%20.703-.288l2.851-2.816a1%201%200%200%201-.26-.189l-3-3a1%201%200%200%201-.19-.26Z%22%2F%3E%3Cpath%20d%3D%22M7%203a1%201%200%200%201%201%201v1h3V4a1%201%200%201%201%202%200v1h3V4a1%201%200%201%201%202%200v1h1a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1V4a1%201%200%200%201%201-1m10.67%208H19v8H5v-8h3.855l.53-.537a1%201%200%200%201%20.87-.285c.097.015.233.13.277.087s-.073-.18-.09-.276a1%201%200%200%201%20.274-.873l1.09-1.104a3.46%203.46%200%200%201%204.892%200l.001.002A3.46%203.46%200%200%201%2017.67%2011%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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