Skip to main content
Go back
Share

Login

React Code

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

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

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='M13.496 21H6.5c-1.105 0-2-1.151-2-2.571V5.57c0-1.419.895-2.57 2-2.57h7'/><path d='M13 15.5 9.5 12 13 8.5m6.5 3.496h-10'/>
</svg>

SVG CDN

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