LightBurn to SVG File Converter

Recover and export your vectors from .lbrn and .lbrn2 files without having the software installed.

LightBurn File

The file is processed locally in your browser.

Preview

Scroll: Zoom | Drag: Move

The SVG will render here when a file is selected.

Master Guide: Converting LightBurn Files (.LBRN2) to SVG Vector Format

Welcome to the fastest open-source converter to recover your laser designs. If you have ever tried to open a .lbrn or .lbrn2 file (the native formats of LightBurn software) in Adobe Illustrator, CorelDraw, Inkscape, or AutoCAD, you will have noticed that it is impossible. The file simply throws an error or is not recognized.

LightBurn is the best laser control software in the world, but its save format is proprietary. If a client, colleague, or online store sends you a design in this format and you don't have an active LightBurn license on that computer, your vectors are held "hostage". Our free converter parses the internal code of the LightBurn file, extracts the pure geometric coordinates, and reconstructs them into a universal SVG file that you can open in any vector design program on the planet.

Why would you need to convert from LightBurn to SVG?

[Image of transferring design from Lightburn software to Adobe Illustrator]

There are critical scenarios in a Maker's workflow where this tool becomes indispensable:

  • Complex Node Editing: Although LightBurn has excellent design tools, dedicated programs like Adobe Illustrator or CorelDraw are vastly superior for advanced illustration, complex typography, massive boolean operations, or logo design. You need to extract the vector to Illustrator, edit it, and then bring it back to LightBurn.
  • Collaborating with Designers: If you send an .lbrn2 file to a graphic designer to fix a stroke, they won't be able to open it unless they have purchased LightBurn. By converting to SVG, you eliminate that technical barrier.
  • Selling Digital Files (Etsy / Shopify): If you design boxes, lamps, or standees in LightBurn, you cannot sell just the .lbrn2 file because you would limit your market. You must offer the SVG version for users of LaserGRBL, RDWorks, or CNC Router machines.
  • Incompatible Machines: Some older lasers or proprietary systems (like those from Glowforge or Cricut) do not accept LightBurn files, but all of them, absolutely all of them, accept SVG files.

Local Technology: How does this converter work?

Unlike other cloud-based converters, our tool is built prioritizing the privacy of your intellectual property:

  1. In-Browser Processing: When you select your file, it is not uploaded to any server. All the JavaScript code runs locally in the RAM of your computer or phone.
  2. XML Extraction: The .lbrn2 file is nothing more than a structured text document (similar to XML). Our script reads the "Shape" tags (such as lines, arcs, splines, and rectangles).
  3. SVG Translation: It converts LightBurn's mathematical coordinates into standard SVG path commands (M, L, C, Z) and renders the preview instantly on your screen.

🛡️ Privacy Guaranteed: Your laser designs are your business. Since the files never leave your computer, it is impossible for them to be intercepted, stolen, or stored in external databases.

Anatomy of an .LBRN and .LBRN2 file

[Image of XML code structure comparing with SVG vector graphic structure]

To understand the miracle of this conversion, you have to look at the code. LightBurn saves designs in a proprietary markup format. While a standard SVG describes a circle as <circle cx="50" cy="50" r="20"/>, LightBurn breaks it down differently, adding metadata about laser power, speed, passes, and machine settings (Air Assist, Z-offset).

The newer format (.lbrn2) improves compression and handling of embedded images (bitmaps). What our converter does is completely ignore the laser machine specific commands (which are useless to Illustrator) and purely rescue the geometric information and layer colors to keep your cuts and engraves organized.

Technical Limitations of the Conversion

Due to the nature of converting between CAM software (LightBurn) and a pure design format (SVG), there are elements that cannot be translated:

  • Images and Photographs: If the LightBurn file contains bitmap images (JPG/PNG) for grayscale or dither engraving, they will not be exported to the SVG. The resulting SVG will only contain vector graphics (cutting paths and vector fills).
  • Dynamic Text (Fonts): If you typed text inside LightBurn and did not convert it to curves ("Convert to Path"), the converter might ignore it or render it incorrectly. Always convert your text to vectors in LightBurn before saving if you plan to use this tool.
  • Laser Layer Settings: Speed and Power parameters are lost. The SVG will keep the layer colors (red, black, blue, etc.) so you can identify them visually, but machine information does not exist in the SVG standard.

Frequently Asked Questions (FAQ)

Why does my exported SVG look all black or lose the layer colors?

By default, the "Copy SVG" button generates a vector adapted to the web page's theme (black and white) for fast viewing. Always use the "Download SVG" button to get the high-fidelity file that preserves the exact hex colors of the original LightBurn layers (Layer 00 Black, Layer 01 Red, etc.).

Does it work from a mobile phone?

Yes, absolutely. Since the conversion is done by JavaScript in the browser without uploading anything to servers, you can ask a client to send you an .lbrn2 via WhatsApp, download it on your phone, go to this page, convert it to SVG, and preview it instantly without needing to turn on the workshop computer.

Is there a file weight limit?

There are no artificial limits on our site. However, if you upload an extremely complex file (with millions of nodes, like a high-density vector engrave), your browser might freeze for a few seconds while your device's RAM processes the translation.

The converter shows an error when processing the file, what do I do?

This usually happens if the .lbrn2 file is corrupt, if it comes from an unreleased beta version of LightBurn with a new XML format, or if it contains non-standardized elements. Check the red error console; usually, re-saving from the stable version of LightBurn (File -> Save As) fixes document structure issues.