vCard QR code generator
Replace the paper business card. One scan adds your full contact record to the other person's phone, with no app and no typing.

Frequently asked questions
- Which vCard version is used?
- vCard 3.0, which has the widest support across phone cameras and contact apps.
- Can I include Arabic characters?
- Yes. Names and addresses are encoded as UTF-8, so Arabic text is preserved exactly.
- Why is my code so dense?
- A vCard holds far more data than a URL. Shortening the address or leaving optional fields blank produces a code that is easier to scan.
- SVG or PNG — what's the difference?
- PNG is a fixed grid of pixels that gets blurry when scaled up. SVG is vector-based and stays sharp at any size, which matters if the code is headed for print. SVG export is a Pro feature.