A question about icones HTML

I’m a biginner at web devlopment , and I’m working aboute my ferst website ,I want to add some icones to my web page. what is the best way to do that ?
and thank you

2 Likes

You can use different icon libraries. Google has a famous collection: https://fonts.google.com/icons

Bootstrap Icons are my favorite. Here’s a link with instructions on different ways to use them:

Usually pasting in raw inline svg code is the most lightweight and most flexible way to add icons, though it does clutter your code a bit.

Let me know if you have any follow up questions! :slight_smile:

2 Likes