calendar plus icon

calendar-plus from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
calendar-plus
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime Icons

Use the calendar plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 4.75h-1.25V3.5a.75.75 0 0 0-1.5 0v1.25h-4.5V3.5a.75.75 0 0 0-1.5 0v1.25H7A2.75 2.75 0 0 0 4.25 7.5v11A2.75 2.75 0 0 0 7 21.25h10a2.75 2.75 0 0 0 2.75-2.75v-11A2.75 2.75 0 0 0 17 4.75M7 6.25h1.25V7.5a.75.75 0 0 0 1.5 0V6.25h4.5V7.5a.75.75 0 0 0 1.5 0V6.25H17a1.25 1.25 0 0 1 1.25 1.25v2.75H5.75V7.5A1.25 1.25 0 0 1 7 6.25m10 13.5H7a1.25 1.25 0 0 1-1.25-1.25v-6.75h12.5v6.75A1.25 1.25 0 0 1 17 19.75"/><path fill="currentColor" d="M14 15.25h-1.25V14a.75.75 0 0 0-1.5 0v1.25H10a.75.75 0 0 0 0 1.5h1.25V18a.75.75 0 0 0 1.5 0v-1.25H14a.75.75 0 0 0 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function PrimeCalendarPlus(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="M17 4.75h-1.25V3.5a.75.75 0 0 0-1.5 0v1.25h-4.5V3.5a.75.75 0 0 0-1.5 0v1.25H7A2.75 2.75 0 0 0 4.25 7.5v11A2.75 2.75 0 0 0 7 21.25h10a2.75 2.75 0 0 0 2.75-2.75v-11A2.75 2.75 0 0 0 17 4.75M7 6.25h1.25V7.5a.75.75 0 0 0 1.5 0V6.25h4.5V7.5a.75.75 0 0 0 1.5 0V6.25H17a1.25 1.25 0 0 1 1.25 1.25v2.75H5.75V7.5A1.25 1.25 0 0 1 7 6.25m10 13.5H7a1.25 1.25 0 0 1-1.25-1.25v-6.75h12.5v6.75A1.25 1.25 0 0 1 17 19.75"/><path fill="currentColor" d="M14 15.25h-1.25V14a.75.75 0 0 0-1.5 0v1.25H10a.75.75 0 0 0 0 1.5h1.25V18a.75.75 0 0 0 1.5 0v-1.25H14a.75.75 0 0 0 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 4.75h-1.25V3.5a.75.75 0 0 0-1.5 0v1.25h-4.5V3.5a.75.75 0 0 0-1.5 0v1.25H7A2.75 2.75 0 0 0 4.25 7.5v11A2.75 2.75 0 0 0 7 21.25h10a2.75 2.75 0 0 0 2.75-2.75v-11A2.75 2.75 0 0 0 17 4.75M7 6.25h1.25V7.5a.75.75 0 0 0 1.5 0V6.25h4.5V7.5a.75.75 0 0 0 1.5 0V6.25H17a1.25 1.25 0 0 1 1.25 1.25v2.75H5.75V7.5A1.25 1.25 0 0 1 7 6.25m10 13.5H7a1.25 1.25 0 0 1-1.25-1.25v-6.75h12.5v6.75A1.25 1.25 0 0 1 17 19.75"/><path fill="currentColor" d="M14 15.25h-1.25V14a.75.75 0 0 0-1.5 0v1.25H10a.75.75 0 0 0 0 1.5h1.25V18a.75.75 0 0 0 1.5 0v-1.25H14a.75.75 0 0 0 0-1.5"/></svg>
</template>

CSS

.icon-calendar-plus {
  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%22M17%204.75h-1.25V3.5a.75.75%200%200%200-1.5%200v1.25h-4.5V3.5a.75.75%200%200%200-1.5%200v1.25H7A2.75%202.75%200%200%200%204.25%207.5v11A2.75%202.75%200%200%200%207%2021.25h10a2.75%202.75%200%200%200%202.75-2.75v-11A2.75%202.75%200%200%200%2017%204.75M7%206.25h1.25V7.5a.75.75%200%200%200%201.5%200V6.25h4.5V7.5a.75.75%200%200%200%201.5%200V6.25H17a1.25%201.25%200%200%201%201.25%201.25v2.75H5.75V7.5A1.25%201.25%200%200%201%207%206.25m10%2013.5H7a1.25%201.25%200%200%201-1.25-1.25v-6.75h12.5v6.75A1.25%201.25%200%200%201%2017%2019.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2015.25h-1.25V14a.75.75%200%200%200-1.5%200v1.25H10a.75.75%200%200%200%200%201.5h1.25V18a.75.75%200%200%200%201.5%200v-1.25H14a.75.75%200%200%200%200-1.5%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%22M17%204.75h-1.25V3.5a.75.75%200%200%200-1.5%200v1.25h-4.5V3.5a.75.75%200%200%200-1.5%200v1.25H7A2.75%202.75%200%200%200%204.25%207.5v11A2.75%202.75%200%200%200%207%2021.25h10a2.75%202.75%200%200%200%202.75-2.75v-11A2.75%202.75%200%200%200%2017%204.75M7%206.25h1.25V7.5a.75.75%200%200%200%201.5%200V6.25h4.5V7.5a.75.75%200%200%200%201.5%200V6.25H17a1.25%201.25%200%200%201%201.25%201.25v2.75H5.75V7.5A1.25%201.25%200%200%201%207%206.25m10%2013.5H7a1.25%201.25%200%200%201-1.25-1.25v-6.75h12.5v6.75A1.25%201.25%200%200%201%2017%2019.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2015.25h-1.25V14a.75.75%200%200%200-1.5%200v1.25H10a.75.75%200%200%200%200%201.5h1.25V18a.75.75%200%200%200%201.5%200v-1.25H14a.75.75%200%200%200%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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