1. Copy the "Fonts" files and CSS file to your website's CSS folder.
2. Add the CSS link to your source code in the website's head. <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"> ... </head>
3. Use icon classes on elements with "display: inline": Example usage: <i class="flaticon-esports-arena"></i> or <span class="flaticon-esports-arena"></span>