Skip to main content
Go back
Share

Shield Crossed

React Code

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

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

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-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" 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-crossed"></use>
</svg>