tram icon
tram from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.
- Name
- tram
- Set
- Reicon
- Style
- Outline
- Category
- Parts
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All tram icons →tramCarbontramEmoji One (Colored)tram-fillFramework7 IconstramFont Awesome SolidtramFluent EmojitramFluent Emoji FlattramFluent Emoji High ContrasttramFirefox OS EmojitramHuge IconstramIconoirtramLine AwesometramMaterial SymbolstramMaterial Symbols LighttramMaterial Design IconstramNoto EmojitramOpenMojitramPhosphortram-boldSolartramTwitter Emoji
More parts icons from Reicon
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" fill-rule="evenodd" d="M11.944 1.25h.112q.992-.002 1.84.007a.8.8 0 0 1 .23.003c.907.016 1.69.053 2.363.143c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v3.022l-.001.072c-.004 1.384-.027 2.523-.152 3.451c-.158 1.172-.49 2.121-1.238 2.87c-.406.405-.87.688-1.397.888l.709 1.418a.75.75 0 1 1-1.342.67l-.867-1.735c-1.135.15-2.582.15-4.406.15h-.112c-1.824 0-3.27 0-4.406-.15l-.867 1.735a.75.75 0 1 1-1.342-.67l.709-1.418a3.9 3.9 0 0 1-1.397-.888c-.748-.749-1.08-1.698-1.238-2.87c-.125-.928-.148-2.067-.152-3.45v-.073l-.001-.91V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c.673-.09 1.456-.127 2.363-.143a.8.8 0 0 1 .23-.003q.848-.009 1.84-.007m-2.68 1.526c-.593.02-1.104.053-1.553.114c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289v2.25h14.5V10c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-.449-.06-.96-.095-1.553-.114a2.75 2.75 0 0 1-5.472 0m3.96-.024a1.25 1.25 0 0 1-2.449 0a266 266 0 0 1 2.45 0m6.02 10.998H4.756c.01 1.034.042 1.858.134 2.54c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14s3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.092-.68.123-1.505.134-2.539M6.25 16a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m8.5 0a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTram(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" fillRule="evenodd" d="M11.944 1.25h.112q.992-.002 1.84.007a.8.8 0 0 1 .23.003c.907.016 1.69.053 2.363.143c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v3.022l-.001.072c-.004 1.384-.027 2.523-.152 3.451c-.158 1.172-.49 2.121-1.238 2.87c-.406.405-.87.688-1.397.888l.709 1.418a.75.75 0 1 1-1.342.67l-.867-1.735c-1.135.15-2.582.15-4.406.15h-.112c-1.824 0-3.27 0-4.406-.15l-.867 1.735a.75.75 0 1 1-1.342-.67l.709-1.418a3.9 3.9 0 0 1-1.397-.888c-.748-.749-1.08-1.698-1.238-2.87c-.125-.928-.148-2.067-.152-3.45v-.073l-.001-.91V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c.673-.09 1.456-.127 2.363-.143a.8.8 0 0 1 .23-.003q.848-.009 1.84-.007m-2.68 1.526c-.593.02-1.104.053-1.553.114c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289v2.25h14.5V10c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-.449-.06-.96-.095-1.553-.114a2.75 2.75 0 0 1-5.472 0m3.96-.024a1.25 1.25 0 0 1-2.449 0a266 266 0 0 1 2.45 0m6.02 10.998H4.756c.01 1.034.042 1.858.134 2.54c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14s3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.092-.68.123-1.505.134-2.539M6.25 16a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m8.5 0a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.944 1.25h.112q.992-.002 1.84.007a.8.8 0 0 1 .23.003c.907.016 1.69.053 2.363.143c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v3.022l-.001.072c-.004 1.384-.027 2.523-.152 3.451c-.158 1.172-.49 2.121-1.238 2.87c-.406.405-.87.688-1.397.888l.709 1.418a.75.75 0 1 1-1.342.67l-.867-1.735c-1.135.15-2.582.15-4.406.15h-.112c-1.824 0-3.27 0-4.406-.15l-.867 1.735a.75.75 0 1 1-1.342-.67l.709-1.418a3.9 3.9 0 0 1-1.397-.888c-.748-.749-1.08-1.698-1.238-2.87c-.125-.928-.148-2.067-.152-3.45v-.073l-.001-.91V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c.673-.09 1.456-.127 2.363-.143a.8.8 0 0 1 .23-.003q.848-.009 1.84-.007m-2.68 1.526c-.593.02-1.104.053-1.553.114c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289v2.25h14.5V10c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-.449-.06-.96-.095-1.553-.114a2.75 2.75 0 0 1-5.472 0m3.96-.024a1.25 1.25 0 0 1-2.449 0a266 266 0 0 1 2.45 0m6.02 10.998H4.756c.01 1.034.042 1.858.134 2.54c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14s3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.092-.68.123-1.505.134-2.539M6.25 16a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m8.5 0a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.944%201.25h.112q.992-.002%201.84.007a.8.8%200%200%201%20.23.003c.907.016%201.69.053%202.363.143c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v3.022l-.001.072c-.004%201.384-.027%202.523-.152%203.451c-.158%201.172-.49%202.121-1.238%202.87c-.406.405-.87.688-1.397.888l.709%201.418a.75.75%200%201%201-1.342.67l-.867-1.735c-1.135.15-2.582.15-4.406.15h-.112c-1.824%200-3.27%200-4.406-.15l-.867%201.735a.75.75%200%201%201-1.342-.67l.709-1.418a3.9%203.9%200%200%201-1.397-.888c-.748-.749-1.08-1.698-1.238-2.87c-.125-.928-.148-2.067-.152-3.45v-.073l-.001-.91V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c.673-.09%201.456-.127%202.363-.143a.8.8%200%200%201%20.23-.003q.848-.009%201.84-.007m-2.68%201.526c-.593.02-1.104.053-1.553.114c-1.006.135-1.586.389-2.01.812c-.422.423-.676%201.003-.811%202.009c-.138%201.028-.14%202.382-.14%204.289v2.25h14.5V10c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-.449-.06-.96-.095-1.553-.114a2.75%202.75%200%200%201-5.472%200m3.96-.024a1.25%201.25%200%200%201-2.449%200a266%20266%200%200%201%202.45%200m6.02%2010.998H4.756c.01%201.034.042%201.858.134%202.54c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14s3.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.092-.68.123-1.505.134-2.539M6.25%2016a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m8.5%200a.75.75%200%200%201%20.75-.75H17a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.944%201.25h.112q.992-.002%201.84.007a.8.8%200%200%201%20.23.003c.907.016%201.69.053%202.363.143c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v3.022l-.001.072c-.004%201.384-.027%202.523-.152%203.451c-.158%201.172-.49%202.121-1.238%202.87c-.406.405-.87.688-1.397.888l.709%201.418a.75.75%200%201%201-1.342.67l-.867-1.735c-1.135.15-2.582.15-4.406.15h-.112c-1.824%200-3.27%200-4.406-.15l-.867%201.735a.75.75%200%201%201-1.342-.67l.709-1.418a3.9%203.9%200%200%201-1.397-.888c-.748-.749-1.08-1.698-1.238-2.87c-.125-.928-.148-2.067-.152-3.45v-.073l-.001-.91V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c.673-.09%201.456-.127%202.363-.143a.8.8%200%200%201%20.23-.003q.848-.009%201.84-.007m-2.68%201.526c-.593.02-1.104.053-1.553.114c-1.006.135-1.586.389-2.01.812c-.422.423-.676%201.003-.811%202.009c-.138%201.028-.14%202.382-.14%204.289v2.25h14.5V10c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-.449-.06-.96-.095-1.553-.114a2.75%202.75%200%200%201-5.472%200m3.96-.024a1.25%201.25%200%200%201-2.449%200a266%20266%200%200%201%202.45%200m6.02%2010.998H4.756c.01%201.034.042%201.858.134%202.54c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14s3.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.092-.68.123-1.505.134-2.539M6.25%2016a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m8.5%200a.75.75%200%200%201%20.75-.75H17a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tram.svg?color=%231a73e8&size=48