Close Icon
Use a generic close icon for dismissing content like modals and alerts.
Close icon on BootstrapExample
Be sure to include text for screen readers, as we’ve done with aria-label.
<button class="close float-none" type="button" aria-label="Close">
<span aria-hidden="true">×</span>
</button>