train icon
train-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- train-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- train-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
trainBoxIcons v2trainBoxIcons v2 SolidtrainCarbontrainEmoji One (Colored)trainFont Awesome 6 SolidtrainFont Awesome SolidtrainFluent EmojitrainFluent Emoji FlattrainFluent Emoji High ContrasttrainFirefox OS EmojitrainIconParktrainIconPark OutlinetrainIconPark SolidtrainIconPark TwoTonetrainIconoirtrainIonIconstrainJam IconstrainLine AwesometrainMaterial SymbolstrainMaterial Design Iconstrain-fillMingCute IcontrainMyna UI IconstrainNoto EmojitrainOpenMoji
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 train icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 15.116V6q0-.979.563-1.574t1.524-.912T9.322 3.1T12 3q1.458 0 2.728.099t2.223.416t1.501.911T19 6v9.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 16.322 5 15.116M12 4q-2.939 0-4.279.39q-1.34.389-1.617 1.149h11.815q-.26-.772-1.603-1.155Q14.973 4 12 4m-6 7h5.5V6.539H6zm10.116 1H6h12zM12.5 11H18V6.539h-5.5zm-3.204 4.296q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32m7 0q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32M7.885 17h8.23q.785 0 1.335-.55t.55-1.335V12H6v3.116q0 .784.55 1.334t1.335.55M12 5.539h5.92H6.103z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTrainOutline(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 15.116V6q0-.979.563-1.574t1.524-.912T9.322 3.1T12 3q1.458 0 2.728.099t2.223.416t1.501.911T19 6v9.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 16.322 5 15.116M12 4q-2.939 0-4.279.39q-1.34.389-1.617 1.149h11.815q-.26-.772-1.603-1.155Q14.973 4 12 4m-6 7h5.5V6.539H6zm10.116 1H6h12zM12.5 11H18V6.539h-5.5zm-3.204 4.296q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32m7 0q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32M7.885 17h8.23q.785 0 1.335-.55t.55-1.335V12H6v3.116q0 .784.55 1.334t1.335.55M12 5.539h5.92H6.103z"/></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 15.116V6q0-.979.563-1.574t1.524-.912T9.322 3.1T12 3q1.458 0 2.728.099t2.223.416t1.501.911T19 6v9.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 16.322 5 15.116M12 4q-2.939 0-4.279.39q-1.34.389-1.617 1.149h11.815q-.26-.772-1.603-1.155Q14.973 4 12 4m-6 7h5.5V6.539H6zm10.116 1H6h12zM12.5 11H18V6.539h-5.5zm-3.204 4.296q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32m7 0q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32M7.885 17h8.23q.785 0 1.335-.55t.55-1.335V12H6v3.116q0 .784.55 1.334t1.335.55M12 5.539h5.92H6.103z"/></svg> </template>
CSS
.icon-train-outline {
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%2015.116V6q0-.979.563-1.574t1.524-.912T9.322%203.1T12%203q1.458%200%202.728.099t2.223.416t1.501.911T19%206v9.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%2016.322%205%2015.116M12%204q-2.939%200-4.279.39q-1.34.389-1.617%201.149h11.815q-.26-.772-1.603-1.155Q14.973%204%2012%204m-6%207h5.5V6.539H6zm10.116%201H6h12zM12.5%2011H18V6.539h-5.5zm-3.204%204.296q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32m7%200q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32M7.885%2017h8.23q.785%200%201.335-.55t.55-1.335V12H6v3.116q0%20.784.55%201.334t1.335.55M12%205.539h5.92H6.103z%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%2015.116V6q0-.979.563-1.574t1.524-.912T9.322%203.1T12%203q1.458%200%202.728.099t2.223.416t1.501.911T19%206v9.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%2016.322%205%2015.116M12%204q-2.939%200-4.279.39q-1.34.389-1.617%201.149h11.815q-.26-.772-1.603-1.155Q14.973%204%2012%204m-6%207h5.5V6.539H6zm10.116%201H6h12zM12.5%2011H18V6.539h-5.5zm-3.204%204.296q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32m7%200q.32-.319.32-.796t-.32-.796t-.796-.32t-.796.32t-.32.796t.32.796t.796.32t.796-.32M7.885%2017h8.23q.785%200%201.335-.55t.55-1.335V12H6v3.116q0%20.784.55%201.334t1.335.55M12%205.539h5.92H6.103z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/train-outline.svg?color=%231a73e8&size=48