Small Round Social Media Icons (Light Gray)
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-light-gray-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-light-gray-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-light-gray-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-light-gray-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-light-gray-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 -->