I prefer Font Awesome: http://fortawesome.github.io/Font-Awesome/icons/
The icon you would be looking for is fa-times
. It's as simple as this to use:
<button><i class="fa fa-times"></i> Close</button>
I prefer Font Awesome: http://fortawesome.github.io/Font-Awesome/icons/
The icon you would be looking for is fa-times
. It's as simple as this to use:
<button><i class="fa fa-times"></i> Close</button>