Small Round Social Media Icons (Black)


    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-black-facebook-30x30.png" nosend="1" border="0" width="15" 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-black-x-30x30.png" nosend="1" border="0" width="15" 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-black-instagram-30x30.png" nosend="1" border="0" width="15" 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-black-youtube-30x30.png" nosend="1" border="0" width="15" 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-black-linkedin-30x30.png" nosend="1" border="0" width="15" 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 -->