xxxxxxxxxx
View the icons here:
https://fontawesome.com/icons?d=gallery
Download SVG files here:
https://github.com/FortAwesome/Font-Awesome/tree/master/svgs
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<!-- Include Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
</head>
<body>
<!-- Add an icon using Font Awesome classes -->
<i class="fas fa-camera"></i> <!-- Example camera icon -->
</body>
</html>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<!-- Include Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
</head>
<body>
<!-- Use Font Awesome icons -->
<i class="fas fa-home"></i> <!-- Home icon -->
<i class="fas fa-envelope"></i> <!-- Envelope icon -->
<!-- Add more icons as needed -->
</body>
</html>
xxxxxxxxxx
npm i @fortawesome/fontawesome-free @fortawesome/fontawesome-free @fortawesome/free-solid-svg-icons @fortawesome/free-regular-svg-icons