ship icon
ship from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.
- Name
- ship
- Set
- Humbleicons
- Style
- Regular
- 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 EmojishipHuge IconsshipIconParkshipIconPark OutlineshipIconPark SolidshipIconPark TwoToneshipLine AwesomeshipLucideshipMajesticonsship-fillMingCute IconshipNoto EmojishipOpenMojishipPixelarticonsship-fillRemix IconshipStreamline EmojisshipTabler Icons
Use the ship icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 17l.756.378a3 3 0 0 0 2.523.074l1.04-.446a3 3 0 0 1 2.363 0l1.04.446a3 3 0 0 0 2.523-.074l.413-.207a3 3 0 0 1 2.684 0l.547.273a3 3 0 0 0 2.29.163L21 17M5 14.5L4 10h4m10 4.5l2.5-4.5h-8.245H13.5m0 0l-.721-3H8v3m5.5 0H8m1.5 3h.1m.4-8.5l-.217-.233a2.04 2.04 0 0 0-2.625-.305a2.04 2.04 0 0 1-2.727-.424L4 3m9.5 10h.1"/></svg>
React
import type { SVGProps } from "react";
export function HumbleiconsShip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m3 17l.756.378a3 3 0 0 0 2.523.074l1.04-.446a3 3 0 0 1 2.363 0l1.04.446a3 3 0 0 0 2.523-.074l.413-.207a3 3 0 0 1 2.684 0l.547.273a3 3 0 0 0 2.29.163L21 17M5 14.5L4 10h4m10 4.5l2.5-4.5h-8.245H13.5m0 0l-.721-3H8v3m5.5 0H8m1.5 3h.1m.4-8.5l-.217-.233a2.04 2.04 0 0 0-2.625-.305a2.04 2.04 0 0 1-2.727-.424L4 3m9.5 10h.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 17l.756.378a3 3 0 0 0 2.523.074l1.04-.446a3 3 0 0 1 2.363 0l1.04.446a3 3 0 0 0 2.523-.074l.413-.207a3 3 0 0 1 2.684 0l.547.273a3 3 0 0 0 2.29.163L21 17M5 14.5L4 10h4m10 4.5l2.5-4.5h-8.245H13.5m0 0l-.721-3H8v3m5.5 0H8m1.5 3h.1m.4-8.5l-.217-.233a2.04 2.04 0 0 0-2.625-.305a2.04 2.04 0 0 1-2.727-.424L4 3m9.5 10h.1"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m3%2017l.756.378a3%203%200%200%200%202.523.074l1.04-.446a3%203%200%200%201%202.363%200l1.04.446a3%203%200%200%200%202.523-.074l.413-.207a3%203%200%200%201%202.684%200l.547.273a3%203%200%200%200%202.29.163L21%2017M5%2014.5L4%2010h4m10%204.5l2.5-4.5h-8.245H13.5m0%200l-.721-3H8v3m5.5%200H8m1.5%203h.1m.4-8.5l-.217-.233a2.04%202.04%200%200%200-2.625-.305a2.04%202.04%200%200%201-2.727-.424L4%203m9.5%2010h.1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m3%2017l.756.378a3%203%200%200%200%202.523.074l1.04-.446a3%203%200%200%201%202.363%200l1.04.446a3%203%200%200%200%202.523-.074l.413-.207a3%203%200%200%201%202.684%200l.547.273a3%203%200%200%200%202.29.163L21%2017M5%2014.5L4%2010h4m10%204.5l2.5-4.5h-8.245H13.5m0%200l-.721-3H8v3m5.5%200H8m1.5%203h.1m.4-8.5l-.217-.233a2.04%202.04%200%200%200-2.625-.305a2.04%202.04%200%200%201-2.727-.424L4%203m9.5%2010h.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/humbleicons/ship.svg?color=%231a73e8&size=48