This is a set of 28 SVG sprite icons for major platforms and brands, designed for modern web development. All icons use a uniform 24×24 pixel viewbox to ensure crisp display at various sizes.
- 🎯 Comprehensive Coverage - Covers 28 popular platforms, including social media, communication tools, development platforms, and entertainment services
- 🚀 High Performance - Single file loading reduces HTTP requests and improves page load speed
- 🎨 Customizable - Easily control color, size, and style with CSS
- 📱 Responsive - Vector icons support arbitrary scaling and adapt to various devices and resolutions
- 🔧 Easy to Use - Uniform naming conventions and concise call methods
- 💾 Cacheable - Browser cache-friendly for an improved user experience
- Instagram - The world's most popular photo-sharing platform
- Facebook - The world's largest social network
- Twitter/X - Microblogging and social network platforms
- YouTube - The world's largest video-sharing site
- LinkedIn - Professional social network platform
- TikTok - Short video-sharing platform
- Snapchat - Multimedia messaging app
- Reddit - Social news aggregation website
- Pinterest - Image collection and sharing platform
- WhatsApp - Instant messaging app
- WeChat - WeChat social platform
- Weibo - Sina Weibo
- Telegram - Encrypted instant messaging tool
- GitHub - Code hosting and collaboration platform
- Dribbble - Designer portfolio platform
- Behance - Adobe creative platform
- Slack - Team collaboration and communication tool
- Zoom - Video conferencing platform
- Discord - Game player and community communication platform
- Spotify - Music streaming service
- Twitch - Game live streaming platform
- Apple - Apple Inc.
- Google - Google
- Microsoft - Microsoft
html
<!-- 1. Embed the SVG sprite in the page -->
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<!-- Complete SVG sprite content -->
</svg>
<!-- 2. Use an icon -->
<svg width="24" height="24">
<use href="#icon-instagram"></use>
</svg>html
<!-- 1. Save as icons.svg file -->
<!-- 2. Reference the icon -->
<svg width="24" height="24">
<use href="icons.svg#icon-instagram"></use>
</svg>css
/* Sizing */
.icon-small { width: 16px; height: 16px; }
.icon-medium { width: 24px; height: 24px; }
.icon-large { width: 32px; height: 32px; }
/* Colors */
.icon-blue { fill: #1877F2; }
.icon-red { fill: #E4405F; }css
.instagram { fill: #E4405F; }
.facebook { fill: #1877F2; }
.twitter { fill: #1DA1F2; }
.youtube { fill: #FF0000; }
.github { fill: #181717; }
.spotify { fill: #1DB954; }html
<button class="social-btn">
<svg class="icon-medium instagram">
<use href="#icon-instagram"></use>
</svg>
Follow us
</button>
Icon ID Platform name Purpose icon-instagramPicture social platform icon-facebookSocial Network icon-twitterTwitter/X Microblog platform icon-youtubeYouTube Video sharing icon-linkedinProfessional networking icon-tiktokTikTok Short video platform icon-whatsappIM icon-wechaticon-weiboSina Weibo icon-telegramTelegram Encrypted communication icon-githubGitHub Code hosting icon-discordDiscord Community communication icon-spotifySpotify Music streaming icon-twitchTwitch Game live broadcast icon-slackSlack Team collaboration icon-zoomZoom Video conferencing icon-pinterestPicture collection icon-snapchatSnapchat Multimedia message icon-redditSocial News icon-dribbbleDribbble Design work display icon-behanceBehance Creative Works Platform icon-appleApple Apple icon-googleicon-microsoftMicrosoft Microsoft
- Site Navigation - Social Media Links
- Share Button - Content Sharing
- Login/Register - Third-Party Login Options
- Contact - Multi-Platform Contact Information
- Team Introduction - Member Social Media Links
- Product Introduction - Showcase of supported platforms
- Single Request - All icons are loaded at once
- Browser Cache - Effectively utilizes caching mechanisms
- Vector Format - Lossless scaling, small file size
- On-demand - Only display the icons you need
- Format: SVG Symbol
- viewBox: 24×24 uniform size
- Naming Convention: **icon-{platform-name}`
- Compatibility: Fully supported by modern browsers
- File Size: Approximately 15KB (including all icons)
This icon set is for learning and development purposes only. All trademarks and brand logos are the property of their respective owners. When using in commercial projects, please ensure you adhere to the brand usage guidelines of the relevant platforms.
If you find any issues or would like to see new platform icons added, please submit an issue or pull request. Request.
*Give your website a professional platform icon experience! * 🚀