A Button Without a Name Is Just a Mystery You’re Expected to Click

Otezla website header showing a search icon button highlighted in the navigation bar with no accessible name for screen reader users.
<button aria-label="Search">  <svg aria-hidden="true">...</svg></button>
<button aria-label="Close dialog">  <svg aria-hidden="true">...</svg></button>
<button>  <span class="visually-hidden">Close dialog</span>  <svg aria-hidden="true">...</svg></button>