Ship icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconShip } from "@devigner-ui/icons";
<IconShip className="size-6" />
<script setup>
import { IconShip } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShip class="size-6" />
</template>
<script>
import { IconShip } from "@devigner-ui/icons-svelte";
</script>
<IconShip class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.09 12.37a2.1 2.1 0 0 1 1.21 2.29l-.41 1.86A6.74 6.74 0 0 1 15.05 22h-4.76a6.74 6.74 0 0 1-6.84-5.48l-.41-1.86c-.2-.91.34-1.94 1.21-2.29l1.42-.57 5.51-2.21a4 4 0 0 1 2.98 0l5.51 2.21z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 22V10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M19.67 8v3.8l-5.51-2.21a4 4 0 0 0-2.98 0L5.67 11.8V8a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.17 5h-5V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>