tram icon
tram-duotone from Reicon by REICON · Duotone · Parts · MIT Free for personal and commercial use.
- Name
- tram-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M6.375 19.572a3.15 3.15 0 0 1-1.204-.744c-.974-.974-1.138-2.442-1.166-5.078h15.99c-.028 2.636-.193 4.104-1.167 5.078a3.15 3.15 0 0 1-1.204.744l1.047 2.093a.75.75 0 0 1-1.342.67l-1.224-2.447C15.057 20 13.725 20 12 20s-3.057 0-4.105-.112L6.67 22.336a.75.75 0 0 1-1.342-.671zM14.75 16a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75M7 15.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M5.172 3.172C4 4.343 4 6.229 4 10v3.75h16V10c0-3.771 0-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48 0 0 0 14 2.5a2 2 0 1 1-4 0a.48.48 0 0 0-.492-.482c-2.177.055-3.458.275-4.336 1.154" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTramDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M6.375 19.572a3.15 3.15 0 0 1-1.204-.744c-.974-.974-1.138-2.442-1.166-5.078h15.99c-.028 2.636-.193 4.104-1.167 5.078a3.15 3.15 0 0 1-1.204.744l1.047 2.093a.75.75 0 0 1-1.342.67l-1.224-2.447C15.057 20 13.725 20 12 20s-3.057 0-4.105-.112L6.67 22.336a.75.75 0 0 1-1.342-.671zM14.75 16a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75M7 15.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/><path d="M5.172 3.172C4 4.343 4 6.229 4 10v3.75h16V10c0-3.771 0-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48 0 0 0 14 2.5a2 2 0 1 1-4 0a.48.48 0 0 0-.492-.482c-2.177.055-3.458.275-4.336 1.154" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.375 19.572a3.15 3.15 0 0 1-1.204-.744c-.974-.974-1.138-2.442-1.166-5.078h15.99c-.028 2.636-.193 4.104-1.167 5.078a3.15 3.15 0 0 1-1.204.744l1.047 2.093a.75.75 0 0 1-1.342.67l-1.224-2.447C15.057 20 13.725 20 12 20s-3.057 0-4.105-.112L6.67 22.336a.75.75 0 0 1-1.342-.671zM14.75 16a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75M7 15.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M5.172 3.172C4 4.343 4 6.229 4 10v3.75h16V10c0-3.771 0-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48 0 0 0 14 2.5a2 2 0 1 1-4 0a.48.48 0 0 0-.492-.482c-2.177.055-3.458.275-4.336 1.154" opacity=".5"/></g></svg> </template>
CSS
.icon-tram-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.375%2019.572a3.15%203.15%200%200%201-1.204-.744c-.974-.974-1.138-2.442-1.166-5.078h15.99c-.028%202.636-.193%204.104-1.167%205.078a3.15%203.15%200%200%201-1.204.744l1.047%202.093a.75.75%200%200%201-1.342.67l-1.224-2.447C15.057%2020%2013.725%2020%2012%2020s-3.057%200-4.105-.112L6.67%2022.336a.75.75%200%200%201-1.342-.671zM14.75%2016a.75.75%200%200%201%20.75-.75H17a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75M7%2015.25a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.172%203.172C4%204.343%204%206.229%204%2010v3.75h16V10c0-3.771%200-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48%200%200%200%2014%202.5a2%202%200%201%201-4%200a.48.48%200%200%200-.492-.482c-2.177.055-3.458.275-4.336%201.154%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.375%2019.572a3.15%203.15%200%200%201-1.204-.744c-.974-.974-1.138-2.442-1.166-5.078h15.99c-.028%202.636-.193%204.104-1.167%205.078a3.15%203.15%200%200%201-1.204.744l1.047%202.093a.75.75%200%200%201-1.342.67l-1.224-2.447C15.057%2020%2013.725%2020%2012%2020s-3.057%200-4.105-.112L6.67%2022.336a.75.75%200%200%201-1.342-.671zM14.75%2016a.75.75%200%200%201%20.75-.75H17a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75M7%2015.25a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.172%203.172C4%204.343%204%206.229%204%2010v3.75h16V10c0-3.771%200-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48%200%200%200%2014%202.5a2%202%200%201%201-4%200a.48.48%200%200%200-.492-.482c-2.177.055-3.458.275-4.336%201.154%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tram-duotone.svg?color=%231a73e8&size=48