SignForge

Email Signature Social Icons

Social icons in email signatures link recipients directly to your professional profiles — useful when they want to verify your background, follow your content, or connect through a different channel. Implementation requires PNG icons (not SVG — Outlook doesn't support it), correct pixel sizing, and HTTPS-hosted image files. The more common mistake is including too many icons from platforms you don't actively use professionally.

Add Social Icons to Your Signature

SignForge includes LinkedIn, Twitter/X, GitHub, and more — correctly sized PNG icons. Free, no signup.

Create My Signature →

Works with Gmail, Outlook, Apple Mail & more

Icon Specifications

Display size20–24px square

20px is the minimum recognisable size. 24px is the standard. Larger than 28px starts to look disproportionate relative to the surrounding text at 12–13px.

Export size (retina)40–48px square

Export at 2× display size. Set width='24' and style='width:24px' on the img tag. Retina displays render at 24px visual size with 48px of pixel data — icons appear crisp rather than blurry.

File formatPNG only

SVG is not supported in desktop Outlook (2016, 2019, 2021, 365). It renders as a broken image placeholder. PNG works in all clients. Keep file size under 5KB per icon after compression.

StyleConsistent across all icons

Use the same icon set throughout. Mix of flat/filled/outlined styles from different sources looks unprofessional. Pick one style: all filled, all outline, or all flat colour.

Spacing6–10px between icons

Achieved with margin-right on the anchor tag wrapping each icon, or with table cell padding. Consistent spacing is critical — uneven gaps between icons look careless.

Which Platforms to Include by Role

Corporate professional (most roles)

LinkedIn

LinkedIn only for most standard professional roles. It's universally professional and expected. Everything else is optional and role-specific.

Software developer / engineer

LinkedInGitHub

GitHub is the primary portfolio for developers. Add only if your GitHub profile is active and public. A sparse GitHub profile is worse than no link.

Designer / creative

LinkedInBehance or Dribbble

Portfolio platform is more valuable than LinkedIn for creatives. Pick the one that best represents your work. Both is acceptable if both are maintained.

Marketing / content / media

LinkedInTwitter/X

Twitter/X relevant if you publish professional commentary there. Not relevant if your Twitter is personal. Instagram only if you have a professional account with relevant content.

Freelancer / consultant

LinkedInPortfolio site link (text, not icon)

Your portfolio URL as a text link is more valuable than a social icon. Icons for platforms add branding; a portfolio link adds evidence of your work.

Founder / startup

LinkedInTwitter/XCompany product link

Founders who are active on X benefit from including it — it's where their audience often is. Keep it to 2–3 icons maximum.

HTML for Social Icons (Outlook-Safe)

Each icon: anchor tag wrapping an img tag with correct width attributes:

<a href="https://linkedin.com/in/yourname" target="_blank" style="margin-right:8px;display:inline-block;">
<img src="https://yoursite.com/icons/linkedin.png"
width="24" height="24" alt="LinkedIn"
style="width:24px;height:24px;display:block;border:0;" />
</a>

width="24" — HTML attribute. Prevents Outlook DPI scaling.

display:block — Removes phantom gap below inline images.

border:0 — Removes blue border some clients add around linked images.

Common Mistakes

Mistake: Too many icons

Fix: Maximum 3–4 social icons. A row of 8 icons is visual noise — recipients don't click them all. Pick only platforms where you have active, professional content.

Mistake: Using SVG icons

Fix: SVG renders as a broken image in desktop Outlook. Convert all icons to PNG. Use the 2× size trick for retina sharpness.

Mistake: Inconsistent icon styles

Fix: Don't mix filled, outline, and coloured icons from different sets. Use one icon pack throughout (e.g. all from Simple Icons, all from Font Awesome PNG export, or all from your design tool).

Mistake: Linking to inactive profiles

Fix: A LinkedIn with no activity, a GitHub with no public repos, or a Behance with placeholder projects is worse than no link. Only link to profiles you actively maintain.

Mistake: Icons too small to tap on mobile

Fix: Below 20px, icons become difficult to tap accurately on a phone. The minimum tap target per Apple HIG is 44×44pt. Use 24px icons with at least 10px spacing between them.

Related Guides

Add Social Icons to Your Signature

PNG icons, correct sizing, Outlook-safe — built in. Free, no signup.

Create My Signature →

Works with Gmail, Outlook, Apple Mail & more