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

Name
vehicle-ship-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M8.75 2a.75.75 0 0 0-.75.75V5H5.75a.75.75 0 0 0-.75.75v4.765l-1.46.534a.75.75 0 0 0-.423 1.02l2.335 5.019a1.75 1.75 0 0 1 1.924.581l-2.554-5.492l6.587-2.412a1.75 1.75 0 0 1 1.19-.005l6.775 2.418l-2.622 5.345a1.75 1.75 0 0 1 1.871-.408l2.468-5.031a.75.75 0 0 0-.421-1.037L19 10.451V5.75a.75.75 0 0 0-.75-.75H16V2.75a.75.75 0 0 0-.75-.75zm5.75 3h-5V3.5h5zm3 1.5v3.416l-4.397-1.569a3.25 3.25 0 0 0-2.21.01L6.5 9.964V6.5zm1.227 12.064l-.003-.01a.75.75 0 0 0-1.441-.023v.002l-.004.009l-.02.058q-.03.082-.096.232c-.09.199-.228.46-.42.718c-.388.515-.94.95-1.743.95s-1.356-.435-1.743-.95a3.9 3.9 0 0 1-.538-1.009l-.003-.009a.75.75 0 0 0-1.435.001v.001l-.004.01l-.02.057a3.8 3.8 0 0 1-.514.95c-.386.514-.937.949-1.743.949s-1.358-.435-1.744-.95a3.8 3.8 0 0 1-.535-1.007l-.003-.011a.75.75 0 0 0-1.441.02l-.003.009l-.018.054a3.3 3.3 0 0 1-.504.922c-.384.49-.996.963-2.002.963a.75.75 0 0 0 0 1.5c1.574 0 2.587-.777 3.183-1.537L6 20.374l.056.076C6.608 21.185 7.556 22 9 22s2.392-.815 2.943-1.55l.057-.078l.058.079C12.61 21.185 13.558 22 15 22s2.39-.815 2.942-1.55l.055-.075q.032.044.066.087c.595.761 1.61 1.538 3.187 1.538a.75.75 0 0 0 0-1.5c-1.012 0-1.623-.473-2.005-.962a3.3 3.3 0 0 1-.518-.974"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleShip24Regular(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="M8.75 2a.75.75 0 0 0-.75.75V5H5.75a.75.75 0 0 0-.75.75v4.765l-1.46.534a.75.75 0 0 0-.423 1.02l2.335 5.019a1.75 1.75 0 0 1 1.924.581l-2.554-5.492l6.587-2.412a1.75 1.75 0 0 1 1.19-.005l6.775 2.418l-2.622 5.345a1.75 1.75 0 0 1 1.871-.408l2.468-5.031a.75.75 0 0 0-.421-1.037L19 10.451V5.75a.75.75 0 0 0-.75-.75H16V2.75a.75.75 0 0 0-.75-.75zm5.75 3h-5V3.5h5zm3 1.5v3.416l-4.397-1.569a3.25 3.25 0 0 0-2.21.01L6.5 9.964V6.5zm1.227 12.064l-.003-.01a.75.75 0 0 0-1.441-.023v.002l-.004.009l-.02.058q-.03.082-.096.232c-.09.199-.228.46-.42.718c-.388.515-.94.95-1.743.95s-1.356-.435-1.743-.95a3.9 3.9 0 0 1-.538-1.009l-.003-.009a.75.75 0 0 0-1.435.001v.001l-.004.01l-.02.057a3.8 3.8 0 0 1-.514.95c-.386.514-.937.949-1.743.949s-1.358-.435-1.744-.95a3.8 3.8 0 0 1-.535-1.007l-.003-.011a.75.75 0 0 0-1.441.02l-.003.009l-.018.054a3.3 3.3 0 0 1-.504.922c-.384.49-.996.963-2.002.963a.75.75 0 0 0 0 1.5c1.574 0 2.587-.777 3.183-1.537L6 20.374l.056.076C6.608 21.185 7.556 22 9 22s2.392-.815 2.943-1.55l.057-.078l.058.079C12.61 21.185 13.558 22 15 22s2.39-.815 2.942-1.55l.055-.075q.032.044.066.087c.595.761 1.61 1.538 3.187 1.538a.75.75 0 0 0 0-1.5c-1.012 0-1.623-.473-2.005-.962a3.3 3.3 0 0 1-.518-.974"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 2a.75.75 0 0 0-.75.75V5H5.75a.75.75 0 0 0-.75.75v4.765l-1.46.534a.75.75 0 0 0-.423 1.02l2.335 5.019a1.75 1.75 0 0 1 1.924.581l-2.554-5.492l6.587-2.412a1.75 1.75 0 0 1 1.19-.005l6.775 2.418l-2.622 5.345a1.75 1.75 0 0 1 1.871-.408l2.468-5.031a.75.75 0 0 0-.421-1.037L19 10.451V5.75a.75.75 0 0 0-.75-.75H16V2.75a.75.75 0 0 0-.75-.75zm5.75 3h-5V3.5h5zm3 1.5v3.416l-4.397-1.569a3.25 3.25 0 0 0-2.21.01L6.5 9.964V6.5zm1.227 12.064l-.003-.01a.75.75 0 0 0-1.441-.023v.002l-.004.009l-.02.058q-.03.082-.096.232c-.09.199-.228.46-.42.718c-.388.515-.94.95-1.743.95s-1.356-.435-1.743-.95a3.9 3.9 0 0 1-.538-1.009l-.003-.009a.75.75 0 0 0-1.435.001v.001l-.004.01l-.02.057a3.8 3.8 0 0 1-.514.95c-.386.514-.937.949-1.743.949s-1.358-.435-1.744-.95a3.8 3.8 0 0 1-.535-1.007l-.003-.011a.75.75 0 0 0-1.441.02l-.003.009l-.018.054a3.3 3.3 0 0 1-.504.922c-.384.49-.996.963-2.002.963a.75.75 0 0 0 0 1.5c1.574 0 2.587-.777 3.183-1.537L6 20.374l.056.076C6.608 21.185 7.556 22 9 22s2.392-.815 2.943-1.55l.057-.078l.058.079C12.61 21.185 13.558 22 15 22s2.39-.815 2.942-1.55l.055-.075q.032.044.066.087c.595.761 1.61 1.538 3.187 1.538a.75.75 0 0 0 0-1.5c-1.012 0-1.623-.473-2.005-.962a3.3 3.3 0 0 1-.518-.974"/></svg>
</template>

