Close Icon

Use a generic close icon for dismissing content like modals and alerts.

Be sure to include text for screen readers, as we’ve done with aria-label.

<button type="button" class="close" aria-label="Close">
  <i class="modus-icon modus-icons" aria-hidden="true">close</i>
</button>
Last updated February 14, 2023.