ship-2-fill from Remix Icon by Remix Design · Fill · Map · Apache-2.0 Free for personal and commercial use.

Name
ship-2-fill
Set
Remix Icon
Style
Fill
Category
Map
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More map icons from Remix Icon

Use the ship 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4h5.446a1 1 0 0 1 .848.47L18.75 10h4.408a.5.5 0 0 1 .439.74l-3.937 7.217A4.99 4.99 0 0 1 15 16a5 5 0 0 1-4 2a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4.55 1.97l-1.236-6.791A1 1 0 0 1 2.198 10H3V5a1 1 0 0 1 1-1h1V1h4zm-4 6h11.392l-2.5-4H5zM3 20a5.98 5.98 0 0 0 4-1.528A5.98 5.98 0 0 0 11 20a5.98 5.98 0 0 0 4-1.528A5.98 5.98 0 0 0 19 20h2v2h-2a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 11 22a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 3 22H1v-2z"/></svg>

React

import type { SVGProps } from "react";

export function RiShip2Fill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4h5.446a1 1 0 0 1 .848.47L18.75 10h4.408a.5.5 0 0 1 .439.74l-3.937 7.217A4.99 4.99 0 0 1 15 16a5 5 0 0 1-4 2a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4.55 1.97l-1.236-6.791A1 1 0 0 1 2.198 10H3V5a1 1 0 0 1 1-1h1V1h4zm-4 6h11.392l-2.5-4H5zM3 20a5.98 5.98 0 0 0 4-1.528A5.98 5.98 0 0 0 11 20a5.98 5.98 0 0 0 4-1.528A5.98 5.98 0 0 0 19 20h2v2h-2a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 11 22a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 3 22H1v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4h5.446a1 1 0 0 1 .848.47L18.75 10h4.408a.5.5 0 0 1 .439.74l-3.937 7.217A4.99 4.99 0 0 1 15 16a5 5 0 0 1-4 2a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4.55 1.97l-1.236-6.791A1 1 0 0 1 2.198 10H3V5a1 1 0 0 1 1-1h1V1h4zm-4 6h11.392l-2.5-4H5zM3 20a5.98 5.98 0 0 0 4-1.528A5.98 5.98 0 0 0 11 20a5.98 5.98 0 0 0 4-1.528A5.98 5.98 0 0 0 19 20h2v2h-2a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 11 22a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 3 22H1v-2z"/></svg>
</template>

CSS

.icon-ship-2-fill {
  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%22currentColor%22%20d%3D%22M9%204h5.446a1%201%200%200%201%20.848.47L18.75%2010h4.408a.5.5%200%200%201%20.439.74l-3.937%207.217A4.99%204.99%200%200%201%2015%2016a5%205%200%200%201-4%202a5%205%200%200%201-4-2a4.99%204.99%200%200%201-4.55%201.97l-1.236-6.791A1%201%200%200%201%202.198%2010H3V5a1%201%200%200%201%201-1h1V1h4zm-4%206h11.392l-2.5-4H5zM3%2020a5.98%205.98%200%200%200%204-1.528A5.98%205.98%200%200%200%2011%2020a5.98%205.98%200%200%200%204-1.528A5.98%205.98%200%200%200%2019%2020h2v2h-2a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%2011%2022a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%203%2022H1v-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204h5.446a1%201%200%200%201%20.848.47L18.75%2010h4.408a.5.5%200%200%201%20.439.74l-3.937%207.217A4.99%204.99%200%200%201%2015%2016a5%205%200%200%201-4%202a5%205%200%200%201-4-2a4.99%204.99%200%200%201-4.55%201.97l-1.236-6.791A1%201%200%200%201%202.198%2010H3V5a1%201%200%200%201%201-1h1V1h4zm-4%206h11.392l-2.5-4H5zM3%2020a5.98%205.98%200%200%200%204-1.528A5.98%205.98%200%200%200%2011%2020a5.98%205.98%200%200%200%204-1.528A5.98%205.98%200%200%200%2019%2020h2v2h-2a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%2011%2022a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%203%2022H1v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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