Skip to main content
Go back
Share

Elevator

React Code

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

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

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='M12 8.294h4.5a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H12m0-12.706H7.5a2 2 0 0 0-2 2V19a2 2 0 0 0 2 2H12m0-12.706V21M7.125 4.588 8.75 3l1.625 1.588M13.625 3l1.625 1.588L16.875 3'/>
</svg>

SVG CDN

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