1Add the JavaScript link to your website source code on header.
<script title="oNlineWebFonts" src="https://db.onlinewebfonts.com/animations/icons/67329.js" type="text/javascript"></script>
2Use these in your website JavaScript
OnlineWebFonts_Com({
'Id':'.div',
'Data':__Animations['67329'],
}).Play();
3Use the icon class on "display:inline" elements:
<div class="div"></div>