← Go back
Share

Align Vertical


Usage:

React Code:

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

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

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="M3 12h1m17 0h-1m-10 0V8c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 5 7.932 5 7 5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C4 6.602 4 7.068 4 8v4m6 0v4c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 19 7.932 19 7 19c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 17.398 4 16.932 4 16v-4m6 0h4m0 0v2c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 17 16.068 17 17 17c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C20 15.398 20 14.932 20 14v-2m-6 0v-2c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 7 16.068 7 17 7c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 8.602 20 9.068 20 10v2"/></svg>

SVG CDN:

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