Close icon

モーダルやアラートなどのコンテントの閉じるボタンに活用できます。

スクリーンリーダーのために aria-label を追加しましょう。

<button type="button" class="close" aria-label="Close">
  <span aria-hidden="true">&times;</span>
</button>