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

Name
vehicle-subway-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 subway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 3A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.651l2.462 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.097 2.427a.75.75 0 1 1-.645-1.354L6.89 19.4A3.75 3.75 0 0 1 4 15.75v-9A3.75 3.75 0 0 1 7.75 3zm2.25 11h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25zM8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.25-10.5h-8.5A2.25 2.25 0 0 0 5.5 6.75v5.75h13V6.75a2.25 2.25 0 0 0-2.25-2.25m-3 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleSubway24Regular(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="M16.25 3A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.651l2.462 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.097 2.427a.75.75 0 1 1-.645-1.354L6.89 19.4A3.75 3.75 0 0 1 4 15.75v-9A3.75 3.75 0 0 1 7.75 3zm2.25 11h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25zM8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.25-10.5h-8.5A2.25 2.25 0 0 0 5.5 6.75v5.75h13V6.75a2.25 2.25 0 0 0-2.25-2.25m-3 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 3A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.651l2.462 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.097 2.427a.75.75 0 1 1-.645-1.354L6.89 19.4A3.75 3.75 0 0 1 4 15.75v-9A3.75 3.75 0 0 1 7.75 3zm2.25 11h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25zM8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.25-10.5h-8.5A2.25 2.25 0 0 0 5.5 6.75v5.75h13V6.75a2.25 2.25 0 0 0-2.25-2.25m-3 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5z"/></svg>
</template>

CSS

.icon-vehicle-subway-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%22M16.25%203A3.75%203.75%200%200%201%2020%206.75v9a3.75%203.75%200%200%201-2.89%203.651l2.462%201.172a.75.75%200%200%201-.55%201.392l-.095-.038L13.83%2019.5h-3.661l-5.097%202.427a.75.75%200%201%201-.645-1.354L6.89%2019.4A3.75%203.75%200%200%201%204%2015.75v-9A3.75%203.75%200%200%201%207.75%203zm2.25%2011h-13v1.75A2.25%202.25%200%200%200%207.75%2018h8.5a2.25%202.25%200%200%200%202.25-2.25zM8%2015a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2m.25-10.5h-8.5A2.25%202.25%200%200%200%205.5%206.75v5.75h13V6.75a2.25%202.25%200%200%200-2.25-2.25m-3%201.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5z%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%22M16.25%203A3.75%203.75%200%200%201%2020%206.75v9a3.75%203.75%200%200%201-2.89%203.651l2.462%201.172a.75.75%200%200%201-.55%201.392l-.095-.038L13.83%2019.5h-3.661l-5.097%202.427a.75.75%200%201%201-.645-1.354L6.89%2019.4A3.75%203.75%200%200%201%204%2015.75v-9A3.75%203.75%200%200%201%207.75%203zm2.25%2011h-13v1.75A2.25%202.25%200%200%200%207.75%2018h8.5a2.25%202.25%200%200%200%202.25-2.25zM8%2015a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2m.25-10.5h-8.5A2.25%202.25%200%200%200%205.5%206.75v5.75h13V6.75a2.25%202.25%200%200%200-2.25-2.25m-3%201.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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