モーダルやアラートなどのコンテンツを消すために、汎用的な閉じるアイコンを使います。
私たちが aria-label で実施したように、スクリーンリーダー用のテキストを必ず含めてください。
aria-label
<button type="button" class="close" aria-label="閉じる"> <span aria-hidden="true">×</span> </button>