Large Round Social Media Icons (Color)


    Copy and paste this code block into your HTML:


<!--BEGIN SOCIAL MEDIA ICONS AND LINKS -->
{%- if program.facebook_url -%}
<a href="{{ program.facebook_url }}"><img src="https://stationerycentral.com/2024/round-icon-color-facebook-34x34.png" nosend="1" border="0" width="17" alt="Facebook" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}

{%- if -program.x_url %}
<a href="{{ program.x_url }}"><img src="https://stationerycentral.com/2024/round-icon-color-x-34x34.png" nosend="1" border="0" width="17" alt="X, formerly Twitter" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}

{%- if program.instagram_url -%}
<a href="{{ program.instagram_url }}"><img src="https://stationerycentral.com/2024/round-icon-color-instagram-34x34.png" nosend="1" border="0" width="17" alt="Instagram" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}

{%- if program.youtube_url -%}
<a href="{{ program.youtube_url }}"><img src="https://stationerycentral.com/2024/round-icon-color-youtube-34x34.png" nosend="1" border="0" width="17" alt="YouTube" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}

{%- if program.linkedin_url -%}
<a href="{{ program.linkedin_url }}"><img src="https://stationerycentral.com/2024/round-icon-color-linkedin-34x34.png" nosend="1" border="0" width="17" alt="LinkedIn" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}
<!--END SOCIAL MEDIA ICONS AND LINKS -->