vehicle-ship-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
vehicle-ship-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle ship icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4h2.5a.5.5 0 0 1 .5.5v3.522l1.199.52a.5.5 0 0 1 .238.7l-1.145 2.061c-.155-.283-.35-.577-.745-.718l.748-1.346l-4.699-2.036a1.5 1.5 0 0 0-1.192 0L2.705 9.24l.748 1.346c-.394.141-.59.435-.745.718l-1.145-2.06A.5.5 0 0 1 1.8 8.54L3 8.021V4.5a.5.5 0 0 1 .5-.5H6zM4 7.588l3.006-1.302a2.5 2.5 0 0 1 1.988 0L12 7.588V5H4zM9 3H7v1h2zm-5.398 8.698l-.034.05a1 1 0 0 0-.06.127a1 1 0 0 1-.054.117a2 2 0 0 1-.308.404C2.86 12.685 2.36 13 1.5 13a.5.5 0 0 0 0 1c1.141 0 1.891-.434 2.354-.896q.065-.066.122-.13l.077.096C4.43 13.522 5.06 14 6 14s1.57-.478 1.947-.93L8 13.004l.053.066C8.43 13.522 9.06 14 10 14s1.57-.478 1.947-.93l.077-.097q.057.065.122.13c.463.463 1.213.897 2.354.897a.5.5 0 1 0 0-1c-.859 0-1.359-.316-1.646-.604a1.8 1.8 0 0 1-.38-.556a.501.501 0 0 0-.947 0a2.2 2.2 0 0 1-.348.59c-.249.298-.62.57-1.18.57s-.93-.272-1.178-.57a2.2 2.2 0 0 1-.346-.585a.497.497 0 0 0-.658-.31a.5.5 0 0 0-.293.31a2.2 2.2 0 0 1-.346.585C6.93 12.728 6.56 13 6 13s-.93-.272-1.178-.57a2.2 2.2 0 0 1-.273-.42a1 1 0 0 1-.05-.113q-.028-.077-.067-.148a.5.5 0 0 0-.274-.223l-.005-.002a.5.5 0 0 0-.551.174"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleShip16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4h2.5a.5.5 0 0 1 .5.5v3.522l1.199.52a.5.5 0 0 1 .238.7l-1.145 2.061c-.155-.283-.35-.577-.745-.718l.748-1.346l-4.699-2.036a1.5 1.5 0 0 0-1.192 0L2.705 9.24l.748 1.346c-.394.141-.59.435-.745.718l-1.145-2.06A.5.5 0 0 1 1.8 8.54L3 8.021V4.5a.5.5 0 0 1 .5-.5H6zM4 7.588l3.006-1.302a2.5 2.5 0 0 1 1.988 0L12 7.588V5H4zM9 3H7v1h2zm-5.398 8.698l-.034.05a1 1 0 0 0-.06.127a1 1 0 0 1-.054.117a2 2 0 0 1-.308.404C2.86 12.685 2.36 13 1.5 13a.5.5 0 0 0 0 1c1.141 0 1.891-.434 2.354-.896q.065-.066.122-.13l.077.096C4.43 13.522 5.06 14 6 14s1.57-.478 1.947-.93L8 13.004l.053.066C8.43 13.522 9.06 14 10 14s1.57-.478 1.947-.93l.077-.097q.057.065.122.13c.463.463 1.213.897 2.354.897a.5.5 0 1 0 0-1c-.859 0-1.359-.316-1.646-.604a1.8 1.8 0 0 1-.38-.556a.501.501 0 0 0-.947 0a2.2 2.2 0 0 1-.348.59c-.249.298-.62.57-1.18.57s-.93-.272-1.178-.57a2.2 2.2 0 0 1-.346-.585a.497.497 0 0 0-.658-.31a.5.5 0 0 0-.293.31a2.2 2.2 0 0 1-.346.585C6.93 12.728 6.56 13 6 13s-.93-.272-1.178-.57a2.2 2.2 0 0 1-.273-.42a1 1 0 0 1-.05-.113q-.028-.077-.067-.148a.5.5 0 0 0-.274-.223l-.005-.002a.5.5 0 0 0-.551.174"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4h2.5a.5.5 0 0 1 .5.5v3.522l1.199.52a.5.5 0 0 1 .238.7l-1.145 2.061c-.155-.283-.35-.577-.745-.718l.748-1.346l-4.699-2.036a1.5 1.5 0 0 0-1.192 0L2.705 9.24l.748 1.346c-.394.141-.59.435-.745.718l-1.145-2.06A.5.5 0 0 1 1.8 8.54L3 8.021V4.5a.5.5 0 0 1 .5-.5H6zM4 7.588l3.006-1.302a2.5 2.5 0 0 1 1.988 0L12 7.588V5H4zM9 3H7v1h2zm-5.398 8.698l-.034.05a1 1 0 0 0-.06.127a1 1 0 0 1-.054.117a2 2 0 0 1-.308.404C2.86 12.685 2.36 13 1.5 13a.5.5 0 0 0 0 1c1.141 0 1.891-.434 2.354-.896q.065-.066.122-.13l.077.096C4.43 13.522 5.06 14 6 14s1.57-.478 1.947-.93L8 13.004l.053.066C8.43 13.522 9.06 14 10 14s1.57-.478 1.947-.93l.077-.097q.057.065.122.13c.463.463 1.213.897 2.354.897a.5.5 0 1 0 0-1c-.859 0-1.359-.316-1.646-.604a1.8 1.8 0 0 1-.38-.556a.501.501 0 0 0-.947 0a2.2 2.2 0 0 1-.348.59c-.249.298-.62.57-1.18.57s-.93-.272-1.178-.57a2.2 2.2 0 0 1-.346-.585a.497.497 0 0 0-.658-.31a.5.5 0 0 0-.293.31a2.2 2.2 0 0 1-.346.585C6.93 12.728 6.56 13 6 13s-.93-.272-1.178-.57a2.2 2.2 0 0 1-.273-.42a1 1 0 0 1-.05-.113q-.028-.077-.067-.148a.5.5 0 0 0-.274-.223l-.005-.002a.5.5 0 0 0-.551.174"/></svg>
</template>

