Gerador de Códigos QR

Crie códigos QR personalizados para URLs, contatos, WiFi e mais. Ajuste cores, tamanho, correção de erros — tudo funciona localmente no seu navegador.

Esta ferramenta roda completamente no seu navegador. Seus dados nunca são enviados a nenhum servidor.

Configurações do código QR

Como funciona

This tool uses the open-source qrcode library to generate standard-compliant QR codes entirely in your browser. Here's the process:

  1. Format detection — When you pick a content type (or use auto-detect), we wrap your input in the appropriate QR scheme.
  2. Encoding — Your text is encoded into a binary matrix using the chosen error correction level (L/M/Q/H).
  3. Rendering — The matrix is drawn onto the canvas with your foreground and background colors, plus the quiet-zone margin.
  4. Export — PNG export uses the canvas directly. SVG export regenerates the code as a scalable vector file.

Content Type Schemes

TypeFormatExample
URLhttps://...Scanning opens the link directly
Emailmailto:...Opens email client with address pre-filled
Phonetel:...Dials the number on mobile
vCardBEGIN:VCARD...Imports contact into phone's address book
WiFiWIFI:T:WPA;S:...;P:...;;Auto-connects to the network
TextRaw textDisplays message when scanned

Error Correction Levels

LevelRecoveryBest For
L7%Clean digital use, smallest codes
M15%Default — general purpose
Q25%Printed materials, moderate wear
H30%Damaged surfaces, curved objects, small print

Dados de teste

These are real content samples you can paste in to verify that your scanner reads the output correctly:

TypeSample InputExpected Scan Result
URLhttps://toolhubnest.comOpens https://toolhubnest.com
Emailmailto:[email protected]New email to [email protected]
Phonetel:+15551234567Dials +1 555 123 4567
TextHello from ToolHubNest!Displays: Hello from ToolHubNest!
vCardName: Alex Chen · Email: [email protected]Adds contact "Alex Chen"
WiFiSSID: HomeNet · Password: wifi123Connects to HomeNet

All outputs are validated against the ISO/IEC 18004 QR code standard.

Quando não usar esta ferramenta

Perguntas frequentes

What is a QR code and how does it work?

A QR (Quick Response) code is a two-dimensional barcode that stores data as a matrix of black and white squares. Smartphones and dedicated scanners read the pattern and decode it into text, URLs, contact information, or other data.

What types of content can this tool encode?

This generator supports URLs, plain text, vCard contacts, WiFi configuration (SSID + password), email addresses, and phone numbers. Use the type selector or let auto-detection choose the best format.

Which error correction level should I use?

L (Low) works best when the QR code is clean and unobstructed — it produces the densest codes. M (Medium) is a good default for most uses. Q (Quartile) and H (High) can recover more data if the code is damaged, printed on textured surfaces, or partially obscured.

Is my data uploaded to any server?

No. This QR code generator runs entirely in your browser using the open-source qrcode library. The text you enter never leaves your device. Disconnect from the internet and it still works.

What's the difference between PNG and SVG export?

PNG is a pixel-based image at your chosen size — perfect for screens and social media. SVG is a vector file that scales to any size without pixelation, making it ideal for print, logos, and large-format displays.