ship from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
ship
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All ship icons →

More newicons icons from Reicon

Use the ship icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.42 12.37c.87.35 1.41 1.38 1.21 2.29l-.41 1.86C20.51 19.72 18 22 14.38 22H9.62C6 22 3.49 19.72 2.78 16.52l-.41-1.86c-.2-.91.34-1.94 1.21-2.29L5 11.8l5.51-2.21c.96-.38 2.02-.38 2.98 0L19 11.8zM12 22V10"/><path d="M19 8v3.8l-5.51-2.21c-.96-.38-2.02-.38-2.98 0L5 11.8V8c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3m-4.5-3h-5V3c0-.55.45-1 1-1h3c.55 0 1 .45 1 1z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.42 12.37c.87.35 1.41 1.38 1.21 2.29l-.41 1.86C20.51 19.72 18 22 14.38 22H9.62C6 22 3.49 19.72 2.78 16.52l-.41-1.86c-.2-.91.34-1.94 1.21-2.29L5 11.8l5.51-2.21c.96-.38 2.02-.38 2.98 0L19 11.8zM12 22V10"/><path d="M19 8v3.8l-5.51-2.21c-.96-.38-2.02-.38-2.98 0L5 11.8V8c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3m-4.5-3h-5V3c0-.55.45-1 1-1h3c.55 0 1 .45 1 1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.42 12.37c.87.35 1.41 1.38 1.21 2.29l-.41 1.86C20.51 19.72 18 22 14.38 22H9.62C6 22 3.49 19.72 2.78 16.52l-.41-1.86c-.2-.91.34-1.94 1.21-2.29L5 11.8l5.51-2.21c.96-.38 2.02-.38 2.98 0L19 11.8zM12 22V10"/><path d="M19 8v3.8l-5.51-2.21c-.96-.38-2.02-.38-2.98 0L5 11.8V8c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3m-4.5-3h-5V3c0-.55.45-1 1-1h3c.55 0 1 .45 1 1z"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.42%2012.37c.87.35%201.41%201.38%201.21%202.29l-.41%201.86C20.51%2019.72%2018%2022%2014.38%2022H9.62C6%2022%203.49%2019.72%202.78%2016.52l-.41-1.86c-.2-.91.34-1.94%201.21-2.29L5%2011.8l5.51-2.21c.96-.38%202.02-.38%202.98%200L19%2011.8zM12%2022V10%22%2F%3E%3Cpath%20d%3D%22M19%208v3.8l-5.51-2.21c-.96-.38-2.02-.38-2.98%200L5%2011.8V8c0-1.65%201.35-3%203-3h8c1.65%200%203%201.35%203%203m-4.5-3h-5V3c0-.55.45-1%201-1h3c.55%200%201%20.45%201%201z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.42%2012.37c.87.35%201.41%201.38%201.21%202.29l-.41%201.86C20.51%2019.72%2018%2022%2014.38%2022H9.62C6%2022%203.49%2019.72%202.78%2016.52l-.41-1.86c-.2-.91.34-1.94%201.21-2.29L5%2011.8l5.51-2.21c.96-.38%202.02-.38%202.98%200L19%2011.8zM12%2022V10%22%2F%3E%3Cpath%20d%3D%22M19%208v3.8l-5.51-2.21c-.96-.38-2.02-.38-2.98%200L5%2011.8V8c0-1.65%201.35-3%203-3h8c1.65%200%203%201.35%203%203m-4.5-3h-5V3c0-.55.45-1%201-1h3c.55%200%201%20.45%201%201z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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