├── images ├── png │ ├── flickr.png │ ├── github.png │ └── twitter.png ├── reference │ ├── ok.png │ ├── qq.png │ ├── vk.png │ ├── vlc.png │ ├── wifi.png │ ├── xing.png │ ├── airbnb.png │ ├── amazon.jpg │ ├── buffer.jpg │ ├── flickr.png │ ├── gogcom.png │ ├── intel.png │ ├── meetup.png │ ├── paypal.png │ ├── pocket.png │ ├── yubico.png │ ├── blogger.png │ ├── delicious.png │ ├── patreon.png │ ├── pinboard.png │ ├── symantec.png │ ├── telegram.png │ ├── windows.png │ ├── digidentity.jpg │ ├── google_plus.png │ ├── hackernews.png │ ├── opensource.png │ ├── slideshare.png │ ├── soundcloud.png │ ├── stumbleupon.png │ ├── samsunginternet.png │ ├── npm.svg │ ├── twitch.svg │ ├── patreon.svg │ ├── ghost.svg │ ├── twilio.svg │ ├── disqus.svg │ ├── wire.svg │ ├── html5.svg │ ├── stackoverflow.svg │ ├── stackexchange.svg │ ├── tumblr.svg │ ├── twitter.svg │ ├── plex.svg │ ├── ethereum.svg │ ├── discord.svg │ ├── rss.svg │ ├── authy.svg │ ├── mastodon.svg │ ├── bitcoin.svg │ ├── laravel.svg │ ├── medium.svg │ ├── slack.svg │ ├── gmail.svg │ ├── keybase.svg │ ├── codepen.svg │ ├── ubuntu.svg │ └── wikipedia.svg ├── svg │ ├── plex.svg │ ├── hackernews.svg │ ├── flickr.svg │ ├── patreon.svg │ ├── bluetooth.svg │ ├── opensource.svg │ ├── ghost.svg │ ├── pinboard.svg │ ├── digitalocean.svg │ ├── windows.svg │ ├── disqus.svg │ ├── trello.svg │ ├── badoo.svg │ ├── facebook.svg │ ├── wire.svg │ ├── dropbox.svg │ ├── kickstarter.svg │ ├── rss.svg │ ├── twitch.svg │ ├── yubico.svg │ ├── lastpass.svg │ ├── vegetarian.svg │ ├── npm.svg │ ├── stackoverflow.svg │ ├── email.svg │ ├── opencast.svg │ ├── instagram.svg │ ├── blogger.svg │ ├── xing.svg │ ├── youtube.svg │ ├── delicious.svg │ ├── linkedin.svg │ ├── twilio.svg │ ├── vimeo.svg │ ├── medium.svg │ ├── yahoo.svg │ ├── html5.svg │ ├── authy.svg │ ├── lock.svg │ ├── digidentity.svg │ ├── samsunginternet.svg │ ├── access.svg │ ├── codepen.svg │ ├── google_plus.svg │ ├── apple.svg │ ├── telegram.svg │ ├── tumblr.svg │ ├── gitlab.svg │ ├── spotify.svg │ ├── twitter.svg │ ├── google_play.svg │ ├── steam.svg │ ├── docker.svg │ ├── ethereum.svg │ ├── line.svg │ ├── yammer.svg │ ├── google.svg │ ├── skype.svg │ ├── stackexchange.svg │ ├── tox.svg │ ├── ubuntu.svg │ ├── buffer.svg │ ├── workato.svg │ ├── cloudflare.svg │ ├── discord.svg │ ├── pocket.svg │ ├── wordpress.svg │ ├── meetup.svg │ ├── bitcoin.svg │ ├── pinterest.svg │ ├── vk.svg │ ├── sketch.svg │ ├── github.svg │ ├── android.svg │ ├── mastodon.svg │ ├── paypal.svg │ ├── ibm.svg │ ├── mail.svg │ ├── laravel.svg │ ├── phone.svg │ ├── whatsapp.svg │ ├── wikipedia.svg │ ├── reddit.svg │ ├── stumbleupon.svg │ ├── airbnb.svg │ ├── gmail.svg │ ├── wechat.svg │ ├── keybase.svg │ ├── ok.svg │ ├── snapchat.svg │ ├── vlc.svg │ ├── pdf.svg │ ├── upwork.svg │ ├── slideshare.svg │ ├── amazon.svg │ ├── wifi.svg │ ├── bitbucket.svg │ ├── evernote.svg │ ├── viber.svg │ ├── symantec.svg │ ├── baidu.svg │ ├── slack.svg │ ├── ebay.svg │ ├── internet_archive.svg │ ├── gogcom.svg │ ├── intel.svg │ ├── soundcloud.svg │ ├── apple_music.svg │ ├── calendar.svg │ ├── google_maps.svg │ ├── qq.svg │ └── svgo.yml ├── guidelines │ └── guideline.svg └── android-vector-drawable │ ├── opensource.xml │ ├── plex.xml │ ├── hackernews.xml │ ├── bluetooth.xml │ ├── windows.xml │ ├── facebook.xml │ ├── badoo.xml │ ├── wire.xml │ ├── ghost.xml │ ├── digitalocean.xml │ ├── npm.xml │ ├── dropbox.xml │ ├── stackoverflow.xml │ ├── disqus.xml │ ├── kickstarter.xml │ ├── medium.xml │ ├── vimeo.xml │ ├── delicious.xml │ ├── apple.xml │ ├── tumblr.xml │ ├── twitter.xml │ ├── youtube.xml │ ├── blogger.xml │ ├── html5.xml │ ├── authy.xml │ ├── docker.xml │ ├── patreon.xml │ ├── bitbucket.xml │ ├── skype.xml │ ├── trello.xml │ ├── email.xml │ ├── google_plus.xml │ ├── yammer.xml │ ├── meetup.xml │ ├── pinterest.xml │ ├── yubico.xml │ ├── bitcoin.xml │ ├── gitlab.xml │ ├── telegram.xml │ ├── vk.xml │ ├── rss.xml │ ├── github.xml │ ├── workato.xml │ ├── digidentity.xml │ ├── cloudflare.xml │ ├── airbnb.xml │ ├── codepen.xml │ ├── line.xml │ ├── mail.xml │ ├── laravel.xml │ ├── wikipedia.xml │ ├── yahoo.xml │ ├── google_play.xml │ ├── mastodon.xml │ ├── flickr.xml │ ├── google.xml │ ├── upwork.xml │ ├── paypal.xml │ ├── whatsapp.xml │ ├── amazon.xml │ ├── pdf.xml │ ├── phone.xml │ ├── snapchat.xml │ ├── evernote.xml │ ├── wechat.xml │ ├── wifi.xml │ ├── linkedin.xml │ ├── wordpress.xml │ ├── slideshare.xml │ ├── ibm.xml │ ├── lock.xml │ ├── samsunginternet.xml │ ├── instagram.xml │ ├── spotify.xml │ ├── soundcloud.xml │ ├── discord.xml │ ├── ebay.xml │ ├── gmail.xml │ ├── lastpass.xml │ ├── keybase.xml │ ├── slack.xml │ ├── android.xml │ ├── tox.xml │ ├── intel.xml │ ├── steam.xml │ ├── symantec.xml │ ├── twilio.xml │ ├── reddit.xml │ └── ubuntu.xml ├── ISSUE_TEMPLATE.md ├── package.json ├── LICENSE └── CONTRIBUTING.md /images/png/flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/png/flickr.png -------------------------------------------------------------------------------- /images/png/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/png/github.png -------------------------------------------------------------------------------- /images/png/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/png/twitter.png -------------------------------------------------------------------------------- /images/reference/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/ok.png -------------------------------------------------------------------------------- /images/reference/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/qq.png -------------------------------------------------------------------------------- /images/reference/vk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/vk.png -------------------------------------------------------------------------------- /images/reference/vlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/vlc.png -------------------------------------------------------------------------------- /images/reference/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/wifi.png -------------------------------------------------------------------------------- /images/reference/xing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/xing.png -------------------------------------------------------------------------------- /images/reference/airbnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/airbnb.png -------------------------------------------------------------------------------- /images/reference/amazon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/amazon.jpg -------------------------------------------------------------------------------- /images/reference/buffer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/buffer.jpg -------------------------------------------------------------------------------- /images/reference/flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/flickr.png -------------------------------------------------------------------------------- /images/reference/gogcom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/gogcom.png -------------------------------------------------------------------------------- /images/reference/intel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/intel.png -------------------------------------------------------------------------------- /images/reference/meetup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/meetup.png -------------------------------------------------------------------------------- /images/reference/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/paypal.png -------------------------------------------------------------------------------- /images/reference/pocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/pocket.png -------------------------------------------------------------------------------- /images/reference/yubico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/yubico.png -------------------------------------------------------------------------------- /images/reference/blogger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/blogger.png -------------------------------------------------------------------------------- /images/reference/delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/delicious.png -------------------------------------------------------------------------------- /images/reference/patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/patreon.png -------------------------------------------------------------------------------- /images/reference/pinboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/pinboard.png -------------------------------------------------------------------------------- /images/reference/symantec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/symantec.png -------------------------------------------------------------------------------- /images/reference/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/telegram.png -------------------------------------------------------------------------------- /images/reference/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/windows.png -------------------------------------------------------------------------------- /images/reference/digidentity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/digidentity.jpg -------------------------------------------------------------------------------- /images/reference/google_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/google_plus.png -------------------------------------------------------------------------------- /images/reference/hackernews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/hackernews.png -------------------------------------------------------------------------------- /images/reference/opensource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/opensource.png -------------------------------------------------------------------------------- /images/reference/slideshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/slideshare.png -------------------------------------------------------------------------------- /images/reference/soundcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/soundcloud.png -------------------------------------------------------------------------------- /images/reference/stumbleupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/stumbleupon.png -------------------------------------------------------------------------------- /images/reference/samsunginternet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimux/SuperTinyIcons/master/images/reference/samsunginternet.png -------------------------------------------------------------------------------- /images/reference/npm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /images/svg/plex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/hackernews.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/flickr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/patreon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/opensource.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/ghost.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/pinboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/digitalocean.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/disqus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/badoo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/wire.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/dropbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/kickstarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/yubico.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/lastpass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/vegetarian.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /images/svg/npm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/stackoverflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/opencast.svg: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /images/svg/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## The icon I want is: 4 | 5 | * Name: 6 | * URL: 7 | * Link to icon: 8 | 9 | 10 | * Vector version of the logo: 11 | * Official style guide or brand guide: 12 | -------------------------------------------------------------------------------- /images/svg/blogger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/guidelines/guideline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/xing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/youtube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/twitch.svg: -------------------------------------------------------------------------------- 1 | Glitch -------------------------------------------------------------------------------- /images/svg/delicious.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/twilio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/vimeo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/yahoo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/html5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/authy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/digidentity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/samsunginternet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/access.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/codepen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/google_plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/apple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/telegram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/tumblr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/gitlab.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /images/svg/spotify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/google_play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/patreon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /images/reference/ghost.svg: -------------------------------------------------------------------------------- 1 | Slice 1 -------------------------------------------------------------------------------- /images/svg/steam.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/docker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/ethereum.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /images/svg/line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/yammer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/google.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/skype.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/stackexchange.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /images/svg/tox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/ubuntu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/buffer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/workato.svg: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /images/svg/cloudflare.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/discord.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/wordpress.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/opensource.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 13 | -------------------------------------------------------------------------------- /images/svg/meetup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/bitcoin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/pinterest.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/vk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/sketch.svg: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /images/svg/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/mastodon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/paypal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/ibm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/twilio.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/reference/disqus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/wire.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /images/svg/laravel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/plex.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | -------------------------------------------------------------------------------- /images/svg/whatsapp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/hackernews.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | -------------------------------------------------------------------------------- /images/svg/wikipedia.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/reddit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/stumbleupon.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /images/svg/airbnb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/html5.svg: -------------------------------------------------------------------------------- 1 | 2 | HTML5 Logo Badge 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /images/android-vector-drawable/bluetooth.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/svg/gmail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/wechat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/windows.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/svg/keybase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/ok.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/snapchat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/facebook.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/android-vector-drawable/badoo.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/android-vector-drawable/wire.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/svg/vlc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/pdf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/upwork.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/slideshare.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/amazon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "super-tiny-icons", 3 | "version": "0.1.3", 4 | "description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos", 5 | "homepage": "https://github.com/edent/SuperTinyIcons/", 6 | "license": "MIT", 7 | "bugs": { 8 | "url": "https://github.com/edent/SuperTinyIcons/issues" 9 | }, 10 | "repository": { 11 | "type": "git", 12 | "url": "https://github.com/edent/SuperTinyIcons.git" 13 | }, 14 | "files": [ 15 | "images/svg/" 16 | ], 17 | "author": { 18 | "name": "Terence Eden", 19 | "url": "https://shkspr.mobi/blog/" 20 | }, 21 | "keywords": [ 22 | "icons", "svg", "iconset", "logo", "logos" 23 | ] 24 | } 25 | -------------------------------------------------------------------------------- /images/svg/bitbucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/ghost.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | -------------------------------------------------------------------------------- /images/android-vector-drawable/digitalocean.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/android-vector-drawable/npm.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/svg/evernote.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/stackoverflow.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | 11 | 12 | -------------------------------------------------------------------------------- /images/android-vector-drawable/dropbox.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/stackoverflow.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 12 | 14 | 17 | -------------------------------------------------------------------------------- /images/svg/viber.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/symantec.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/disqus.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | -------------------------------------------------------------------------------- /images/android-vector-drawable/kickstarter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/medium.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | -------------------------------------------------------------------------------- /images/android-vector-drawable/vimeo.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | -------------------------------------------------------------------------------- /images/reference/stackexchange.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /images/android-vector-drawable/delicious.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 12 | 15 | 18 | 21 | 22 | -------------------------------------------------------------------------------- /images/reference/tumblr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/reference/twitter.svg: -------------------------------------------------------------------------------- 1 | Twitter_Logo_Blue -------------------------------------------------------------------------------- /images/svg/baidu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/apple.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | -------------------------------------------------------------------------------- /images/svg/slack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/tumblr.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/twitter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/youtube.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 18 | -------------------------------------------------------------------------------- /images/svg/ebay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/blogger.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/html5.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/authy.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/docker.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | -------------------------------------------------------------------------------- /images/svg/internet_archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/patreon.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | -------------------------------------------------------------------------------- /images/svg/gogcom.svg: -------------------------------------------------------------------------------- 1 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/bitbucket.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 18 | -------------------------------------------------------------------------------- /images/reference/plex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/skype.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/trello.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | -------------------------------------------------------------------------------- /images/reference/ethereum.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /images/android-vector-drawable/email.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/google_plus.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/yammer.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/meetup.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/pinterest.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/yubico.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/bitcoin.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/gitlab.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/telegram.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/vk.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/rss.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/github.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | -------------------------------------------------------------------------------- /images/android-vector-drawable/workato.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 15 | -------------------------------------------------------------------------------- /images/svg/intel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/digidentity.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | 22 | -------------------------------------------------------------------------------- /images/android-vector-drawable/cloudflare.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/airbnb.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/codepen.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 19 | 23 | -------------------------------------------------------------------------------- /images/svg/soundcloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/line.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/mail.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/laravel.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/wikipedia.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/yahoo.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 18 | -------------------------------------------------------------------------------- /images/svg/apple_music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/svg/calendar.svg: -------------------------------------------------------------------------------- 1 | 6 | 9 | SundayFEB29 14 | -------------------------------------------------------------------------------- /images/svg/google_maps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/google_play.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 23 | -------------------------------------------------------------------------------- /images/android-vector-drawable/mastodon.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/flickr.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/google.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 23 | -------------------------------------------------------------------------------- /images/android-vector-drawable/upwork.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | -------------------------------------------------------------------------------- /images/svg/qq.svg: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /images/android-vector-drawable/paypal.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 19 | 23 | -------------------------------------------------------------------------------- /images/android-vector-drawable/whatsapp.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/amazon.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/pdf.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/phone.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | 23 | -------------------------------------------------------------------------------- /images/android-vector-drawable/snapchat.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 21 | -------------------------------------------------------------------------------- /images/reference/discord.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/evernote.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 20 | -------------------------------------------------------------------------------- /images/android-vector-drawable/wechat.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/wifi.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/linkedin.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 19 | 23 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Terence Eden 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /images/android-vector-drawable/wordpress.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 21 | -------------------------------------------------------------------------------- /images/android-vector-drawable/slideshare.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 18 | 22 | -------------------------------------------------------------------------------- /images/android-vector-drawable/ibm.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 19 | 22 | 26 | -------------------------------------------------------------------------------- /images/reference/rss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /images/android-vector-drawable/lock.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 20 | 23 | 26 | -------------------------------------------------------------------------------- /images/reference/authy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/android-vector-drawable/samsunginternet.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 21 | 26 | -------------------------------------------------------------------------------- /images/android-vector-drawable/instagram.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 19 | 22 | -------------------------------------------------------------------------------- /images/android-vector-drawable/spotify.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 19 | 24 | 29 | -------------------------------------------------------------------------------- /images/android-vector-drawable/soundcloud.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 23 | -------------------------------------------------------------------------------- /images/android-vector-drawable/discord.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 17 | 20 | 23 | -------------------------------------------------------------------------------- /images/reference/mastodon.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/android-vector-drawable/ebay.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 21 | 26 | 29 | -------------------------------------------------------------------------------- /images/svg/svgo.yml: -------------------------------------------------------------------------------- 1 | # SVGO config 2 | # Usage: 3 | # svgo --config=svgo.yml --precision 2 4 | 5 | full: true 6 | multipass: true 7 | plugins: 8 | - addAttributesToSVGElement 9 | - addClassesToSVGElement 10 | - cleanupAttrs 11 | - cleanupEnableBackground 12 | - cleanupIDs 13 | - cleanupListOfValues 14 | - cleanupNumericValues 15 | - collapseGroups 16 | - convertColors 17 | - convertPathData 18 | - convertShapeToPath 19 | - convertStyleToAttrs 20 | - convertTransform 21 | - inlineStyles 22 | - mergePaths 23 | - minifyStyles 24 | - moveElemsAttrsToGroup 25 | - moveGroupAttrsToElems 26 | - prefixIds 27 | - removeAttrs 28 | - removeComments 29 | - removeDesc 30 | - removeDimensions 31 | - removeDoctype 32 | - removeEditorsNSData 33 | - removeElementsByAttr: false 34 | - removeEmptyAttrs 35 | - removeEmptyContainers 36 | - removeEmptyText 37 | - removeHiddenElems 38 | - removeMetadata 39 | - removeNonInheritableGroupAttrs 40 | - removeRasterImages: false 41 | - removeScriptElement: false 42 | - removeStyleElement: false 43 | - removeTitle 44 | - removeUnknownsAndDefaults: 45 | unknownAttrs: false # Preserves 'role="img"', needed for accessibility: https://github.com/edent/SuperTinyIcons/pull/62#issuecomment-347227889 46 | - removeUnusedNS 47 | - removeUselessDefs 48 | - removeUselessStrokeAndFill 49 | - removeViewBox 50 | - removeXMLNS: false 51 | - removeXMLProcInst 52 | - sortAttrs: true # can help with transport-level compression 53 | -------------------------------------------------------------------------------- /images/reference/bitcoin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /images/android-vector-drawable/gmail.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 24 | 28 | 32 | 35 | -------------------------------------------------------------------------------- /images/android-vector-drawable/lastpass.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 23 | -------------------------------------------------------------------------------- /images/android-vector-drawable/keybase.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 19 | 22 | 25 | -------------------------------------------------------------------------------- /images/reference/laravel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 18 | 19 | -------------------------------------------------------------------------------- /images/reference/medium.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Monogram 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /images/android-vector-drawable/slack.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 15 | 18 | 21 | 24 | 27 | 30 | 33 | 36 | 37 | -------------------------------------------------------------------------------- /images/android-vector-drawable/android.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 16 | 21 | 25 | 28 | 31 | -------------------------------------------------------------------------------- /images/android-vector-drawable/tox.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 24 | 27 | -------------------------------------------------------------------------------- /images/android-vector-drawable/intel.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 21 | 24 | 28 | -------------------------------------------------------------------------------- /images/android-vector-drawable/steam.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 21 | 25 | 29 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Thanks for submitting or fixing an icon! Here is a helpful guide to what you need to include. 2 | 3 | - [ ] New file 4 | - [ ] Edit Readme 5 | - [ ] Edit radius page 6 | - [ ] Add reference image 7 | - [ ] Edit reference page 8 | - [ ] (optional) Android Image 9 | 10 | ## New File 11 | 12 | Filename should be `nameofservice.svg` - all in lower-case. 13 | 14 | Place the file in `/images/svg/` 15 | 16 | At a minimum, your icon needs these components: 17 | 18 | ``` 19 | 23 | 27 | ... 28 | 29 | ``` 30 | 31 | Please keep the whitespace as-is. This makes viewing diffs easier. 32 | 33 | ## Edit Readme 34 | 35 | Add a table cell to README.md - it must be in this format: 36 | 37 | ``` 38 |
229 Bytes 39 | ``` 40 | 41 | ## Edit Radius Page 42 | 43 | * Edit the file `radius.html` 44 | * Add the name of your service to `var items` 45 | * For example `, 'nameofservice', ` 46 | 47 | ## Reference Image 48 | 49 | * Find an *official* logo. 50 | * Add it to `/images/reference/` 51 | 52 | ## Reference Page 53 | 54 | * Edit the file `/images/reference/index.md` 55 | * Add a link to the *official* style guide or brand guidelines. 56 | * For example `| | | https://example.com/press |` 57 | 58 | ## (Optional) Create Android Version 59 | 60 | * Use https://inloop.github.io/svg2android/ to create an Android-compatible XML file. 61 | * Add the file to `/images/android-vector-drawable/` 62 | -------------------------------------------------------------------------------- /images/android-vector-drawable/symantec.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 24 | 30 | -------------------------------------------------------------------------------- /images/reference/slack.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 15 | 16 | 17 | 19 | 21 | 23 | 24 | 25 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /images/android-vector-drawable/twilio.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 23 | 26 | 29 | -------------------------------------------------------------------------------- /images/reference/gmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 8 | 9 | 12 | 13 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /images/reference/keybase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /images/reference/codepen.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 56 | 61 | 62 | -------------------------------------------------------------------------------- /images/reference/ubuntu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 10 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /images/reference/wikipedia.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /images/android-vector-drawable/reddit.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 24 | 27 | 30 | 33 | 37 | -------------------------------------------------------------------------------- /images/android-vector-drawable/ubuntu.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | 17 | 20 | 23 | 26 | 29 | 32 | 35 | 38 | --------------------------------------------------------------------------------