1. Copy the 'Fonts' and CSS files into your website's CSS folder.
2. Link the CSS file in your website's header source code. <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"> ... </head>
3. Use the icon classes on any "display: inline" element, like this: <i class="flaticon-trophy"></i> or <span class="flaticon-stadium"></span>.