QR Code Generator
Generate QR codes from any text or URL. Customize colors and download as PNG or SVG.
Enter text or URL above to generate QR code
Tips: Higher error correction allows the QR code to be readable even when partially damaged or obscured.
QR Code Generator - Technical Details
QR (Quick Response) codes can store URLs, text, contact information, and more. Error correction levels allow the code to be readable even when partially damaged: L (7%), M (15%), Q (25%), H (30%).
Command-line Alternative
# Generate QR code in terminal (using qrencode)\nqrencode -o qrcode.png 'https://example.com'\n\n# Generate as SVG\nqrencode -t SVG -o qrcode.svg 'https://example.com'