Skip to main content
Go back
Share

Command

React Code

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

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

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='M15.012 5.977v12.046c0 2.645 3.316 3.954 5.14 2.13 1.825-1.825.516-5.141-2.13-5.141H5.978c-2.645 0-3.953 3.316-2.13 5.14 1.825 1.825 5.142.516 5.142-2.13V5.978c0-2.645-3.317-3.953-5.141-2.13-1.824 1.825-.516 5.142 2.13 5.142h12.045c2.645 0 3.954-3.317 2.13-5.141-1.825-1.824-5.141-.516-5.141 2.13'/>
</svg>

SVG CDN

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