tram icon
tram-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- tram-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
tramCarbontramEmoji One (Colored)tram-fillFramework7 IconstramFont Awesome SolidtramFluent EmojitramFluent Emoji FlattramFluent Emoji High ContrasttramFirefox OS EmojitramHuge IconstramIconoirtramLine AwesometramMaterial SymbolstramMaterial Design IconstramNoto EmojitramOpenMojitramPhosphortram-boldSolartramTwitter Emoji
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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.519q-.19 0-.316-.126t-.126-.316t.126-.317t.316-.126h8.962q.19 0 .316.126t.126.317t-.126.316t-.316.126h-3.193l-.75 1.5q2.802.056 4.632.61Q19 6.167 19 8v9.116q0 1.205-.84 2.045q-.839.839-2.044.839l1.192 1.192q.233.233.113.52t-.45.288q-.098 0-.183-.034q-.086-.033-.153-.1L14.769 20H9.231l-1.865 1.866q-.068.067-.153.1q-.086.034-.184.034q-.325 0-.447-.287q-.122-.288.11-.52L7.885 20q-1.206 0-2.045-.84Q5 18.322 5 17.117M16.116 14H6h12zm-3.323 3.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M11.99 7.54h5.93H6.092zM6 13h12V8.539H6zm1.885 6h8.23q.785 0 1.335-.55t.55-1.335V14H6v3.116q0 .784.55 1.334t1.335.55m4.104-13q-3.1 0-4.377.401t-1.52 1.138H17.92q-.242-.754-1.53-1.147T11.989 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTramOutlineRounded(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.519q-.19 0-.316-.126t-.126-.316t.126-.317t.316-.126h8.962q.19 0 .316.126t.126.317t-.126.316t-.316.126h-3.193l-.75 1.5q2.802.056 4.632.61Q19 6.167 19 8v9.116q0 1.205-.84 2.045q-.839.839-2.044.839l1.192 1.192q.233.233.113.52t-.45.288q-.098 0-.183-.034q-.086-.033-.153-.1L14.769 20H9.231l-1.865 1.866q-.068.067-.153.1q-.086.034-.184.034q-.325 0-.447-.287q-.122-.288.11-.52L7.885 20q-1.206 0-2.045-.84Q5 18.322 5 17.117M16.116 14H6h12zm-3.323 3.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M11.99 7.54h5.93H6.092zM6 13h12V8.539H6zm1.885 6h8.23q.785 0 1.335-.55t.55-1.335V14H6v3.116q0 .784.55 1.334t1.335.55m4.104-13q-3.1 0-4.377.401t-1.52 1.138H17.92q-.242-.754-1.53-1.147T11.989 6"/></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.519q-.19 0-.316-.126t-.126-.316t.126-.317t.316-.126h8.962q.19 0 .316.126t.126.317t-.126.316t-.316.126h-3.193l-.75 1.5q2.802.056 4.632.61Q19 6.167 19 8v9.116q0 1.205-.84 2.045q-.839.839-2.044.839l1.192 1.192q.233.233.113.52t-.45.288q-.098 0-.183-.034q-.086-.033-.153-.1L14.769 20H9.231l-1.865 1.866q-.068.067-.153.1q-.086.034-.184.034q-.325 0-.447-.287q-.122-.288.11-.52L7.885 20q-1.206 0-2.045-.84Q5 18.322 5 17.117M16.116 14H6h12zm-3.323 3.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M11.99 7.54h5.93H6.092zM6 13h12V8.539H6zm1.885 6h8.23q.785 0 1.335-.55t.55-1.335V14H6v3.116q0 .784.55 1.334t1.335.55m4.104-13q-3.1 0-4.377.401t-1.52 1.138H17.92q-.242-.754-1.53-1.147T11.989 6"/></svg> </template>
CSS
.icon-tram-outline-rounded {
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.519q-.19%200-.316-.126t-.126-.316t.126-.317t.316-.126h8.962q.19%200%20.316.126t.126.317t-.126.316t-.316.126h-3.193l-.75%201.5q2.802.056%204.632.61Q19%206.167%2019%208v9.116q0%201.205-.84%202.045q-.839.839-2.044.839l1.192%201.192q.233.233.113.52t-.45.288q-.098%200-.183-.034q-.086-.033-.153-.1L14.769%2020H9.231l-1.865%201.866q-.068.067-.153.1q-.086.034-.184.034q-.325%200-.447-.287q-.122-.288.11-.52L7.885%2020q-1.206%200-2.045-.84Q5%2018.322%205%2017.117M16.116%2014H6h12zm-3.323%203.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M11.99%207.54h5.93H6.092zM6%2013h12V8.539H6zm1.885%206h8.23q.785%200%201.335-.55t.55-1.335V14H6v3.116q0%20.784.55%201.334t1.335.55m4.104-13q-3.1%200-4.377.401t-1.52%201.138H17.92q-.242-.754-1.53-1.147T11.989%206%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.519q-.19%200-.316-.126t-.126-.316t.126-.317t.316-.126h8.962q.19%200%20.316.126t.126.317t-.126.316t-.316.126h-3.193l-.75%201.5q2.802.056%204.632.61Q19%206.167%2019%208v9.116q0%201.205-.84%202.045q-.839.839-2.044.839l1.192%201.192q.233.233.113.52t-.45.288q-.098%200-.183-.034q-.086-.033-.153-.1L14.769%2020H9.231l-1.865%201.866q-.068.067-.153.1q-.086.034-.184.034q-.325%200-.447-.287q-.122-.288.11-.52L7.885%2020q-1.206%200-2.045-.84Q5%2018.322%205%2017.117M16.116%2014H6h12zm-3.323%203.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M11.99%207.54h5.93H6.092zM6%2013h12V8.539H6zm1.885%206h8.23q.785%200%201.335-.55t.55-1.335V14H6v3.116q0%20.784.55%201.334t1.335.55m4.104-13q-3.1%200-4.377.401t-1.52%201.138H17.92q-.242-.754-1.53-1.147T11.989%206%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-outline-rounded.svg?color=%231a73e8&size=48