# vCard Generator — Build a .vcf Contact Card and Its QR Code

> Build a contact card with several numbers and addresses, and get the .vcf plus a scannable QR.

To create a vCard, fill in the contact details — as many phone numbers, email addresses and websites as the person actually has, each with its own type — and a standards-compliant .vcf is written as you type. Separators are escaped and long lines folded to 75 octets, which is what strict parsers require and where hand-written cards usually break. The card is shown alongside the QR code it becomes, with the density flagged, because a vCard grows quickly and past a point the code is too dense to scan off a business card.

**URL:** https://convertto.tech/t/vcard-generator
**Category:** QR & Barcodes (https://convertto.tech/c/qr-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Fields:** Unlimited phones, emails and websites, each with its own type
- **Standards:** vCard 3.0 and 4.0, with correct escaping and 75-octet line folding
- **QR:** Generated from the same card, with the scannable density checked
- **Privacy:** Runs entirely in your browser — no contact detail is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter the name, and as many numbers and addresses as you need.
2. Pick vCard 3.0 for the widest support, or 4.0 for the current standard.
3. Check the QR density if the code is going on a printed card.
4. Download the .vcf, or the QR as SVG or PNG.

## FAQ

### Which vCard version should I choose?

Version 3.0 unless you have a reason not to — iOS, Android, Outlook and Google Contacts all read it. Version 4.0 is the current standard and handles international numbers more cleanly, but older Outlook builds and some Android address books still refuse it.

### Why is my QR code so dense?

Because a vCard is a lot of text and every field adds to it. A name, one number and one email fits comfortably; add three numbers, an address and a note and the code climbs past the point where it will scan off a business card. The density check tells you which side of that line you are on, and the error correction level is lowered automatically as the card grows.

### What is line folding, and why does it matter?

The vCard specification limits a line to 75 octets and requires longer ones to continue on the next line with a leading space. Strict parsers reject a card that ignores this, and the count is in bytes rather than characters, so accented or non-Latin text folds sooner than its length suggests. Both are handled here.

### Can I add several phone numbers?

Yes — as many as you like, each tagged as mobile, work, home, fax or main, and the same for email addresses and websites. Most generators offer one of each and leave you hand-editing the file, which is exactly where the escaping goes wrong.

### Will the file import into my phone?

Yes. Save it with a .vcf extension and open it, or email it to yourself and tap the attachment. iOS, Android, Outlook and Google Contacts all accept it. The QR code carries the identical card, so scanning it with a phone camera offers to save the same contact.

## Sources

- [RFC 2426 — vCard 3.0](https://www.rfc-editor.org/rfc/rfc2426) — IETF
- [RFC 6350 — vCard 4.0](https://www.rfc-editor.org/rfc/rfc6350) — IETF

## Related tools

- [Business Card QR to vCard](https://convertto.tech/t/business-card-to-vcard): Decode the QR code on a business card and save the contact as a .vcf file for any address book.
- [QR Code Generator](https://convertto.tech/t/qr-code-generator): Design QR codes with custom shapes, gradients and a logo, and check they will still scan.
- [Barcode Reader](https://convertto.tech/t/barcode-to-text): Read a code from a photo, a screenshot or your camera, entirely in your browser.
- [QR Code to Text](https://convertto.tech/t/qr-to-text): Pull the raw text, link or data out of a QR code image, and check it before you act on it.
- [QR Code Reader](https://convertto.tech/t/qr-code-reader): Decode a QR code from an image or your camera, and check the link before you open it.
- [Blob Shape Generator](https://convertto.tech/t/blob-shape-generator): Design organic SVG backgrounds: four interpolation styles, gradients, layers and any canvas size.
- [CSS Border Radius Generator](https://convertto.tech/t/border-radius-generator): Drag eight handles to shape every corner: elliptical radii, inverted corners and squircles.
- [CSS Box Shadow Generator](https://convertto.tech/t/box-shadow-generator): Design a CSS box-shadow with live values for offset, blur, spread and colour.
