← Go back
Share

Shield Two


Usage:

React Code:

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

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

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-10V6.16a.509.509 0 0 0-.457-.506c-1.998-.2-3.915-.89-5.582-2.009L12 3m0 18s-7-4.6-7-10V6.16c0-.261.198-.48.457-.506 1.998-.2 3.915-.89 5.582-2.009L12 3m0 18V3"/></svg>

SVG CDN:

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