1. Upload the "Fonts" folder and CSS file to your server.
2. Add the CSS link to the `<head>` section of your website. <head> ... <link rel="stylesheet" type="text/css" href="yourwebsite.com/css/flaticon.css"> ... </head>
3. Use icon classes on elements that support `display: inline`, for example: `<i class="flaticon-dog28-logo"></i>` or `<span class="flaticon-dog28-logo"></span>`.