Normally I don’t do custom stuff as support because this falls outside of theme support. However, I will give you a quick solution here:
Right after this:
echo '';
Add this:
echo '';
then in your child theme style.css, add:
#email:before { content: '\e65f'; }