1. Place the "Fonts" folder along with the CSS file in your project's CSS directory.
2. Link the CSS file in the head section of your website's HTML source code. <head> ... <link rel="stylesheet" type="text/css" href="yourwebsite.com/css/flaticon.css"> ... </head>
3. Add the corresponding icon class name to the inline element where you want to display the icon. Example: <i class="flaticon-esports"></i> or <span class="flaticon-esports"></span>