vCard QR Code Generator

Turn your contact details into a scannable digital business card.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

A vCard QR code turns your contact card into a single scannable square. When someone points a phone camera at it, the device decodes an embedded vCard and offers to save you straight into their address book — name, phone, email, company and website, with no typing and no typos. It is ideal for email signatures, conference badges, printed business cards and shop windows.

How it works

The tool assembles a standard vCard 3.0 text block from your inputs, then encodes that text into a QR code locally in your browser.

  1. It builds the vCard lines: BEGIN:VCARD, VERSION:3.0, an N: structured name (last;first;;;), an FN: display name, then optional ORG, TITLE, TEL;TYPE=CELL, EMAIL and URL lines for whichever fields you filled in, ending with END:VCARD.
  2. Each value is escaped per RFC 6350 — backslashes, commas, semicolons and newlines are prefixed with a backslash so they do not break the format.
  3. The finished text is rendered to a QR code at error-correction level M (about 15 percent recovery) and offered as PNG and SVG.

Example

For Ada Lovelace, Analytical Engines Ltd, phone +44 20 7946 0000, the generated payload is:

BEGIN:VCARD
VERSION:3.0
N:Lovelace;Ada;;;
FN:Ada Lovelace
ORG:Analytical Engines Ltd
TEL;TYPE=CELL:+44 20 7946 0000
END:VCARD

Scanning the resulting QR code opens a “Save contact” prompt pre-filled with all of those details.

FieldvCard line
NameN: and FN:
OrganizationORG:
Job titleTITLE:
PhoneTEL;TYPE=CELL:
EmailEMAIL:
WebsiteURL:

Everything runs in your browser — your contact details are never uploaded.

Ad placeholder (rectangle)