How to overlay graphics on CSV variable text QR codes

You cannot load an image from the CSV file.

If you need the small symbol to vary dynamically based on the content of each row (if they are mixed up and not able to be batched one symbol type at a time) then for now you could convert your graphic into a character of a custom font, and include it in another column in a unicode supporting csv file.

For example, here I imported a wifi symbol (svg) to replace a character of a basic font using Font Forge. I replaced the ‘Frowning face’ glyph as you can see in the character map (but there are plenty of spaces to create your own characters without disturbing the others).

You may not have much space for the QR code, but if you put the symbol to the corner and shrink the QR you will need less error correction so the readability may not suffer.

There is an existing fider request for ‘Variable icon/image’ by CSV which has yet to gain much traction - but is what you would otherwise need.