← Go back
Share

Shield Crossed


Usage:

React Code:

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

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

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="M12 21s7-4.6 7-10m-7 10s-7-4.6-7-10m7 10V3m7 8V6.16a.509.509 0 0 0-.457-.506c-1.998-.2-3.915-.89-5.582-2.009L12 3m7 8H5m7-8-.961.645a12.188 12.188 0 0 1-5.582 2.01A.508.508 0 0 0 5 6.16V11"/></svg>

SVG CDN:

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