calendar-x from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
calendar-x
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the calendar x 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.5 5V3m-9 2V3M3.25 8h17.5M10.5 12.5l3 3m0-3l-3 3M3 10.044c0-2.115 0-3.173.436-3.981a3.9 3.9 0 0 1 1.748-1.651C6.04 4 7.16 4 9.4 4h5.2c2.24 0 3.36 0 4.216.412c.753.362 1.364.94 1.748 1.65c.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.9 3.9 0 0 1-1.748 1.651C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.412a3.9 3.9 0 0 1-1.748-1.65C3 18.128 3 17.07 3 14.955z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCalendarX(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.5 5V3m-9 2V3M3.25 8h17.5M10.5 12.5l3 3m0-3l-3 3M3 10.044c0-2.115 0-3.173.436-3.981a3.9 3.9 0 0 1 1.748-1.651C6.04 4 7.16 4 9.4 4h5.2c2.24 0 3.36 0 4.216.412c.753.362 1.364.94 1.748 1.65c.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.9 3.9 0 0 1-1.748 1.651C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.412a3.9 3.9 0 0 1-1.748-1.65C3 18.128 3 17.07 3 14.955z"/></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.5 5V3m-9 2V3M3.25 8h17.5M10.5 12.5l3 3m0-3l-3 3M3 10.044c0-2.115 0-3.173.436-3.981a3.9 3.9 0 0 1 1.748-1.651C6.04 4 7.16 4 9.4 4h5.2c2.24 0 3.36 0 4.216.412c.753.362 1.364.94 1.748 1.65c.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.9 3.9 0 0 1-1.748 1.651C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.412a3.9 3.9 0 0 1-1.748-1.65C3 18.128 3 17.07 3 14.955z"/></svg>
</template>

CSS

.icon-calendar-x {
  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.5%205V3m-9%202V3M3.25%208h17.5M10.5%2012.5l3%203m0-3l-3%203M3%2010.044c0-2.115%200-3.173.436-3.981a3.9%203.9%200%200%201%201.748-1.651C6.04%204%207.16%204%209.4%204h5.2c2.24%200%203.36%200%204.216.412c.753.362%201.364.94%201.748%201.65c.436.81.436%201.868.436%203.983v4.912c0%202.115%200%203.173-.436%203.981a3.9%203.9%200%200%201-1.748%201.651C17.96%2021%2016.84%2021%2014.6%2021H9.4c-2.24%200-3.36%200-4.216-.412a3.9%203.9%200%200%201-1.748-1.65C3%2018.128%203%2017.07%203%2014.955z%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.5%205V3m-9%202V3M3.25%208h17.5M10.5%2012.5l3%203m0-3l-3%203M3%2010.044c0-2.115%200-3.173.436-3.981a3.9%203.9%200%200%201%201.748-1.651C6.04%204%207.16%204%209.4%204h5.2c2.24%200%203.36%200%204.216.412c.753.362%201.364.94%201.748%201.65c.436.81.436%201.868.436%203.983v4.912c0%202.115%200%203.173-.436%203.981a3.9%203.9%200%200%201-1.748%201.651C17.96%2021%2016.84%2021%2014.6%2021H9.4c-2.24%200-3.36%200-4.216-.412a3.9%203.9%200%200%201-1.748-1.65C3%2018.128%203%2017.07%203%2014.955z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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