Button with text and an icon in it What it sounds like Add, Button We don’t want the screen reader to announce the icon (e.g. “plus icon”), so we hide it. What it looks like Add + <button type="button">Add <span aria-hidden="true">+</span></button>