1. Copy the 'Fonts' folder and the CSS file to your website's asset directory.
2. Link the CSS file in the `<head>` section of your HTML. <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css/flaticon.css"> ... </head>
Just add the icon class to any inline element. For example: <i class="flaticon-star-rating"></i> or <span class="flaticon-star-rating"></span>.