You can use this in the Custom Code within Head Area Box
<style> .fa-file-zip-o::before, .fa-file-archive-o::before { content: '\f271' !important; } </style>
or, You can also use the following in the bottom of style.css file
.fa-file-zip-o::before, .fa-file-archive-o::before { content: '\f271' !important; }