ship from Unicons by Iconscout · Line · Transport · Apache-2.0 Free for personal and commercial use.

Name
ship
Set
Unicons
Style
Line
Category
Transport
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More transport icons from Unicons

Use the ship icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.62 17.28a1 1 0 0 0 1.86-.74l-1.12-2.82L11 12.25V17a1 1 0 0 0 2 0v-4.75l6.64 1.47l-1.12 2.82a1 1 0 0 0 .56 1.3a1 1 0 0 0 .37.07a1 1 0 0 0 .93-.63l1.55-3.91a1 1 0 0 0-.05-.84a1 1 0 0 0-.66-.51L18 11.31V7a1 1 0 0 0-1-1h-2V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3H7a1 1 0 0 0-1 1v4.31L2.78 12a1 1 0 0 0-.66.51a1 1 0 0 0-.05.84ZM11 4h2v2h-2ZM8 8h8v2.86L12.22 10h-.44L8 10.86Zm12.71 11.28a4.4 4.4 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.62 4.62 0 0 0-4.54 0a2.14 2.14 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.4 4.4 0 0 0-1-.45A1 1 0 0 0 2 20a1 1 0 0 0 .67 1.24a2.1 2.1 0 0 1 .57.25a4 4 0 0 0 2 .55a4.14 4.14 0 0 0 2.08-.56a2.65 2.65 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.65 2.65 0 0 1 2.56 0a4 4 0 0 0 4.1 0a2.1 2.1 0 0 1 .57-.25A1 1 0 0 0 22 20a1 1 0 0 0-1.29-.72"/></svg>

React

import type { SVGProps } from "react";

export function UilShip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.62 17.28a1 1 0 0 0 1.86-.74l-1.12-2.82L11 12.25V17a1 1 0 0 0 2 0v-4.75l6.64 1.47l-1.12 2.82a1 1 0 0 0 .56 1.3a1 1 0 0 0 .37.07a1 1 0 0 0 .93-.63l1.55-3.91a1 1 0 0 0-.05-.84a1 1 0 0 0-.66-.51L18 11.31V7a1 1 0 0 0-1-1h-2V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3H7a1 1 0 0 0-1 1v4.31L2.78 12a1 1 0 0 0-.66.51a1 1 0 0 0-.05.84ZM11 4h2v2h-2ZM8 8h8v2.86L12.22 10h-.44L8 10.86Zm12.71 11.28a4.4 4.4 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.62 4.62 0 0 0-4.54 0a2.14 2.14 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.4 4.4 0 0 0-1-.45A1 1 0 0 0 2 20a1 1 0 0 0 .67 1.24a2.1 2.1 0 0 1 .57.25a4 4 0 0 0 2 .55a4.14 4.14 0 0 0 2.08-.56a2.65 2.65 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.65 2.65 0 0 1 2.56 0a4 4 0 0 0 4.1 0a2.1 2.1 0 0 1 .57-.25A1 1 0 0 0 22 20a1 1 0 0 0-1.29-.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.62 17.28a1 1 0 0 0 1.86-.74l-1.12-2.82L11 12.25V17a1 1 0 0 0 2 0v-4.75l6.64 1.47l-1.12 2.82a1 1 0 0 0 .56 1.3a1 1 0 0 0 .37.07a1 1 0 0 0 .93-.63l1.55-3.91a1 1 0 0 0-.05-.84a1 1 0 0 0-.66-.51L18 11.31V7a1 1 0 0 0-1-1h-2V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3H7a1 1 0 0 0-1 1v4.31L2.78 12a1 1 0 0 0-.66.51a1 1 0 0 0-.05.84ZM11 4h2v2h-2ZM8 8h8v2.86L12.22 10h-.44L8 10.86Zm12.71 11.28a4.4 4.4 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.62 4.62 0 0 0-4.54 0a2.14 2.14 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.4 4.4 0 0 0-1-.45A1 1 0 0 0 2 20a1 1 0 0 0 .67 1.24a2.1 2.1 0 0 1 .57.25a4 4 0 0 0 2 .55a4.14 4.14 0 0 0 2.08-.56a2.65 2.65 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.65 2.65 0 0 1 2.56 0a4 4 0 0 0 4.1 0a2.1 2.1 0 0 1 .57-.25A1 1 0 0 0 22 20a1 1 0 0 0-1.29-.72"/></svg>
</template>

CSS

.icon-ship {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.62%2017.28a1%201%200%200%200%201.86-.74l-1.12-2.82L11%2012.25V17a1%201%200%200%200%202%200v-4.75l6.64%201.47l-1.12%202.82a1%201%200%200%200%20.56%201.3a1%201%200%200%200%20.37.07a1%201%200%200%200%20.93-.63l1.55-3.91a1%201%200%200%200-.05-.84a1%201%200%200%200-.66-.51L18%2011.31V7a1%201%200%200%200-1-1h-2V3a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v3H7a1%201%200%200%200-1%201v4.31L2.78%2012a1%201%200%200%200-.66.51a1%201%200%200%200-.05.84ZM11%204h2v2h-2ZM8%208h8v2.86L12.22%2010h-.44L8%2010.86Zm12.71%2011.28a4.4%204.4%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.62%204.62%200%200%200-4.54%200a2.14%202.14%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.4%204.4%200%200%200-1-.45A1%201%200%200%200%202%2020a1%201%200%200%200%20.67%201.24a2.1%202.1%200%200%201%20.57.25a4%204%200%200%200%202%20.55a4.14%204.14%200%200%200%202.08-.56a2.65%202.65%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.65%202.65%200%200%201%202.56%200a4%204%200%200%200%204.1%200a2.1%202.1%200%200%201%20.57-.25A1%201%200%200%200%2022%2020a1%201%200%200%200-1.29-.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.62%2017.28a1%201%200%200%200%201.86-.74l-1.12-2.82L11%2012.25V17a1%201%200%200%200%202%200v-4.75l6.64%201.47l-1.12%202.82a1%201%200%200%200%20.56%201.3a1%201%200%200%200%20.37.07a1%201%200%200%200%20.93-.63l1.55-3.91a1%201%200%200%200-.05-.84a1%201%200%200%200-.66-.51L18%2011.31V7a1%201%200%200%200-1-1h-2V3a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v3H7a1%201%200%200%200-1%201v4.31L2.78%2012a1%201%200%200%200-.66.51a1%201%200%200%200-.05.84ZM11%204h2v2h-2ZM8%208h8v2.86L12.22%2010h-.44L8%2010.86Zm12.71%2011.28a4.4%204.4%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.62%204.62%200%200%200-4.54%200a2.14%202.14%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.4%204.4%200%200%200-1-.45A1%201%200%200%200%202%2020a1%201%200%200%200%20.67%201.24a2.1%202.1%200%200%201%20.57.25a4%204%200%200%200%202%20.55a4.14%204.14%200%200%200%202.08-.56a2.65%202.65%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.65%202.65%200%200%201%202.56%200a4%204%200%200%200%204.1%200a2.1%202.1%200%200%201%20.57-.25A1%201%200%200%200%2022%2020a1%201%200%200%200-1.29-.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/ship.svg?color=%231a73e8&size=48