vehicle-ship-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
vehicle-ship-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M7 2.54a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V5h2.5a.5.5 0 0 1 .5.5v4.064l1.634.455a.5.5 0 0 1 .317.698l-1.825 3.788a1.5 1.5 0 0 0-2.523.46l-.01.023a2.6 2.6 0 0 1-.346.568c-.259.32-.498.444-.74.444c-.24 0-.482-.126-.746-.45a2.7 2.7 0 0 1-.362-.598a1.5 1.5 0 0 0-2.81.028a2.6 2.6 0 0 1-.349.573c-.26.322-.5.447-.74.447c-.241 0-.48-.125-.739-.444a2.6 2.6 0 0 1-.356-.592a1.5 1.5 0 0 0-2.555-.421l-1.802-3.83a.5.5 0 0 1 .318-.694L4 9.563V5.501a.5.5 0 0 1 .5-.5H7zm5 .5H8V5h4zm3 6.245V6.001H5v3.283l4.19-1.168a3 3 0 0 1 1.611 0zm-3.601 5.667v-.002zm0 0l.002.004v.003zm4.089.438l-.003-.01a.5.5 0 0 0-.953-.055l-.005.01l-.02.051a3.6 3.6 0 0 1-.488.8c-.358.44-.855.814-1.519.814s-1.162-.375-1.522-.816a3.6 3.6 0 0 1-.512-.85l-.005-.011a.5.5 0 0 0-.935.003l-.005.01l-.02.051q-.03.071-.094.196a3.6 3.6 0 0 1-.392.603c-.356.44-.851.814-1.515.814s-1.16-.375-1.518-.815a3.6 3.6 0 0 1-.51-.85l-.004-.01v-.001a.5.5 0 0 0-.953.055v-.001l-.002.009l-.014.046a2.7 2.7 0 0 1-.399.767c-.307.41-.796.8-1.6.8a.5.5 0 0 0 0 1c1.196 0 1.957-.608 2.4-1.2q.076-.101.14-.201q.076.107.166.217C5.66 17.376 6.414 18 7.5 18s1.838-.626 2.292-1.186q.112-.14.204-.274q.095.136.207.276C10.66 17.377 11.414 18 12.5 18s1.84-.624 2.294-1.184q.087-.107.162-.212q.065.101.14.204c.444.596 1.207 1.207 2.41 1.192a.5.5 0 1 0-.012-1c-.803.01-1.29-.379-1.595-.789a2.7 2.7 0 0 1-.397-.774z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleShip20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 2.54a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V5h2.5a.5.5 0 0 1 .5.5v4.064l1.634.455a.5.5 0 0 1 .317.698l-1.825 3.788a1.5 1.5 0 0 0-2.523.46l-.01.023a2.6 2.6 0 0 1-.346.568c-.259.32-.498.444-.74.444c-.24 0-.482-.126-.746-.45a2.7 2.7 0 0 1-.362-.598a1.5 1.5 0 0 0-2.81.028a2.6 2.6 0 0 1-.349.573c-.26.322-.5.447-.74.447c-.241 0-.48-.125-.739-.444a2.6 2.6 0 0 1-.356-.592a1.5 1.5 0 0 0-2.555-.421l-1.802-3.83a.5.5 0 0 1 .318-.694L4 9.563V5.501a.5.5 0 0 1 .5-.5H7zm5 .5H8V5h4zm3 6.245V6.001H5v3.283l4.19-1.168a3 3 0 0 1 1.611 0zm-3.601 5.667v-.002zm0 0l.002.004v.003zm4.089.438l-.003-.01a.5.5 0 0 0-.953-.055l-.005.01l-.02.051a3.6 3.6 0 0 1-.488.8c-.358.44-.855.814-1.519.814s-1.162-.375-1.522-.816a3.6 3.6 0 0 1-.512-.85l-.005-.011a.5.5 0 0 0-.935.003l-.005.01l-.02.051q-.03.071-.094.196a3.6 3.6 0 0 1-.392.603c-.356.44-.851.814-1.515.814s-1.16-.375-1.518-.815a3.6 3.6 0 0 1-.51-.85l-.004-.01v-.001a.5.5 0 0 0-.953.055v-.001l-.002.009l-.014.046a2.7 2.7 0 0 1-.399.767c-.307.41-.796.8-1.6.8a.5.5 0 0 0 0 1c1.196 0 1.957-.608 2.4-1.2q.076-.101.14-.201q.076.107.166.217C5.66 17.376 6.414 18 7.5 18s1.838-.626 2.292-1.186q.112-.14.204-.274q.095.136.207.276C10.66 17.377 11.414 18 12.5 18s1.84-.624 2.294-1.184q.087-.107.162-.212q.065.101.14.204c.444.596 1.207 1.207 2.41 1.192a.5.5 0 1 0-.012-1c-.803.01-1.29-.379-1.595-.789a2.7 2.7 0 0 1-.397-.774z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 2.54a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V5h2.5a.5.5 0 0 1 .5.5v4.064l1.634.455a.5.5 0 0 1 .317.698l-1.825 3.788a1.5 1.5 0 0 0-2.523.46l-.01.023a2.6 2.6 0 0 1-.346.568c-.259.32-.498.444-.74.444c-.24 0-.482-.126-.746-.45a2.7 2.7 0 0 1-.362-.598a1.5 1.5 0 0 0-2.81.028a2.6 2.6 0 0 1-.349.573c-.26.322-.5.447-.74.447c-.241 0-.48-.125-.739-.444a2.6 2.6 0 0 1-.356-.592a1.5 1.5 0 0 0-2.555-.421l-1.802-3.83a.5.5 0 0 1 .318-.694L4 9.563V5.501a.5.5 0 0 1 .5-.5H7zm5 .5H8V5h4zm3 6.245V6.001H5v3.283l4.19-1.168a3 3 0 0 1 1.611 0zm-3.601 5.667v-.002zm0 0l.002.004v.003zm4.089.438l-.003-.01a.5.5 0 0 0-.953-.055l-.005.01l-.02.051a3.6 3.6 0 0 1-.488.8c-.358.44-.855.814-1.519.814s-1.162-.375-1.522-.816a3.6 3.6 0 0 1-.512-.85l-.005-.011a.5.5 0 0 0-.935.003l-.005.01l-.02.051q-.03.071-.094.196a3.6 3.6 0 0 1-.392.603c-.356.44-.851.814-1.515.814s-1.16-.375-1.518-.815a3.6 3.6 0 0 1-.51-.85l-.004-.01v-.001a.5.5 0 0 0-.953.055v-.001l-.002.009l-.014.046a2.7 2.7 0 0 1-.399.767c-.307.41-.796.8-1.6.8a.5.5 0 0 0 0 1c1.196 0 1.957-.608 2.4-1.2q.076-.101.14-.201q.076.107.166.217C5.66 17.376 6.414 18 7.5 18s1.838-.626 2.292-1.186q.112-.14.204-.274q.095.136.207.276C10.66 17.377 11.414 18 12.5 18s1.84-.624 2.294-1.184q.087-.107.162-.212q.065.101.14.204c.444.596 1.207 1.207 2.41 1.192a.5.5 0 1 0-.012-1c-.803.01-1.29-.379-1.595-.789a2.7 2.7 0 0 1-.397-.774z"/></svg>
</template>

