# Super Tiny Social Icons Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourite logos. The average size is *under* 600 bytes! The logos have a 512x512 viewbox, they will fit in a circle with radius 256. They will scale up and down to suit your needs. You can [play around with the corner radius size using our interactive tool](https://edent.github.io/SuperTinyIcons/radius.html) Originally created for my contact page - [https://edent.tel/](https://edent.tel/) ## How Small? | 720 Bytes SVG | 21,263 Bytes PNG | 397 Bytes SVG | 20,225 Bytes PNG | 226 Bytes SVG | 6,343 Bytes PNG | |------ |----------- |------ |---------- |------ |----------- | | | | | | | | ## What's Available so far?

198 Bytes

226 Bytes

244 Bytes

296 Bytes

397 Bytes

622 Bytes

339 Bytes

327 Bytes

347 Bytes

334 Bytes

290 Bytes

515 Bytes

469 Bytes

509 Bytes

502 Bytes

562 Bytes

720 Bytes

655 Bytes

349 Bytes

611 Bytes

928 Bytes

413 Bytes

590 Bytes

648 Bytes

837 Bytes

221 Bytes

347 Bytes

739 Bytes

924 Bytes

360 Bytes

575 Bytes

288 Bytes

548 Bytes

361 Bytes

550 Bytes

263 Bytes

489 Bytes

264 Bytes

730 Bytes

385 Bytes

379 Bytes

611 Bytes

455 Bytes

299 Bytes

339 Bytes

758 Bytes

895 Bytes

789 Bytes

984 Bytes

377 Bytes

502 Bytes

1023 Bytes

286 Bytes

982 Bytes

807 Bytes

810 Bytes

362 Bytes

548 Bytes

497 Bytes

247 Bytes

912 Bytes

918 Bytes

788 Bytes

624 Bytes

479 Bytes

538 Bytes

616 Bytes

400 Bytes

662 Bytes

352 Bytes

975 Bytes

622 Bytes

341 Bytes

370 Bytes

376 Bytes

505 Bytes

295 Bytes

249 Bytes
## Why so smallious? Bytes cost money. They cost money to store, transport, and process. Simplicity should be our goal in all endeavours. ## Scream if you want to go smaller These files edited by hand in Inkscape, then were minified using [svgo](https://github.com/svg/svgo) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner). Further smallification may be possible. Try it! * Each of these has an `xmlns="http://www.w3.org/2000/svg"` in the `` tag. This isn't strictly necessary - but some web browsers won't display them as an image without it. * Newlines can be stripped - they've been kept for readability where possible. * Rounded corners can be dropped - `rx="15%"` - the effect can be done in CSS if you want. * The background colour can also be excluded if you're including it elsewhere. * Colours can be simplified. `#FF0000` becomes `red`. * The precision of the paths is *mostly* 0 decimal places. A few logos have 1 or 2 dp to make them look more accurate. The precision can be reduced if necessary. Think you can make them smaller? Tell me by raising an issue! Want more icons? Tell me by raising an issue! **New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://github.com/inloop/svg2android/issues - not guaranteed to be under 1KB. ## Icon accessibility The super tiny icons are accessible by default. Each icon has: * `role="img"`, to expose the `````` elements as images in the browser's accessibility tree * `aria-label="XYZ"` (where XYZ is the icon's brand name), to give the icon an accessible name `Note:` if using the `````` as the `src` for an `````` element, the `alt` attribute should still be used on the `````` element because the ARIA is not recognised in this context. ## Submitting Icons I'd *love* you to submit something 😸 The rules are simple, your icon must: * be **under** 1024 bytes. That is, the maximum file size is 1023 bytes. No arguments. * fit inside a circle with radius 256 pixels. Set `rx="50%"` to check. * have solid colours. No gradients or fades. * represent a popular service's current logo. ## Licenses The majority of these vector logos are based on someone else's work. * [Social Media Icons by Aha-Soft](https://www.iconfinder.com/iconsets/social-flat-rounded-rects) - CC-BY * [Phone Icon](https://www.iconfinder.com/icons/1807538/phone_icon#size=128) - Free * [Lock Icon](https://www.iconfinder.com/icons/1814107/lock_padlock_secure_icon#size=512) - MIT * [Wire Logo](https://commons.wikimedia.org/wiki/File:Wire_software_logo.svg) - Public Domain * [Signal Logo](https://github.com/WhisperSystems/Signal-iOS/blob/master/Signal/Images.xcassets/logoSignal.imageset/logoSignal.pdf) - GPLv3 * [RSS Icon](https://commons.wikimedia.org/wiki/File:Generic_Feed-icon.svg) - MPL 1.1 * [PDF Icon](https://www.iconfinder.com/iconsets/line-icons-set) - Free * [Google+](https://commons.wikimedia.org/wiki/File:Google_Plus_logo_2015.svg) - Public Domain * [Google](http://svgshare.com/s/q) * [Mastodon](https://github.com/tootsuite/mastodon/blob/0ad694f96b7f0e951950e7525bde52cd11454cb2/app/assets/images/logo.svg) - AGPLv3 * [GitLab](https://about.gitlab.com/press/) * [HTML5 Shield](https://www.w3.org/html/logo/) - CC-BY * [NPM Logo](https://commons.wikimedia.org/wiki/File:Npm-logo.svg) - CC-BY * [Docker Logo](https://github.com/docker/docker.github.io/blob/master/LICENSE) - Apache * [Steam](https://commons.wikimedia.org/wiki/File:Steam_icon_logo.svg) * [Symantec](https://commons.wikimedia.org/wiki/File:Symantec_logo10.svg) * [Yubico](https://github.com/Yubico/yubikey-manager-qt/blob/master/resources/icons/ykman.png) - BSD * [Keybase](https://github.com/keybase/client/blob/master/shared/images/iconfont/kb-iconfont-keybase-16.svg) - BSD * [ebay](https://commons.wikimedia.org/wiki/File:EBay_logo.svg) * Kickstarter - Own work, MIT * [Yahoo!](https://commons.wikimedia.org/wiki/File:Yahoo!_logo.svg) * [BitCoin](https://commons.wikimedia.org/wiki/File:Bitcoin_logo.svg) - CC0 * [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg) * [Blogger](https://commons.wikimedia.org/wiki/File:Blogger_icon.svg) * [Medium](https://medium.design/logos-and-brand-guidelines-f1a01a733592) * [Ghost](https://commons.wikimedia.org/wiki/File:Ghost-Logo.svg) From [SVGporn](https://github.com/gilbarbara/logos/) - CC0 IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord, AirBnB, WiFi, delicious, opensource, Patreon Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise.