<footer>
<div class="social_links">
<?php if( have_rows('footer_socials_link, 2') ): ?>
<?php while( have_rows('footer_socials_link, 2') ): the_row(); ?>
<a href="<?php the_sub_field('link, 2'); ?>" target="blank">
<img src="<?php the_sub_field('icon, 2'); ?>" alt="social_link">
</a>
<?php endwhile; ?>
<?php endif; ?>
</div>
</footer>