Icons
All icons are property of SQUARE-ENIX Ltd 1 second ago all rights reserved
How In-Game Icon IDs work
In the in-game files, the filename for icons is very stripped. The psudo logic for this is: You can find XIVAPI's implementation on Github.com.
If you need all the icons, please download: SaintCoinach.Cmd.zip,
run SaintCoinach.Cmd.exe
and type ui
then press enter. This will give you ALL the in-game icons.
If you want maps then run maps
and press enter. This will be faster and more up to date than
getting them from XIVAPI.
// first we need to add padding to the icon_id
if icon_id length >= 6
icon_id = pad(5, "0", pad_left)
else
icon_id = '0' + pad(5, "0", pad_left)
// Now we can build the folder from the padded icon_id
if icon_id length >= 6
folder_id = icon_id[0] + icon_id[1] + icon_id[2] + '000
else
folder_id = 0 + icon_id[1] + icon_id[2] + '000
path = folder_id / icon_id .png
Example
- Get icon id:
icon_id = 26039
- Is less than 5? YES
- Folder:
0 26 000
(the 0 we added) - Filename:
026039
- Result:
026000/026039.png
Where are the awesome HQ icons from Lodestone?
I am working to get these into XIVAPI. These are hard to obtain as the URLs are hashed and the Lodestone ID for an item is also hashed. I can obtain the Lodestone ID from Companion and use this to parse the HQ icons file path. (The Icon URL in Companion is low res).
I am also planning on provided a waifu2x version of all icons since they do come out rather well.
Awesome Class/Job Icons
Thanks to Companion App we can get some awesome Class/Job icons in 256px PNG or full SVG.
Check out the repository: xivapi/classjob-icons
Icon Sets
- Class/Jobs Plain
- Class/Jobs Companion
- Class/Jobs SVG
- Class/Jobs Misc
- Custom Icons
- Fate Icons
- 1.0 Legacy UI
- Language Flags
- Logos and Banners
- Companion App
- Grand Company Ranks
- Gear Slot Icons
- Lodestone UI
- Mappy Icons
- Misc
- Game Icons - Set: 000000
- Game Icons - Set: 001000
- Game Icons - Set: 002000
- Game Icons - Set: 003000
- Game Icons - Set: 004000
- Game Icons - Set: 005000
- Game Icons - Set: 006000
- Game Icons - Set: 008000
- Game Icons - Set: 009000
- Game Icons - Set: 010000
- Game Icons - Set: 011000
- Game Icons - Set: 012000
- Game Icons - Set: 013000
- Game Icons - Set: 014000
- Game Icons - Set: 015000
- Game Icons - Set: 016000
- Game Icons - Set: 017000
- Game Icons - Set: 018000
- Game Icons - Set: 019000
- Game Icons - Set: 020000
- Game Icons - Set: 021000
- Game Icons - Set: 022000
- Game Icons - Set: 023000
- Game Icons - Set: 024000
- Game Icons - Set: 025000
- Game Icons - Set: 026000
- Game Icons - Set: 027000
- Game Icons - Set: 028000
- Game Icons - Set: 029000
- Game Icons - Set: 030000
- Game Icons - Set: 031000
- Game Icons - Set: 032000
- Game Icons - Set: 033000
- Game Icons - Set: 034000
- Game Icons - Set: 035000
- Game Icons - Set: 036000
- Game Icons - Set: 037000
- Game Icons - Set: 038000
- Game Icons - Set: 039000
- Game Icons - Set: 040000
- Game Icons - Set: 041000
- Game Icons - Set: 042000
- Game Icons - Set: 043000
- Game Icons - Set: 044000
- Game Icons - Set: 045000
- Game Icons - Set: 046000
- Game Icons - Set: 047000
- Game Icons - Set: 048000
- Game Icons - Set: 049000
- Game Icons - Set: 050000
- Game Icons - Set: 051000
- Game Icons - Set: 052000
- Game Icons - Set: 053000
- Game Icons - Set: 054000
- Game Icons - Set: 055000
- Game Icons - Set: 056000
- Game Icons - Set: 057000
- Game Icons - Set: 058000
- Game Icons - Set: 059000
- Game Icons - Set: 060000
- Game Icons - Set: 061000
- Game Icons - Set: 062000
- Game Icons - Set: 063000
- Game Icons - Set: 064000
- Game Icons - Set: 065000
- Game Icons - Set: 066000
- Game Icons - Set: 067000
- Game Icons - Set: 068000
- Game Icons - Set: 069000
- Game Icons - Set: 070000
- Game Icons - Set: 071000
- Game Icons - Set: 072000
- Game Icons - Set: 073000
- Game Icons - Set: 076000
- Game Icons - Set: 077000
- Game Icons - Set: 078000
- Game Icons - Set: 079000
- Game Icons - Set: 080000
- Game Icons - Set: 081000
- Game Icons - Set: 082000
- Game Icons - Set: 083000
- Game Icons - Set: 084000
- Game Icons - Set: 085000
- Game Icons - Set: 086000
- Game Icons - Set: 087000
- Game Icons - Set: 088000
- Game Icons - Set: 090000
- Game Icons - Set: 091000
- Game Icons - Set: 092000
- Game Icons - Set: 093000
- Game Icons - Set: 094000
- Game Icons - Set: 095000
- Game Icons - Set: 100000
- Game Icons - Set: 101000
- Game Icons - Set: 110000
- Game Icons - Set: 111000
- Game Icons - Set: 112000
- Game Icons - Set: 113000
- Game Icons - Set: 114000
- Game Icons - Set: 120000
- Game Icons - Set: 121000
- Game Icons - Set: 122000
- Game Icons - Set: 123000
- Game Icons - Set: 124000
- Game Icons - Set: 125000
- Game Icons - Set: 126000
- Game Icons - Set: 127000
- Game Icons - Set: 128000
- Game Icons - Set: 129000
- Game Icons - Set: 130000
- Game Icons - Set: 131000
- Game Icons - Set: 132000
- Game Icons - Set: 133000
- Game Icons - Set: 134000
- Game Icons - Set: 135000
- Game Icons - Set: 136000
- Game Icons - Set: 137000
- Game Icons - Set: 138000
- Game Icons - Set: 139000
- Game Icons - Set: 142000
- Game Icons - Set: 143000
- Game Icons - Set: 144000
- Game Icons - Set: 150000
- Game Icons - Set: 151000
- Game Icons - Set: 152000
- Game Icons - Set: 153000
- Game Icons - Set: 156000
- Game Icons - Set: 180000
- Game Icons - Set: 181000
- Game Icons - Set: 190000
- Game Icons - Set: 191000
- Game Icons - Set: 192000
- Game Icons - Set: 193000
- Game Icons - Set: 194000
- Game Icons - Set: 195000
- Game Icons - Set: 196000
- Game Icons - Set: 197000
- Game Icons - Set: 198000
- Game Icons - Set: 199000
- Game Icons - Set: 200000