forked from edent/SuperTinyIcons
Ghost
This commit is contained in:
@@ -115,7 +115,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
|
||||
<tr>
|
||||
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/delicious.svg" width="125" title="delicious" /><br>341 Bytes</td>
|
||||
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/disqus.svg" width="125" title="Disqus" /><br>370 Bytes</td>
|
||||
<td></td>
|
||||
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ghost.svg" width="125" title="Ghost" /><br>376 Bytes</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@@ -181,6 +181,7 @@ The majority of these vector logos are based on someone else's work.
|
||||
* [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg)
|
||||
* [Blogger](https://commons.wikimedia.org/wiki/File:Blogger_icon.svg)
|
||||
* [Medium](https://medium.design/logos-and-brand-guidelines-f1a01a733592)
|
||||
* [Ghost](https://commons.wikimedia.org/wiki/File:Ghost-Logo.svg)
|
||||
|
||||
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
|
||||
|
||||
|
@@ -11,7 +11,7 @@ var items = [
|
||||
'ebay', 'evernote', 'kickstarter','yahoo', 'bitcoin', 'bluetooth',
|
||||
'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare',
|
||||
'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi',
|
||||
'delicious', 'disqus'
|
||||
'delicious', 'disqus', 'ghost'
|
||||
];
|
||||
|
||||
var container = document.querySelector('.icons');
|
||||
|
8
tiny/ghost.svg
Normal file
8
tiny/ghost.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#3d515b">
|
||||
<rect fill="#e8e9eb" rx="15%" height="512" width="512"/>
|
||||
<rect height="72" width="144" y="362" x="75"/>
|
||||
<rect height="72" width="144" y="362" x="295"/>
|
||||
<rect height="72" width="364" y="220" x="75"/>
|
||||
<rect height="72" width="220" y="75" x="75"/>
|
||||
<rect height="72" width="72" y="75" x="364"/>
|
||||
</svg>
|
After Width: | Height: | Size: 376 B |
Reference in New Issue
Block a user