diff --git a/webapp_person_options.py b/webapp_person_options.py
index c8869bb77..a004ef81d 100644
--- a/webapp_person_options.py
+++ b/webapp_person_options.py
@@ -505,7 +505,7 @@ def html_person_options(default_timeline: str,
'/qrcode_lxmf.png" alt="' + translate['QR Code'] + '" title="' + \
translate['QR Code'] + '" tabindex="1">' + \
'![' + translate['QR Code'] + \
- '](/icons/qrcode_lxmf.png)
\n'
+ '" src="/icons/qrcode.png" />\n'
if briar_address:
if briar_address.startswith('briar://'):
options_str += \
diff --git a/webapp_profile.py b/webapp_profile.py
index 40ea4e9fb..0d467e9c4 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -1428,7 +1428,7 @@ def html_profile(signing_priv_key_pem: str,
'" title="' + \
translate['QR Code'] + '" tabindex="1">' + \
'
\n'
+ '" src="/icons/qrcode.png" />\n'
if briar_address:
if briar_address.startswith('briar://'):
donate_section += \