The quote card's designs contain a Wikipedia logo icon that should be specific to the target project's language.
For instance, here is the white version:
See also T418602: [DESIGN] Share highlights and article share on Minerva and Figma spec.
Acceptance criteria
- for the experiment's sake, we could narrow to Arabic, Chinese, French, Indonesian, Vietnamese, and English
[] Codex icons don't seem to have logos, so we need to host SVG icons in ReaderExperiments
- we found we can reuse the existing wordmark SVG from $wgLogos; in this case we pull it directly from the MobileFrontend HTML
- figure out how to load appropriate icons depending on the Wikipedia language chapter
- done -- pulling the currently configured wordmark, which already gives us a localized SVG URL, a localized alt text, and a width/height
- take into account LTR and RTL behavior
- Existing flipping seems to account for the left/right positioning of the wordmark image correctly in testing with Arabic

