CSS:
.fa-share-alt::before {
content: "\f1e0" !important;
}
As you can see, this is the code for the icon in the post. You would just need to put the same thing in extra.less but change the f1e0 to the desired icon unicode and add the !important flag to over ride the style. The new icon should then show up.