1. Copy the 'Fonts' files and CSS file to your website's CSS folder.
2. Link the CSS file in the header section of your website. <head> ... <link rel="stylesheet" type="text/css" href="yourdomain.com/css_root/flaticon.css"> ... </head>
3. Use icon classes on inline elements: Example usage: <i class="flaticon-legal-document"></i> or <span class="flaticon-legal-document"></span>