Sample VCF files

vCard (.vcf, RFC 6350) is the standard format for an electronic business card/contact. Below are sample .vcf files in versions 3.0 and 4.0 to download and import into an address book, Google Contacts, Outlook

Sample file: Minimal contact (name only)
Minimal contact (name only)
65 bytes
Sample file: Simple contact: email, phone, company
Simple contact: email, phone, company
183 bytes
Sample file: Full vCard 3.0 contact (address, URL, birthday)
Full vCard 3.0 contact (address, URL, birthday)
445 bytes
Sample file: Full vCard 4.0 contact (languages, work address)
Full vCard 4.0 contact (languages, work address)
355 bytes
Sample file: Several contacts in one file (export)
Several contacts in one file (export)
545 bytes

🧠 How vCard works

vCard is a text format for electronic business cards (RFC 6350). Each contact is wrapped in BEGIN:VCARD … END:VCARD with a mandatory VERSION field (3.0 or 4.0). Properties are FN (name), TEL, EMAIL, ADR, ORG. One file can hold many cards.

📇 Text property lines 🪪 VCARD container 🔖 Properties FN, TEL, EMAIL 🔢 VERSION 3.0 / 4.0 💾 .vcf ready file