tram from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
tram
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
tram-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the tram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17.116V8q0-1.829 1.856-2.386T11.462 5l.75-1.5H7.077v-.885h9.846V3.5h-3.634l-.75 1.5q2.801.056 4.631.61Q19 6.167 19 8v9.116q0 1.205-.84 2.045q-.839.839-2.044.839l1.5 1.5v.5h-.847l-2-2H9.231l-2 2h-.846v-.5l1.5-1.5q-1.206 0-2.045-.84Q5 18.322 5 17.117m7.793.177q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6 13h12V8.539H6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTram(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="M5 17.116V8q0-1.829 1.856-2.386T11.462 5l.75-1.5H7.077v-.885h9.846V3.5h-3.634l-.75 1.5q2.801.056 4.631.61Q19 6.167 19 8v9.116q0 1.205-.84 2.045q-.839.839-2.044.839l1.5 1.5v.5h-.847l-2-2H9.231l-2 2h-.846v-.5l1.5-1.5q-1.206 0-2.045-.84Q5 18.322 5 17.117m7.793.177q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6 13h12V8.539H6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17.116V8q0-1.829 1.856-2.386T11.462 5l.75-1.5H7.077v-.885h9.846V3.5h-3.634l-.75 1.5q2.801.056 4.631.61Q19 6.167 19 8v9.116q0 1.205-.84 2.045q-.839.839-2.044.839l1.5 1.5v.5h-.847l-2-2H9.231l-2 2h-.846v-.5l1.5-1.5q-1.206 0-2.045-.84Q5 18.322 5 17.117m7.793.177q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6 13h12V8.539H6z"/></svg>
</template>

CSS

.icon-tram {
  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%22M5%2017.116V8q0-1.829%201.856-2.386T11.462%205l.75-1.5H7.077v-.885h9.846V3.5h-3.634l-.75%201.5q2.801.056%204.631.61Q19%206.167%2019%208v9.116q0%201.205-.84%202.045q-.839.839-2.044.839l1.5%201.5v.5h-.847l-2-2H9.231l-2%202h-.846v-.5l1.5-1.5q-1.206%200-2.045-.84Q5%2018.322%205%2017.117m7.793.177q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6%2013h12V8.539H6z%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%22M5%2017.116V8q0-1.829%201.856-2.386T11.462%205l.75-1.5H7.077v-.885h9.846V3.5h-3.634l-.75%201.5q2.801.056%204.631.61Q19%206.167%2019%208v9.116q0%201.205-.84%202.045q-.839.839-2.044.839l1.5%201.5v.5h-.847l-2-2H9.231l-2%202h-.846v-.5l1.5-1.5q-1.206%200-2.045-.84Q5%2018.322%205%2017.117m7.793.177q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6%2013h12V8.539H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tram.svg?color=%231a73e8&size=48