ship-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
ship-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="m21.63 14.66l-.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.48-.19.99-.29 1.49-.29s1.01.1 1.49.29L19 11.8l1.42.57c.87.35 1.41 1.38 1.21 2.29"/><path d="M19 8v1.44c0 .35-.36.6-.69.46l-4.27-1.71a5.6 5.6 0 0 0-4.09.01L5.69 9.91A.5.5 0 0 1 5 9.45V8c0-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 ReiconShipFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.63 14.66l-.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.48-.19.99-.29 1.49-.29s1.01.1 1.49.29L19 11.8l1.42.57c.87.35 1.41 1.38 1.21 2.29"/><path d="M19 8v1.44c0 .35-.36.6-.69.46l-4.27-1.71a5.6 5.6 0 0 0-4.09.01L5.69 9.91A.5.5 0 0 1 5 9.45V8c0-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="currentColor"><path d="m21.63 14.66l-.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.48-.19.99-.29 1.49-.29s1.01.1 1.49.29L19 11.8l1.42.57c.87.35 1.41 1.38 1.21 2.29"/><path d="M19 8v1.44c0 .35-.36.6-.69.46l-4.27-1.71a5.6 5.6 0 0 0-4.09.01L5.69 9.91A.5.5 0 0 1 5 9.45V8c0-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-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22m21.63%2014.66l-.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.48-.19.99-.29%201.49-.29s1.01.1%201.49.29L19%2011.8l1.42.57c.87.35%201.41%201.38%201.21%202.29%22%2F%3E%3Cpath%20d%3D%22M19%208v1.44c0%20.35-.36.6-.69.46l-4.27-1.71a5.6%205.6%200%200%200-4.09.01L5.69%209.91A.5.5%200%200%201%205%209.45V8c0-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%22currentColor%22%3E%3Cpath%20d%3D%22m21.63%2014.66l-.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.48-.19.99-.29%201.49-.29s1.01.1%201.49.29L19%2011.8l1.42.57c.87.35%201.41%201.38%201.21%202.29%22%2F%3E%3Cpath%20d%3D%22M19%208v1.44c0%20.35-.36.6-.69.46l-4.27-1.71a5.6%205.6%200%200%200-4.09.01L5.69%209.91A.5.5%200%200%201%205%209.45V8c0-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-filled.svg?color=%231a73e8&size=48