38 lines
1.7 KiB
Markdown
38 lines
1.7 KiB
Markdown
# Super Tiny Social Icons
|
|
Under 1KB each! Super Tiny Social Icons are miniscule SVG versions of your favourite logos
|
|
|
|
They are designed for a 512x512 viewbox - but should scale up and down to suit your needs.
|
|
|
|
Built using [svgo](https://github.com/svg/svgo)
|
|
|
|
Originally designed for my contact page - https://edent.tel/
|
|
|
|
## How Small?
|
|
|
|
## Can you go smaller?
|
|
|
|
Yes!
|
|
|
|
Each of these has an `xmlns="http://www.w3.org/2000/svg"` in the `<svg>` 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%" ry="15%"` - the effect can be done in CSV if you want.
|
|
|
|
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 dropped if necessary.
|
|
|
|
More? Tell me by raising an issue!
|
|
|
|
## 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
|
|
* [HTML5 Shield](https://www.w3.org/html/logo/) - CC-BY
|
|
|
|
Where possible, they retain their original licenses. Some logos may be subject to copyright laws, but these files are small enough to memorise.
|