CSS

.icon-vehicle-ship-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202.54a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5V5h2.5a.5.5%200%200%201%20.5.5v4.064l1.634.455a.5.5%200%200%201%20.317.698l-1.825%203.788a1.5%201.5%200%200%200-2.523.46l-.01.023a2.6%202.6%200%200%201-.346.568c-.259.32-.498.444-.74.444c-.24%200-.482-.126-.746-.45a2.7%202.7%200%200%201-.362-.598a1.5%201.5%200%200%200-2.81.028a2.6%202.6%200%200%201-.349.573c-.26.322-.5.447-.74.447c-.241%200-.48-.125-.739-.444a2.6%202.6%200%200%201-.356-.592a1.5%201.5%200%200%200-2.555-.421l-1.802-3.83a.5.5%200%200%201%20.318-.694L4%209.563V5.501a.5.5%200%200%201%20.5-.5H7zm5%20.5H8V5h4zm3%206.245V6.001H5v3.283l4.19-1.168a3%203%200%200%201%201.611%200zm-3.601%205.667v-.002zm0%200l.002.004v.003zm4.089.438l-.003-.01a.5.5%200%200%200-.953-.055l-.005.01l-.02.051a3.6%203.6%200%200%201-.488.8c-.358.44-.855.814-1.519.814s-1.162-.375-1.522-.816a3.6%203.6%200%200%201-.512-.85l-.005-.011a.5.5%200%200%200-.935.003l-.005.01l-.02.051q-.03.071-.094.196a3.6%203.6%200%200%201-.392.603c-.356.44-.851.814-1.515.814s-1.16-.375-1.518-.815a3.6%203.6%200%200%201-.51-.85l-.004-.01v-.001a.5.5%200%200%200-.953.055v-.001l-.002.009l-.014.046a2.7%202.7%200%200%201-.399.767c-.307.41-.796.8-1.6.8a.5.5%200%200%200%200%201c1.196%200%201.957-.608%202.4-1.2q.076-.101.14-.201q.076.107.166.217C5.66%2017.376%206.414%2018%207.5%2018s1.838-.626%202.292-1.186q.112-.14.204-.274q.095.136.207.276C10.66%2017.377%2011.414%2018%2012.5%2018s1.84-.624%202.294-1.184q.087-.107.162-.212q.065.101.14.204c.444.596%201.207%201.207%202.41%201.192a.5.5%200%201%200-.012-1c-.803.01-1.29-.379-1.595-.789a2.7%202.7%200%200%201-.397-.774z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202.54a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5V5h2.5a.5.5%200%200%201%20.5.5v4.064l1.634.455a.5.5%200%200%201%20.317.698l-1.825%203.788a1.5%201.5%200%200%200-2.523.46l-.01.023a2.6%202.6%200%200%201-.346.568c-.259.32-.498.444-.74.444c-.24%200-.482-.126-.746-.45a2.7%202.7%200%200%201-.362-.598a1.5%201.5%200%200%200-2.81.028a2.6%202.6%200%200%201-.349.573c-.26.322-.5.447-.74.447c-.241%200-.48-.125-.739-.444a2.6%202.6%200%200%201-.356-.592a1.5%201.5%200%200%200-2.555-.421l-1.802-3.83a.5.5%200%200%201%20.318-.694L4%209.563V5.501a.5.5%200%200%201%20.5-.5H7zm5%20.5H8V5h4zm3%206.245V6.001H5v3.283l4.19-1.168a3%203%200%200%201%201.611%200zm-3.601%205.667v-.002zm0%200l.002.004v.003zm4.089.438l-.003-.01a.5.5%200%200%200-.953-.055l-.005.01l-.02.051a3.6%203.6%200%200%201-.488.8c-.358.44-.855.814-1.519.814s-1.162-.375-1.522-.816a3.6%203.6%200%200%201-.512-.85l-.005-.011a.5.5%200%200%200-.935.003l-.005.01l-.02.051q-.03.071-.094.196a3.6%203.6%200%200%201-.392.603c-.356.44-.851.814-1.515.814s-1.16-.375-1.518-.815a3.6%203.6%200%200%201-.51-.85l-.004-.01v-.001a.5.5%200%200%200-.953.055v-.001l-.002.009l-.014.046a2.7%202.7%200%200%201-.399.767c-.307.41-.796.8-1.6.8a.5.5%200%200%200%200%201c1.196%200%201.957-.608%202.4-1.2q.076-.101.14-.201q.076.107.166.217C5.66%2017.376%206.414%2018%207.5%2018s1.838-.626%202.292-1.186q.112-.14.204-.274q.095.136.207.276C10.66%2017.377%2011.414%2018%2012.5%2018s1.84-.624%202.294-1.184q.087-.107.162-.212q.065.101.14.204c.444.596%201.207%201.207%202.41%201.192a.5.5%200%201%200-.012-1c-.803.01-1.29-.379-1.595-.789a2.7%202.7%200%200%201-.397-.774z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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