Skip to content

WoW Addon Icon

Convert PNG images to TGA format for WoW addon icons with correct dimensions (64×64, 128×128, 256×256) and Lua snippet.

No sign-up 100% free Private

Drag and drop an image here

JPG, PNG, WEBP — será convertido para TGA

Was this tool helpful?

WoW Addon Icon Converter — Create BLP-Compatible Addon Icons

The WoW Addon Icon Converter converts any image into World of Warcraft addon-compatible icon files. It resizes and formats images to 64x64 and 32x32 TGA files suitable for WoW addon development, packaged as a ZIP download.

World of Warcraft addons use TGA (Targa) image files at specific sizes for interface icons, minimap buttons, and toolbar graphics. The tool resizes your source image to 64x64 (standard icon) and 32x32 (small icon) pixels, converts them to 32-bit uncompressed TGA format with alpha channel, and packages both sizes into a ZIP file ready to drop into your addon's textures folder.

WoW addon developers use this tool to quickly convert logos and designs into properly formatted addon icons. UI customization enthusiasts create custom icons for WeakAuras, ElvUI, and other addon frameworks. Guild leaders prepare custom interface elements for guild-specific addons.

WoW Addon Icon Converter is part of the facilita.tools suite of free browser-based gaming utilities. Available in Portuguese, English, and Spanish, optimized for desktop and mobile browsers.

Frequently Asked Questions

What output format does the tool produce?
The tool outputs 32-bit uncompressed TGA files with alpha channel at 64x64 and 32x32 pixels. These are compatible with WoW's addon texture system without additional conversion.
Do the icons work with all WoW versions?
Yes. Uncompressed TGA icons are supported across all WoW versions — Retail, Classic, and private servers. They work with the standard addon loading system.
How do I use the icons in my addon?
Extract the ZIP contents into your addon's textures folder and reference the file path in your Lua code or TOC file (e.g., "Interface\\AddOns\\MyAddon\\textures\\icon").