A small service rendering the SVG station badges of Singapore MRT stations. You can then use the SVGs in your designs or render them in your website or do anything you want.
https://mrt-badges.joulev.dev/<station identifier>
where the station identifier is as follows:
- Each line part of each station starts with the line identifier followed by an optional number
- Standard transfer stations are separated by
:
- Tap out to transfer stations are separated by
-
Read the examples below for more details.
-
Kent Ridge MRT station:
https://mrt-badges.joulev.dev/CC24
-
Founders' Memorial MRT station:
https://mrt-badges.joulev.dev/TE22A
-
Orchard MRT station:
https://mrt-badges.joulev.dev/TE14:NS22
(orNS22:TE14
depending on the order you want) -
Outram Park MRT station:
https://mrt-badges.joulev.dev/EW16:NE3:TE17
-
Tanah Merah MRT station:
https://mrt-badges.joulev.dev/EW4:CG
-
Sengkang MRT/LRT station:
https://mrt-badges.joulev.dev/NE16:STC
-
Phoenix LRT station:
https://mrt-badges.joulev.dev/BP5
Confirmed lines only, so Seletar Line is not included.
-
Teck Ghee MRT station:
https://mrt-badges.joulev.dev/CR12
-
Pasir Ris MRT station:
https://mrt-badges.joulev.dev/CP1:CR5:EW1
-
Jurong East MRT station:
https://mrt-badges.joulev.dev/JE5:NS1:EW24
-
Downtown MRT and Marina Bay MRT are within a 15 minute walk so can be treated as one tap out to transfer station:
https://mrt-badges.joulev.dev/DT17-NS27:TE20:CE2
-
Well...
https://mrt-badges.joulev.dev/EW1-NS2:NE3-CC4-DT5:TE6:CR7-JS8
-
Does not support a custom colour scheme and additional lines yet
This may be supported in the future.
-
Does not support "under study" stations (with the dashed border) like this
-
Only supports horizontal for now, so an arbitrary direction like this is not supported
-
The badges do not match 100% with official badges you see on official maps. The reason being we do not have the official vector graphic nor the official font. That said I think the version here should be very close to the official badges already.
-
The font here is an unofficial clone of the LTA Identity font by JinGen Lim.
-
The official system map by LTA as of 10 March 2024 and the unofficial future system map by bananasolid was used to study the colours and the dimensions of the badges. The future system map is also used to capture the screenshots in the limitations section above.
-
The source code is MIT licensed.
-
The service at
https://mrt-badges.joulev.dev
is provided free of charge on a best effort basis, meaning I will try all my best to keep it running but if personal reasons force me to bring it down, I will have to do that. Hence self-hosting is recommended:
-
pnpm vercel dev
to develop locally athttp://localhost:3000
-
pnpm check
to run Biome checks