← Go back
Share

Calendar Slash


Usage:

React Code:

npm install @mynaui/icons-react
import { CalendarSlash } from "@mynaui/icons-react";

const App = () => {
  return <CalendarSlash />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M7.5 5V3M3.25 8H11m9.75 0H16m-1.4-4H9.4c-2.24 0-3.36 0-4.216.412a3.896 3.896 0 0 0-1.748 1.65C3 6.872 3 7.93 3 10.045v4.912c0 .827 0 1.492.026 2.044M3 21l1.138-1.138M21 3l-1.692 1.692m0 0c.528.352.96.822 1.256 1.37.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.896 3.896 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.993 3.993 0 0 1-1.046-.726m15.17-15.17L16 8m0 0L4.138 19.862"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/calendar-slash.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-calendar-slash"></use></svg
      >