← Go back
Share

Shield Slash


Usage:

React Code:

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

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

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 4.27-4.27M21 3l-2.561 2.561m0 0 .104.011c.26.027.457.25.457.515v4.93c0 4.57-4.832 8.577-6.467 9.802a.877.877 0 0 1-1.066 0c-.886-.663-2.711-2.144-4.197-4.09M18.44 5.562 7.27 16.73M5.646 14c-.4-.949-.646-1.951-.646-2.983v-4.93c0-.266.198-.488.457-.515a12.048 12.048 0 0 0 5.582-2.046l.61-.417a.62.62 0 0 1 .702 0l.61.417c.646.442 1.329.817 2.039 1.124"/></svg>

SVG CDN:

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