Including Icons on Links

Icons can enhance links by providing visual cues about their destination or purpose, improving user experience and navigation clarity.

visibility
Visual Indicators help users understand link destinations
open_in_new
External Links can be marked with outbound icons
file_download
Download Links can show file type icons
mail
Email Links can be marked with mail icons
a {
  background: url('external-link.png') no-repeat 100% 0;
  background-size: 2rem;
  padding-right: 2.5rem;
}
link External Link Examples
tips_and_updates Implementation Tips
image
Use background-image property to add icons
aspect_ratio
Set background-size to control icon dimensions
space_bar
Add padding to create space for the icon
phonelink
Use larger icons and resize for responsive design