SuperTinyIcons icon indicating copy to clipboard operation
SuperTinyIcons copied to clipboard

Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos

Results 116 SuperTinyIcons issues
Sort by recently updated
recently updated
newest added

Should adhere to all guidelines, added everything except Android version. 758 bytes. Misskey's official logo is currently not super strict on coloring or formatting (see readme versus assets versus github...

Please consider cutting a release, to have a fixed snapshot of the icons. As well as the git tag, a fixed URL of all the icons may be useful for...

Fix for https://github.com/edent/SuperTinyIcons/issues/553

Use Android Vector Studio - https://developer.android.com/studio/write/vector-asset-studio#svg - to make sure all the SVGs can be used in Android projects.

Fixed issue #583 Hello there, i have added the filestash logo at 742 byts as mentioned in the issue. here's a preview of the logo ![filestash](https://user-images.githubusercontent.com/72063762/135570493-09dfa608-6c6c-4002-a21c-eeed22e20f60.png)

Just shows a green square.

The Friendica Icon has an excessive amount of white padding around the actual logo compared. Friendica's logo https://github.com/friendica/friendica/blob/741bc98174f81b9cd65432716a21168dd34468a7/images/friendica.svg?short_path=2105ef3 superTiny icons version: https://github.com/friendica/friendica/blob/741bc98174f81b9cd65432716a21168dd34468a7/images/friendica.svg?short_path=2105ef3 30% of the icon is just white padding...

Apparently xlink:href is obsolete and should be replaced with href: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href I used this script to replace them all: ```` #!/home/ben/software/install/bin/perl use warnings; use strict; use utf8; use FindBin '$Bin';...

Remove opacity=0 commands which do nothing from jellyfin.svg. See https://github.com/edent/SuperTinyIcons/issues/547