Hello
In your templates header.php (../templates/j51_polaris/php/layouts/header.php) locate the following (LINE 41)...
<li class="social-vimeo"><a href="/<?php echo $this->params->get('social_vimeo'); ?>" target="_blank" title="Vimeo"></a></li>
And replace with...
<li class="social-vimeo"><a href="/<?php echo $this->params->get('social_vimeo'); ?>" target="_blank" title="Instagram"></a></li>
Ciarán