← 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="M4.318 19.682C5.636 21 7.758 21 12 21c4.243 0 6.364 0 7.682-1.318C21 18.364 21 16.242 21 12c0-4.243 0-5.364-1.318-6.682a3.346 3.346 0 0 0-.553-.447M4.318 19.682 3 21m1.318-1.318L16 8M7.5 4.114c-1.463.144-2.447.47-3.182 1.204C3 6.636 3 7.758 3 12c0 1.374 0 2.526.045 3.5M7.5 4.114V5m0-.886V3m0 1.114c2.23-.22 4.507-.137 6.746-.104m4.883.861L21 3m-1.871 1.871L16 8m0 0h4.75M3.25 8h7.25"/></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
      >