← Go back
Share

Rectangle


Usage:

React Code:

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

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

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M2 12c0-3.771 0-5.657 1.464-6.828C4.93 4 7.286 4 12 4c4.714 0 7.071 0 8.535 1.172C22 6.343 22 8.229 22 12c0 3.771 0 5.657-1.465 6.828C19.072 20 16.714 20 12 20s-7.071 0-8.536-1.172C2 17.657 2 15.771 2 12Z"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/rectangle.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-rectangle"></use></svg
      >