Hi Mike.
This is task from CSS & FA category, not even a Joomla itself.
All you have to do is override FA icon "ID" code from default to a new one, using the same FA version.
You have to override those classes:
.fa-phone::before {content: "\f095";}
.fa-mobile-alt::before {content: "\f3cd";}
.fa-envelope::before {content: "\f0e0";}
using new Icon(s) code from Font Awesome Free version 5.15 | https://fontawesome.com/icons

with v6 should work as well, but remember Free icons, not "Pro"

It means that a new 1st phone icon can be that one "phone-volume"
.fa-phone::before {content: "\f2a0";}