ship from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.

Name
ship
Set
IconPark
Style
Color
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark

Use the ship icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M6 20.3768L24 14L42 20.3768L36.6667 34H11.3333L6 20.3768Z" clip-rule="evenodd"/><path fill="#2F88FF" d="M13 8H35L34.9976 17.8961L24 14L13 17.8958V8Z"/><path stroke-linecap="round" d="M24 8V4"/><path stroke-linecap="round" d="M24 24V16"/><path stroke-linecap="round" d="M10 40L13.5 44L17 40L20.5 44L24 40L27.5 44L31 40L34.5 44L38 40"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkShip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M6 20.3768L24 14L42 20.3768L36.6667 34H11.3333L6 20.3768Z" clipRule="evenodd"/><path fill="#2F88FF" d="M13 8H35L34.9976 17.8961L24 14L13 17.8958V8Z"/><path strokeLinecap="round" d="M24 8V4"/><path strokeLinecap="round" d="M24 24V16"/><path strokeLinecap="round" d="M10 40L13.5 44L17 40L20.5 44L24 40L27.5 44L31 40L34.5 44L38 40"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M6 20.3768L24 14L42 20.3768L36.6667 34H11.3333L6 20.3768Z" clip-rule="evenodd"/><path fill="#2F88FF" d="M13 8H35L34.9976 17.8961L24 14L13 17.8958V8Z"/><path stroke-linecap="round" d="M24 8V4"/><path stroke-linecap="round" d="M24 24V16"/><path stroke-linecap="round" d="M10 40L13.5 44L17 40L20.5 44L24 40L27.5 44L31 40L34.5 44L38 40"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020.3768L24%2014L42%2020.3768L36.6667%2034H11.3333L6%2020.3768Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M13%208H35L34.9976%2017.8961L24%2014L13%2017.8958V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%208V4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2040L13.5%2044L17%2040L20.5%2044L24%2040L27.5%2044L31%2040L34.5%2044L38%2040%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020.3768L24%2014L42%2020.3768L36.6667%2034H11.3333L6%2020.3768Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M13%208H35L34.9976%2017.8961L24%2014L13%2017.8958V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%208V4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2040L13.5%2044L17%2040L20.5%2044L24%2040L27.5%2044L31%2040L34.5%2044L38%2040%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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