If you want to add an Instagram icon to the header, the simplest way is to replace the Google Plus icon with an Instagram icon. Simply put the link to your Instagram account in the Google Plus field and make sure the Google Plus field is showing. Then copy this code into your custom css

.et-social-google-plus a.icon:before {
content: “\e09a” !important;
}

That’s it! See images below.