ship from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
ship
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the ship icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 386.9V448h405.6a32 32 0 0 1 30.7 40.8l-76.5 268A192 192 0 0 1 687.2 896H336.8a192 192 0 0 1-184.6-139.3l-76.6-268a32 32 0 0 1 30.8-40.7H448V117.9a32 32 0 0 1 47.4-28.1l13.8 7.6L512 96v2.9l231.7 126.4a32 32 0 0 1-2 57.2zm0-70.3l144.8-65.8l-144.8-79zm0 195.4H148.9l18.2 64H857l18.2-64zM185.4 640l28.4 99.2a128 128 0 0 0 123 92.8h350.4a128 128 0 0 0 123-92.8l28.4-99.2z"/></svg>

React

import type { SVGProps } from "react";

export function EpShip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 386.9V448h405.6a32 32 0 0 1 30.7 40.8l-76.5 268A192 192 0 0 1 687.2 896H336.8a192 192 0 0 1-184.6-139.3l-76.6-268a32 32 0 0 1 30.8-40.7H448V117.9a32 32 0 0 1 47.4-28.1l13.8 7.6L512 96v2.9l231.7 126.4a32 32 0 0 1-2 57.2zm0-70.3l144.8-65.8l-144.8-79zm0 195.4H148.9l18.2 64H857l18.2-64zM185.4 640l28.4 99.2a128 128 0 0 0 123 92.8h350.4a128 128 0 0 0 123-92.8l28.4-99.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 386.9V448h405.6a32 32 0 0 1 30.7 40.8l-76.5 268A192 192 0 0 1 687.2 896H336.8a192 192 0 0 1-184.6-139.3l-76.6-268a32 32 0 0 1 30.8-40.7H448V117.9a32 32 0 0 1 47.4-28.1l13.8 7.6L512 96v2.9l231.7 126.4a32 32 0 0 1-2 57.2zm0-70.3l144.8-65.8l-144.8-79zm0 195.4H148.9l18.2 64H857l18.2-64zM185.4 640l28.4 99.2a128 128 0 0 0 123 92.8h350.4a128 128 0 0 0 123-92.8l28.4-99.2z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20386.9V448h405.6a32%2032%200%200%201%2030.7%2040.8l-76.5%20268A192%20192%200%200%201%20687.2%20896H336.8a192%20192%200%200%201-184.6-139.3l-76.6-268a32%2032%200%200%201%2030.8-40.7H448V117.9a32%2032%200%200%201%2047.4-28.1l13.8%207.6L512%2096v2.9l231.7%20126.4a32%2032%200%200%201-2%2057.2zm0-70.3l144.8-65.8l-144.8-79zm0%20195.4H148.9l18.2%2064H857l18.2-64zM185.4%20640l28.4%2099.2a128%20128%200%200%200%20123%2092.8h350.4a128%20128%200%200%200%20123-92.8l28.4-99.2z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20386.9V448h405.6a32%2032%200%200%201%2030.7%2040.8l-76.5%20268A192%20192%200%200%201%20687.2%20896H336.8a192%20192%200%200%201-184.6-139.3l-76.6-268a32%2032%200%200%201%2030.8-40.7H448V117.9a32%2032%200%200%201%2047.4-28.1l13.8%207.6L512%2096v2.9l231.7%20126.4a32%2032%200%200%201-2%2057.2zm0-70.3l144.8-65.8l-144.8-79zm0%20195.4H148.9l18.2%2064H857l18.2-64zM185.4%20640l28.4%2099.2a128%20128%200%200%200%20123%2092.8h350.4a128%20128%200%200%200%20123-92.8l28.4-99.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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