CSS

.icon-vehicle-ship-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V4h2.5a.5.5%200%200%201%20.5.5v3.522l1.199.52a.5.5%200%200%201%20.238.7l-1.145%202.061c-.155-.283-.35-.577-.745-.718l.748-1.346l-4.699-2.036a1.5%201.5%200%200%200-1.192%200L2.705%209.24l.748%201.346c-.394.141-.59.435-.745.718l-1.145-2.06A.5.5%200%200%201%201.8%208.54L3%208.021V4.5a.5.5%200%200%201%20.5-.5H6zM4%207.588l3.006-1.302a2.5%202.5%200%200%201%201.988%200L12%207.588V5H4zM9%203H7v1h2zm-5.398%208.698l-.034.05a1%201%200%200%200-.06.127a1%201%200%200%201-.054.117a2%202%200%200%201-.308.404C2.86%2012.685%202.36%2013%201.5%2013a.5.5%200%200%200%200%201c1.141%200%201.891-.434%202.354-.896q.065-.066.122-.13l.077.096C4.43%2013.522%205.06%2014%206%2014s1.57-.478%201.947-.93L8%2013.004l.053.066C8.43%2013.522%209.06%2014%2010%2014s1.57-.478%201.947-.93l.077-.097q.057.065.122.13c.463.463%201.213.897%202.354.897a.5.5%200%201%200%200-1c-.859%200-1.359-.316-1.646-.604a1.8%201.8%200%200%201-.38-.556a.501.501%200%200%200-.947%200a2.2%202.2%200%200%201-.348.59c-.249.298-.62.57-1.18.57s-.93-.272-1.178-.57a2.2%202.2%200%200%201-.346-.585a.497.497%200%200%200-.658-.31a.5.5%200%200%200-.293.31a2.2%202.2%200%200%201-.346.585C6.93%2012.728%206.56%2013%206%2013s-.93-.272-1.178-.57a2.2%202.2%200%200%201-.273-.42a1%201%200%200%201-.05-.113q-.028-.077-.067-.148a.5.5%200%200%200-.274-.223l-.005-.002a.5.5%200%200%200-.551.174%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V4h2.5a.5.5%200%200%201%20.5.5v3.522l1.199.52a.5.5%200%200%201%20.238.7l-1.145%202.061c-.155-.283-.35-.577-.745-.718l.748-1.346l-4.699-2.036a1.5%201.5%200%200%200-1.192%200L2.705%209.24l.748%201.346c-.394.141-.59.435-.745.718l-1.145-2.06A.5.5%200%200%201%201.8%208.54L3%208.021V4.5a.5.5%200%200%201%20.5-.5H6zM4%207.588l3.006-1.302a2.5%202.5%200%200%201%201.988%200L12%207.588V5H4zM9%203H7v1h2zm-5.398%208.698l-.034.05a1%201%200%200%200-.06.127a1%201%200%200%201-.054.117a2%202%200%200%201-.308.404C2.86%2012.685%202.36%2013%201.5%2013a.5.5%200%200%200%200%201c1.141%200%201.891-.434%202.354-.896q.065-.066.122-.13l.077.096C4.43%2013.522%205.06%2014%206%2014s1.57-.478%201.947-.93L8%2013.004l.053.066C8.43%2013.522%209.06%2014%2010%2014s1.57-.478%201.947-.93l.077-.097q.057.065.122.13c.463.463%201.213.897%202.354.897a.5.5%200%201%200%200-1c-.859%200-1.359-.316-1.646-.604a1.8%201.8%200%200%201-.38-.556a.501.501%200%200%200-.947%200a2.2%202.2%200%200%201-.348.59c-.249.298-.62.57-1.18.57s-.93-.272-1.178-.57a2.2%202.2%200%200%201-.346-.585a.497.497%200%200%200-.658-.31a.5.5%200%200%200-.293.31a2.2%202.2%200%200%201-.346.585C6.93%2012.728%206.56%2013%206%2013s-.93-.272-1.178-.57a2.2%202.2%200%200%201-.273-.42a1%201%200%200%201-.05-.113q-.028-.077-.067-.148a.5.5%200%200%200-.274-.223l-.005-.002a.5.5%200%200%200-.551.174%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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