A scannable shortcut to call you
A phone number QR code encodes a number as a tel: link. When someone scans it with a phone camera, the dialler opens with the number ready — perfect for shop windows, business cards, posters, vehicle signage and support prompts where typing a number is a hassle and a wrong digit means a missed call.
How it works
The tool wraps your number in the standard tel: URI scheme and renders it as a
QR code in your browser:
input: +1 555 123 4567
encoded: tel:+15551234567
Phone operating systems recognise the tel: scheme and offer to dial it on scan.
The finished code can be downloaded as PNG or SVG.
Example
For the number +1 555 123 4567, the QR code contains tel:+15551234567.
Scanning it opens the dialler showing +1 555 123 4567, ready to call with one
tap — no typing, no transcription errors.
| Format entered | Encoded as | Works abroad? |
|---|---|---|
| +1 555 123 4567 | tel:+15551234567 | Yes |
| 555 123 4567 | tel:5551234567 | Local only |
Use international +countrycode format so the code works wherever it is scanned.
Everything is generated in your browser, so nothing is uploaded.