← Go back
Share

Lightning Slash


Usage:

React Code:

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

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

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="m3 21 6.971-6.971M21 3l-6.971 6.971m-4.058 4.058h1.492c.285 0 .506.267.47.57l-.68 5.83c-.06.502.53.776.834.387l7.802-10.013c.258-.33.038-.832-.364-.832h-5.496m-4.058 4.058 4.058-4.058M5.5 14.029H4.475c-.402 0-.622-.502-.364-.832l7.802-10.013c.303-.389.894-.115.835.388l-.46 3.928"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/lightning-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-lightning-slash"></use></svg
      >