This commit is contained in:
edent
2017-11-07 15:16:46 +00:00
parent b769f08e8e
commit 2a29895edc
3 changed files with 7 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/digitalocean.svg" width="125" title="Digital Ocean" /><br>400 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/discord.svg" width="125" title="Discord" /><br>662 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/medium.svg" width="125" title="Medium" /><br>352 Bytes</td>
<td></td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/airbnb.svg" width="125" title="AirBnB" /><br>975 Bytes</td>
<td></td>
</tr>
</table>
@@ -176,6 +176,6 @@ The majority of these vector logos are based on someone else's work.
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord
IBM, Yammer, Android, Authy, ClourFlare, CodePen, DigitalOcean, Discord, AirBnB
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.

View File

@@ -10,7 +10,7 @@ var items = [
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase',
'ebay', 'evernote', 'kickstarter', 'yahoo', 'bitcoin', 'bluetooth',
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
'codepen', 'digitalocean', 'discord', 'medium'
'codepen', 'digitalocean', 'discord', 'medium', 'airbnb'
];
var container = document.querySelector('.icons');

4
tiny/airbnb.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#FF5A5F" height="512" rx="15%" width="512"/>
<path d="M400 368c-3 18-15 34-33 42-8 3-18 4-27 3s-18-4-28-9c-13-7-25-18-41-35 24-29 39-56 44-80 2-11 3-21 2-30-2-9-5-18-10-25a61 61 0 0 0-51-25c-21 0-39 9-51 25-5 7-8 16-9 25-2 9-1 20 2 30 5 24 20 51 43 80-15 17-28 28-41 35a58 58 0 0 1-55 6c-17-7-30-23-33-42-1-9 0-18 4-28l4-12 9-18c25-54 52-109 79-162l1-2 9-17 10-16a38 38 0 0 1 58 0l10 16 9 17 1 2c27 53 54 108 79 162l8 18 4 12c3 9 4 18 3 28zm-144-17c-19-25-32-48-36-67-2-9-2-16-1-22 0-6 3-11 6-16 6-9 18-15 31-15 14 0 25 5 32 15 3 5 5 10 6 16s0 14-1 22c-5 19-17 42-37 67zm163-19l-6-13-8-18v-1c-25-54-52-109-80-163l-1-2-9-17c-3-6-7-13-13-20a58 58 0 0 0-45-22c-18 0-35 8-47 22-5 6-9 13-12 19l-9 17-1 3c-28 54-55 108-80 162v1l-9 19-5 12c-5 14-6 26-4 39a77 77 0 0 0 85 65c12-1 24-5 36-12 15-8 29-20 45-37 16 17 30 29 45 37a95 95 0 0 0 45 13 76 76 0 0 0 76-66c3-12 1-25-3-38z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 966 B