Paste a Spotify track, album, playlist, artist, or podcast link and get a scannable QR code that opens it straight in Spotify. It is perfect for gig posters, album packaging, merch, business cards, or a wedding playlist printed for the table.
How it works
The tool normalises whatever you paste, then encodes it into a QR code:
- Cleaning. A
spotify:URI is kept as-is. A web link is parsed as a URL and the tracking parameterssi,nd, andcontextare removed, so the code carries only the clean link. - Encoding. The cleaned link is turned into a QR code at 320 px with a 2-module quiet zone, error-correction level M (recovers from roughly 15% damage), and Spotify-green modules.
You can download the result as a PNG for screens or a resolution-independent SVG for print.
Example
| Pasted link | Encoded result |
|---|---|
https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT?si=abc123 | https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT |
The ?si=abc123 tracking token is stripped, leaving a clean URL that any phone camera can open in Spotify.
This is a standard QR code, not Spotify’s in-app Code, so it scans with any reader. Everything is generated in your browser — nothing is uploaded.
When to use a Spotify QR code
Gig posters and flyers. Print a QR code next to the tracklist or setlist so fans can add songs to their library immediately after the show. SVG format scales cleanly to A2 or A0 poster sizes without pixellation.
Vinyl and CD packaging. Link to the digital album or a companion playlist right on the sleeve. A clean URL without the si token avoids embedding your personal referral identifier in every physical copy.
Wedding or event playlists. Place cards or table tents with a QR code let guests scan and listen to the curated playlist without you needing to share a link verbally.
Merchandise. T-shirts, tote bags, and stickers with a QR code linking to an artist’s discography give fans a way to engage digitally from physical merch.
Business cards and media kits. Musicians, podcasters, and music supervisors can include a QR code linking directly to their Spotify artist page or showreel playlist.
PNG or SVG — choosing the right format
PNG is a raster image at a fixed pixel size. It works well for screen use — social media posts, digital press kits, email newsletters — but will look blurry if printed very large.
SVG is a vector format that renders at any resolution without loss. For anything that will be printed — posters, packaging, stickers, banners — always use SVG. You can open it in a design tool such as Figma, Illustrator, or Inkscape and resize it freely.
Quiet zone and scannability
QR codes require a clear border of empty space around them, called the quiet zone, so scanners can find the edges. This tool adds a 2-module quiet zone. If you embed the code in a design, make sure any background artwork does not encroach on that border, and that there is enough contrast between the code modules and the background colour for reliable scanning.