Skip to main content
Go back
Share

Shield Two

React Code

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

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

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <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" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-shield-two"></use>
</svg>