As of 2022, I'm currently favoring the BS5 Icon Set.
All you need to do is link to the CDN for the stylesheet:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
There are several key advantages to using icons over images:
cloud favorite attachment computer
You can specify the color using span class (noted via on page style or an external stylesheet):
<span class="blood"><i class="material-icons">favorite</i> </span>
Note: Fontawesome requires <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css">
in your CSS.
SVGs also offer the flexibility of changing size and color and with SVGs, you aren't limited to the icons in the toolset above. A tutorial is forthcoming.
Prefer Emojis?
See: https://fontawesome.com/cheatsheet
cloud
favorite
attachment
computer
traffic
face
mood
terrain
school
send
stars
star
style
iso
android
check
time
toys
work
With all FontAwesome Icons, we can increase the size of the icons and/or spin 'em!
Or a ball bounce
Or make a heartbeat...
Or heart burst...
Call attention to something important...
Or ask for a review...
Scroll Up