Manuel Matuzovic · Feb 27, 2026
Put aria-hidden=true on decorative SVGs
The title says it all: put aria-hidden="true" on decorative SVGs, or they'll be announced by some screen readers. Similar to when you set alt="" on an img element, screen readers will ignore this SVG Without aria-hidden="true" , you get the following results: Bad practice: Missing aria-hidden="true" state Most current.



