← Go back
Share

Boat


Usage:

React Code:

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

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

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="m4.8 17.194-.597-3.343a2 2 0 0 1 1.326-2.246l.171-.058m0 0 5.658-1.92a2 2 0 0 1 1.284 0l5.658 1.92m-12.6 0v-3.8a2 2 0 0 1 2-2h2.5m8.1 5.8.171.058a2 2 0 0 1 1.326 2.246l-.597 3.342m-.9-5.646v-3.8a2 2 0 0 0-2-2h-2.5m-3.6 0h3.6m-3.6 0V4.8a1.8 1.8 0 0 1 3.6 0v.947M3 20.399c.647.657 2.222.843 3.725.216 1.032-.43 2.336-.441 3.391-.071a5.83 5.83 0 0 0 3.768 0c1.055-.37 2.359-.36 3.39.07 1.504.628 3.08.442 3.726-.216"/></svg>

SVG CDN:

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