Skip to main content
Go back
Share

Shield One

React Code

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

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

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='M6.183 15.092C5.478 13.836 5 12.455 5 11.018v-4.93c0-.267.198-.489.457-.515a12.048 12.048 0 0 0 5.582-2.047l.61-.417a.62.62 0 0 1 .702 0l.61.417a12.048 12.048 0 0 0 5.582 2.047c.26.026.457.248.457.514v4.93c0 1.438-.478 2.819-1.183 4.075m-11.634 0c1.538 2.74 4.16 4.887 5.282 5.727a.882.882 0 0 0 1.07 0c1.122-.84 3.744-2.988 5.282-5.727m-11.634 0 5.25-3.677a.985.985 0 0 1 1.134 0l5.25 3.677'/>
</svg>

SVG CDN

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