forked from edent/SuperTinyIcons
Badoo (#70)
This commit is contained in:
committed by
Terence Eden
parent
f001e1d2b0
commit
4065e6f39b
@@ -122,7 +122,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/intel.svg" width="125" title="intel" /><br>1,012 Bytes</td>
|
||||
<td></td>
|
||||
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/badoo.svg" width="125" title="Badoo" /><br>498 Bytes</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@@ -200,6 +200,7 @@ The majority of these vector logos are based on someone else's work.
|
||||
* [Ghost](https://commons.wikimedia.org/wiki/File:Ghost-Logo.svg)
|
||||
* [tumblr](https://www.tumblr.com/logo)
|
||||
* [intel](https://commons.wikimedia.org/wiki/File:Intel-logo.svg)
|
||||
* [Badoo](https://team.badoo.com/new/)
|
||||
|
||||
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
|
||||
|
||||
|
@@ -12,7 +12,7 @@ var items = [
|
||||
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
|
||||
'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi',
|
||||
'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello',
|
||||
'intel'
|
||||
'intel', 'badoo'
|
||||
];
|
||||
|
||||
var container = document.querySelector('.icons');
|
||||
|
4
tiny/badoo.svg
Normal file
4
tiny/badoo.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg role="img" aria-label="Trello" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
||||
<rect fill="#7000E3" rx="15%" width="512" height="512"></rect>
|
||||
<path d="M256,169.632727 C239.073077,146.8 212.303462,133 183.402308,133 C133.561923,133 93,173.772727 93,223.829091 C93,306.001818 202.084615,409 256,409 C309.915385,409 419,305.939091 419,223.829091 C419,173.772727 378.438077,133 328.597692,133 C299.759231,133 272.926923,146.8 256,169.632727 Z" fill="#FF671B"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 498 B |
Reference in New Issue
Block a user