SVGs and accessibility
When working with decorative SVG icons, add the aria-hidden="true"
attribute to your SVG file.
<svg aria-hidden="true">
...
</svg>
Last updated
Was this helpful?
When working with decorative SVG icons, add the aria-hidden="true"
attribute to your SVG file.
<svg aria-hidden="true">
...
</svg>
Last updated
Was this helpful?