download the css and image put them in ur asset same folder
inside ur index.html
<!-- Country Icon css -->
<link href="assets/css/flags.css" rel="stylesheet">
and then directly use them with class inside ur element
<div class="flag flag-us"></div>