calendar off icon

calendar-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
calendar-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the calendar off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 2v4M9.009 4.009C9.607 4 10.268 4 11 4h2c3.771 0 5.657 0 6.828 1.172S21 8.229 21 12v2c0 .732 0 1.393-.009 1.991M4.731 4.731q-.305.186-.56.44C3 6.344 3 8.23 3 12v2c0 3.771 0 5.657 1.172 6.828S7.229 22 11 22h2c3.771 0 5.657 0 6.828-1.172q.254-.254.44-.56M3 10h7m11 0h-6M2 2l20 20"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCalendarOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16 2v4M9.009 4.009C9.607 4 10.268 4 11 4h2c3.771 0 5.657 0 6.828 1.172S21 8.229 21 12v2c0 .732 0 1.393-.009 1.991M4.731 4.731q-.305.186-.56.44C3 6.344 3 8.23 3 12v2c0 3.771 0 5.657 1.172 6.828S7.229 22 11 22h2c3.771 0 5.657 0 6.828-1.172q.254-.254.44-.56M3 10h7m11 0h-6M2 2l20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 2v4M9.009 4.009C9.607 4 10.268 4 11 4h2c3.771 0 5.657 0 6.828 1.172S21 8.229 21 12v2c0 .732 0 1.393-.009 1.991M4.731 4.731q-.305.186-.56.44C3 6.344 3 8.23 3 12v2c0 3.771 0 5.657 1.172 6.828S7.229 22 11 22h2c3.771 0 5.657 0 6.828-1.172q.254-.254.44-.56M3 10h7m11 0h-6M2 2l20 20"/></svg>
</template>

CSS

.icon-calendar-off {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%202v4M9.009%204.009C9.607%204%2010.268%204%2011%204h2c3.771%200%205.657%200%206.828%201.172S21%208.229%2021%2012v2c0%20.732%200%201.393-.009%201.991M4.731%204.731q-.305.186-.56.44C3%206.344%203%208.23%203%2012v2c0%203.771%200%205.657%201.172%206.828S7.229%2022%2011%2022h2c3.771%200%205.657%200%206.828-1.172q.254-.254.44-.56M3%2010h7m11%200h-6M2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%202v4M9.009%204.009C9.607%204%2010.268%204%2011%204h2c3.771%200%205.657%200%206.828%201.172S21%208.229%2021%2012v2c0%20.732%200%201.393-.009%201.991M4.731%204.731q-.305.186-.56.44C3%206.344%203%208.23%203%2012v2c0%203.771%200%205.657%201.172%206.828S7.229%2022%2011%2022h2c3.771%200%205.657%200%206.828-1.172q.254-.254.44-.56M3%2010h7m11%200h-6M2%202l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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