1. Copy the "Fonts" folder and CSS file to the corresponding directory on your website.
2. Add the CSS link to the <head> section of your website's source code. <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"> ... </head>
3. Apply icon classes to inline elements: For example: <i class="flaticon-trophy"></i> or <span class="flaticon-trophy"></span>