CSS

.icon-vehicle-ship-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%202a.75.75%200%200%200-.75.75V5H5.75a.75.75%200%200%200-.75.75v4.765l-1.46.534a.75.75%200%200%200-.423%201.02l2.335%205.019a1.75%201.75%200%200%201%201.924.581l-2.554-5.492l6.587-2.412a1.75%201.75%200%200%201%201.19-.005l6.775%202.418l-2.622%205.345a1.75%201.75%200%200%201%201.871-.408l2.468-5.031a.75.75%200%200%200-.421-1.037L19%2010.451V5.75a.75.75%200%200%200-.75-.75H16V2.75a.75.75%200%200%200-.75-.75zm5.75%203h-5V3.5h5zm3%201.5v3.416l-4.397-1.569a3.25%203.25%200%200%200-2.21.01L6.5%209.964V6.5zm1.227%2012.064l-.003-.01a.75.75%200%200%200-1.441-.023v.002l-.004.009l-.02.058q-.03.082-.096.232c-.09.199-.228.46-.42.718c-.388.515-.94.95-1.743.95s-1.356-.435-1.743-.95a3.9%203.9%200%200%201-.538-1.009l-.003-.009a.75.75%200%200%200-1.435.001v.001l-.004.01l-.02.057a3.8%203.8%200%200%201-.514.95c-.386.514-.937.949-1.743.949s-1.358-.435-1.744-.95a3.8%203.8%200%200%201-.535-1.007l-.003-.011a.75.75%200%200%200-1.441.02l-.003.009l-.018.054a3.3%203.3%200%200%201-.504.922c-.384.49-.996.963-2.002.963a.75.75%200%200%200%200%201.5c1.574%200%202.587-.777%203.183-1.537L6%2020.374l.056.076C6.608%2021.185%207.556%2022%209%2022s2.392-.815%202.943-1.55l.057-.078l.058.079C12.61%2021.185%2013.558%2022%2015%2022s2.39-.815%202.942-1.55l.055-.075q.032.044.066.087c.595.761%201.61%201.538%203.187%201.538a.75.75%200%200%200%200-1.5c-1.012%200-1.623-.473-2.005-.962a3.3%203.3%200%200%201-.518-.974%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%22M8.75%202a.75.75%200%200%200-.75.75V5H5.75a.75.75%200%200%200-.75.75v4.765l-1.46.534a.75.75%200%200%200-.423%201.02l2.335%205.019a1.75%201.75%200%200%201%201.924.581l-2.554-5.492l6.587-2.412a1.75%201.75%200%200%201%201.19-.005l6.775%202.418l-2.622%205.345a1.75%201.75%200%200%201%201.871-.408l2.468-5.031a.75.75%200%200%200-.421-1.037L19%2010.451V5.75a.75.75%200%200%200-.75-.75H16V2.75a.75.75%200%200%200-.75-.75zm5.75%203h-5V3.5h5zm3%201.5v3.416l-4.397-1.569a3.25%203.25%200%200%200-2.21.01L6.5%209.964V6.5zm1.227%2012.064l-.003-.01a.75.75%200%200%200-1.441-.023v.002l-.004.009l-.02.058q-.03.082-.096.232c-.09.199-.228.46-.42.718c-.388.515-.94.95-1.743.95s-1.356-.435-1.743-.95a3.9%203.9%200%200%201-.538-1.009l-.003-.009a.75.75%200%200%200-1.435.001v.001l-.004.01l-.02.057a3.8%203.8%200%200%201-.514.95c-.386.514-.937.949-1.743.949s-1.358-.435-1.744-.95a3.8%203.8%200%200%201-.535-1.007l-.003-.011a.75.75%200%200%200-1.441.02l-.003.009l-.018.054a3.3%203.3%200%200%201-.504.922c-.384.49-.996.963-2.002.963a.75.75%200%200%200%200%201.5c1.574%200%202.587-.777%203.183-1.537L6%2020.374l.056.076C6.608%2021.185%207.556%2022%209%2022s2.392-.815%202.943-1.55l.057-.078l.058.079C12.61%2021.185%2013.558%2022%2015%2022s2.39-.815%202.942-1.55l.055-.075q.032.044.066.087c.595.761%201.61%201.538%203.187%201.538a.75.75%200%200%200%200-1.5c-1.012%200-1.623-.473-2.005-.962a3.3%203.3%200%200%201-.518-.974%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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