QR Code Generator
Turn text or a URL into a scannable QR code. Preview the result instantly and download a self-contained SVG file.
What does this QR code generator do?
QR codes encode arbitrary bytes inside a 2D matrix that scanners can read at almost any orientation. This generator uses byte mode with error-correction level L (~7% recovery), which fits up to ~270 ASCII characters comfortably.
Output is plain SVG, so it is scalable and easy to embed in slides, posters, or business cards.
QR code tips
Shorter text usually produces simpler QR codes that scan faster. For websites, use the final
URL you want people to open, including https://.
Test the QR code with a phone before printing it, especially when you use small sizes or add it to dense artwork.
Embed it
The generated SVG is self-contained and includes a white background, so it's safe to drop straight into a webpage or print artwork without further processing.