WOFF to XBM Converter
Create X Window bitmap icons from web font glyphs online
Direct Conversion
Go straight from WOFF to XBM without intermediate format steps — the converter handles the transformation in a single pass.
Code-Based Format
XBM stores images as C source code — the output can be directly embedded into X11 application source files for compiled-in icons.
Online Rendering
Convertio renders WOFF to XBM on cloud servers. No X11 SDK or Linux development environment needed for the conversion step.
How to convert WOFF to XBM
Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.
Choose xbm or any other format you need as a result (more than 200 formats supported)
Let the file convert and you can download your xbm file right afterwards
About formats
Frequently Asked Questions
Your uploaded WOFF file and the resulting XBM output are automatically deleted from the server within 24 hours to protect your data.
X11 applications use XBM directly. GIMP and ImageMagick open XBM on any OS. Since XBM is C source code, any text editor can view the raw data.
XBM (X Bitmap) stores monochrome images as C source code arrays — the standard for cursors and simple icons in the X Window System.
No, XBM is strictly monochrome (1-bit). For color X Window images, XPM is the appropriate format. XBM is designed for simple shapes and cursors.
Yes, the conversion is entirely free and runs online — no X11 development environment or Unix system required.