Icon in CSS
How to add icons
The easiest way to add icons (icons) to HTML pages is to use the icon library. Just like Font Awesome, just add the name of the icon class to any inline HTML element (as well). All the icons in the icon library below are in vector format that can be scaled in CSS (size, color, shadow .)
Font Awesome Icon
To use Font Awesome's icon, add the following line to the section in the HTML page. You do not need to download or install anything.
Example of the icon with Font Awesome
Images of icons in the example on the browser
Bootstrap Icon
To use Bootstrap's icon, add the following line to the section in the HTML page. This way there is no need to download or install anything.
Example icon with Bootstrap
Bootstrap is a popular choice to get icons for HTML pages
Google Icon
To use Google Icon, add the following line to the section in the HTML page. As with the above two ways, you do not need to download or install anything.
Example Google Icon
cloud
favorite
attachment
computer
traffic
Google also has its own icon library for developers
Previous post: Font in CSS
The following article: Path in CSS