vehicle ship icon
vehicle-ship-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-ship-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-motorcycle-16-filledvehicle-rv-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
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.5 2.04a.5.5 0 0 0-.5.5V5H4.5a.5.5 0 0 0-.5.5v4.063l-1.634.456a.5.5 0 0 0-.318.694l1.802 3.83a1.5 1.5 0 0 1 .863-.514l-1.509-3.206L9.46 9.08a2 2 0 0 1 1.074 0l6.257 1.743l-1.54 3.199a1.5 1.5 0 0 1 .876.484l1.825-3.788a.5.5 0 0 0-.317-.698L16 9.564V5.5a.5.5 0 0 0-.5-.5H13V2.539a.5.5 0 0 0-.5-.5zM12 5H8V3.04h4zm3 1v3.285l-4.199-1.17a3 3 0 0 0-1.61 0L5 9.286V6zm.488 9.39l-.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 FluentVehicleShip20Regular(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.5 2.04a.5.5 0 0 0-.5.5V5H4.5a.5.5 0 0 0-.5.5v4.063l-1.634.456a.5.5 0 0 0-.318.694l1.802 3.83a1.5 1.5 0 0 1 .863-.514l-1.509-3.206L9.46 9.08a2 2 0 0 1 1.074 0l6.257 1.743l-1.54 3.199a1.5 1.5 0 0 1 .876.484l1.825-3.788a.5.5 0 0 0-.317-.698L16 9.564V5.5a.5.5 0 0 0-.5-.5H13V2.539a.5.5 0 0 0-.5-.5zM12 5H8V3.04h4zm3 1v3.285l-4.199-1.17a3 3 0 0 0-1.61 0L5 9.286V6zm.488 9.39l-.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.5 2.04a.5.5 0 0 0-.5.5V5H4.5a.5.5 0 0 0-.5.5v4.063l-1.634.456a.5.5 0 0 0-.318.694l1.802 3.83a1.5 1.5 0 0 1 .863-.514l-1.509-3.206L9.46 9.08a2 2 0 0 1 1.074 0l6.257 1.743l-1.54 3.199a1.5 1.5 0 0 1 .876.484l1.825-3.788a.5.5 0 0 0-.317-.698L16 9.564V5.5a.5.5 0 0 0-.5-.5H13V2.539a.5.5 0 0 0-.5-.5zM12 5H8V3.04h4zm3 1v3.285l-4.199-1.17a3 3 0 0 0-1.61 0L5 9.286V6zm.488 9.39l-.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%202.04a.5.5%200%200%200-.5.5V5H4.5a.5.5%200%200%200-.5.5v4.063l-1.634.456a.5.5%200%200%200-.318.694l1.802%203.83a1.5%201.5%200%200%201%20.863-.514l-1.509-3.206L9.46%209.08a2%202%200%200%201%201.074%200l6.257%201.743l-1.54%203.199a1.5%201.5%200%200%201%20.876.484l1.825-3.788a.5.5%200%200%200-.317-.698L16%209.564V5.5a.5.5%200%200%200-.5-.5H13V2.539a.5.5%200%200%200-.5-.5zM12%205H8V3.04h4zm3%201v3.285l-4.199-1.17a3%203%200%200%200-1.61%200L5%209.286V6zm.488%209.39l-.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.5%202.04a.5.5%200%200%200-.5.5V5H4.5a.5.5%200%200%200-.5.5v4.063l-1.634.456a.5.5%200%200%200-.318.694l1.802%203.83a1.5%201.5%200%200%201%20.863-.514l-1.509-3.206L9.46%209.08a2%202%200%200%201%201.074%200l6.257%201.743l-1.54%203.199a1.5%201.5%200%200%201%20.876.484l1.825-3.788a.5.5%200%200%200-.317-.698L16%209.564V5.5a.5.5%200%200%200-.5-.5H13V2.539a.5.5%200%200%200-.5-.5zM12%205H8V3.04h4zm3%201v3.285l-4.199-1.17a3%203%200%200%200-1.61%200L5%209.286V6zm.488%209.39l-.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-regular.svg?color=%231a73e8&size=48