Skip to main content
Go back
Share

Rectangle Vertical

React Code

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

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

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='M14.7 2c1.68 0 2.52 0 3.162.34a3.058 3.058 0 0 1 1.311 1.359c.327.665.327 1.536.327 3.279v10.044c0 1.743 0 2.614-.327 3.28a3.058 3.058 0 0 1-1.311 1.359C17.22 22 16.38 22 14.7 22H9.3c-1.68 0-2.52 0-3.162-.34a3.058 3.058 0 0 1-1.311-1.359c-.327-.665-.327-1.536-.327-3.279V6.978c0-1.743 0-2.614.327-3.28A3.058 3.058 0 0 1 6.138 2.34C6.78 2 7.62 2 9.3 2z'/>
</svg>

SVG CDN

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