ship icon
ship from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ship
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
shipBoxIcons v2 SolidshipEmoji One (Colored)shipElement PlusshipFont Awesome 6 SolidshipFont Awesome SolidshipFluent EmojishipFluent Emoji FlatshipFluent Emoji High ContrastshipFirefox OS EmojishipHumbleiconsshipIconParkshipIconPark OutlineshipIconPark SolidshipIconPark TwoToneshipLine AwesomeshipLucideshipMajesticonsship-fillMingCute IconshipNoto EmojishipOpenMojishipPixelarticonsship-fillRemix IconshipStreamline EmojisshipTabler Icons
Related icons in Huge Icons
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="M1.992 21.5c1.5 0 2.55-1 3.5-1s2.158 1.011 3 1c1.01.009 2.36-1 3.5-1s2.49 1.009 3.5 1c.842.011 2.05-1 3-1s2 1 3.5 1m-16.5-1l-.973-2.14c-.724-1.595-1.087-2.392-.842-3.134c.245-.743 1.01-1.168 2.541-2.018l3.832-2.129c.95-.527 1.424-.791 1.942-.791s.993.264 1.943.791l3.831 2.129c1.531.85 2.297 1.275 2.541 2.018c.245.742-.117 1.54-.842 3.133l-.973 2.14"/><path d="M5.992 13.264v-2.028c0-1.203 0-1.804.299-2.287c.299-.484.837-.753 1.912-1.29l2-1c.878-.44 1.317-.659 1.79-.659c.471 0 .91.22 1.788.658l2 1c1.076.538 1.614.807 1.912 1.29c.3.484.3 1.085.3 2.288v2.028"/><path d="M9.992 6.5v-2c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.061-1.06c.19-.052.423-.052.888-.052s.698 0 .888.051a1.5 1.5 0 0 1 1.061 1.06c.051.192.051.424.051.889v2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShip(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="M1.992 21.5c1.5 0 2.55-1 3.5-1s2.158 1.011 3 1c1.01.009 2.36-1 3.5-1s2.49 1.009 3.5 1c.842.011 2.05-1 3-1s2 1 3.5 1m-16.5-1l-.973-2.14c-.724-1.595-1.087-2.392-.842-3.134c.245-.743 1.01-1.168 2.541-2.018l3.832-2.129c.95-.527 1.424-.791 1.942-.791s.993.264 1.943.791l3.831 2.129c1.531.85 2.297 1.275 2.541 2.018c.245.742-.117 1.54-.842 3.133l-.973 2.14"/><path d="M5.992 13.264v-2.028c0-1.203 0-1.804.299-2.287c.299-.484.837-.753 1.912-1.29l2-1c.878-.44 1.317-.659 1.79-.659c.471 0 .91.22 1.788.658l2 1c1.076.538 1.614.807 1.912 1.29c.3.484.3 1.085.3 2.288v2.028"/><path d="M9.992 6.5v-2c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.061-1.06c.19-.052.423-.052.888-.052s.698 0 .888.051a1.5 1.5 0 0 1 1.061 1.06c.051.192.051.424.051.889v2"/></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="M1.992 21.5c1.5 0 2.55-1 3.5-1s2.158 1.011 3 1c1.01.009 2.36-1 3.5-1s2.49 1.009 3.5 1c.842.011 2.05-1 3-1s2 1 3.5 1m-16.5-1l-.973-2.14c-.724-1.595-1.087-2.392-.842-3.134c.245-.743 1.01-1.168 2.541-2.018l3.832-2.129c.95-.527 1.424-.791 1.942-.791s.993.264 1.943.791l3.831 2.129c1.531.85 2.297 1.275 2.541 2.018c.245.742-.117 1.54-.842 3.133l-.973 2.14"/><path d="M5.992 13.264v-2.028c0-1.203 0-1.804.299-2.287c.299-.484.837-.753 1.912-1.29l2-1c.878-.44 1.317-.659 1.79-.659c.471 0 .91.22 1.788.658l2 1c1.076.538 1.614.807 1.912 1.29c.3.484.3 1.085.3 2.288v2.028"/><path d="M9.992 6.5v-2c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.061-1.06c.19-.052.423-.052.888-.052s.698 0 .888.051a1.5 1.5 0 0 1 1.061 1.06c.051.192.051.424.051.889v2"/></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%22M1.992%2021.5c1.5%200%202.55-1%203.5-1s2.158%201.011%203%201c1.01.009%202.36-1%203.5-1s2.49%201.009%203.5%201c.842.011%202.05-1%203-1s2%201%203.5%201m-16.5-1l-.973-2.14c-.724-1.595-1.087-2.392-.842-3.134c.245-.743%201.01-1.168%202.541-2.018l3.832-2.129c.95-.527%201.424-.791%201.942-.791s.993.264%201.943.791l3.831%202.129c1.531.85%202.297%201.275%202.541%202.018c.245.742-.117%201.54-.842%203.133l-.973%202.14%22%2F%3E%3Cpath%20d%3D%22M5.992%2013.264v-2.028c0-1.203%200-1.804.299-2.287c.299-.484.837-.753%201.912-1.29l2-1c.878-.44%201.317-.659%201.79-.659c.471%200%20.91.22%201.788.658l2%201c1.076.538%201.614.807%201.912%201.29c.3.484.3%201.085.3%202.288v2.028%22%2F%3E%3Cpath%20d%3D%22M9.992%206.5v-2c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.061-1.06c.19-.052.423-.052.888-.052s.698%200%20.888.051a1.5%201.5%200%200%201%201.061%201.06c.051.192.051.424.051.889v2%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%22M1.992%2021.5c1.5%200%202.55-1%203.5-1s2.158%201.011%203%201c1.01.009%202.36-1%203.5-1s2.49%201.009%203.5%201c.842.011%202.05-1%203-1s2%201%203.5%201m-16.5-1l-.973-2.14c-.724-1.595-1.087-2.392-.842-3.134c.245-.743%201.01-1.168%202.541-2.018l3.832-2.129c.95-.527%201.424-.791%201.942-.791s.993.264%201.943.791l3.831%202.129c1.531.85%202.297%201.275%202.541%202.018c.245.742-.117%201.54-.842%203.133l-.973%202.14%22%2F%3E%3Cpath%20d%3D%22M5.992%2013.264v-2.028c0-1.203%200-1.804.299-2.287c.299-.484.837-.753%201.912-1.29l2-1c.878-.44%201.317-.659%201.79-.659c.471%200%20.91.22%201.788.658l2%201c1.076.538%201.614.807%201.912%201.29c.3.484.3%201.085.3%202.288v2.028%22%2F%3E%3Cpath%20d%3D%22M9.992%206.5v-2c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.061-1.06c.19-.052.423-.052.888-.052s.698%200%20.888.051a1.5%201.5%200%200%201%201.061%201.06c.051.192.051.424.051.889v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ship.svg?color=%231a73e8&size=48