Add Apple

This commit is contained in:
edent
2017-10-22 13:59:14 +01:00
parent 8b1d415d12
commit 3e687b01eb
3 changed files with 14 additions and 1 deletions

View File

@@ -78,6 +78,14 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ubuntu.svg" width="125" alt="Ubuntu" /><br>895 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/ubuntu.svg" width="125" alt="Ubuntu" /><br>895 Bytes</td>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/bitbucket.svg" width="125" alt="Atlassian BitBucket" /><br>895 Bytes</td> <td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/bitbucket.svg" width="125" alt="Atlassian BitBucket" /><br>895 Bytes</td>
</tr> </tr>
<tr>
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/apple.svg" width="125" alt="Apple" /><br>984 Bytes</td>
<td><br></td>
<td><br></td>
<td><br></td>
<td><br></td>
<td><br></td>
</tr>
</table> </table>
You can [play around with the corner radius size using our interactive tool](https://edent.github.io/SuperTinySocialIcons/radius.html) You can [play around with the corner radius size using our interactive tool](https://edent.github.io/SuperTinySocialIcons/radius.html)

View File

@@ -4,7 +4,7 @@ var items = [
'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia', 'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia',
'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire', 'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire',
'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', 'line', 'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', 'line',
'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket' 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket', 'apple'
]; ];
var container = document.querySelector('.icons'); var container = document.querySelector('.icons');

5
tiny/apple.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect height="512" rx="15%" width="512" fill="#"/>
<path d="m244.7 128.8c10.4 0 44.1-6.6 70.3-44.8 22.4-33.1 19.9-70 19.9-70s-38.8-2.8-72.8 39.4c-24.6 30.9-22.7 75-22.7 75s1.9.3 5.4.3z"/>
<path d="m439.2 371.1c1.9-5.4 3.2-8.5 3.2-8.5s0 0-.3 0-.3 0-.6-.3c-1.9-.6-6.3-2.5-12-6-11.3-6.6-27.1-18.9-38.4-38.8-7.2-12.6-12.3-28.4-13.6-47.9-.6-9.8.3-19.2 2.2-27.7v-.3c.6-2.8 1.3-5.4 2.2-8.2 10.1-32.8 33.7-54.2 43.2-61.5 2.5-1.9 3.8-2.8 3.8-2.8s-30.3-47-87.3-47c-49.2 0-67.4 22.1-93.6 22.1-32.1 0-37.2-20.5-84.8-20.5-24.6 0-58.9 9.5-84.5 42.5-20.2 25.8-27.7 56.4-30.9 78.8-1.9 15.1-2.5 31.5-.6 49.8 0 1.3.3 2.5.3 4.1 1.9 18.3 6.6 37.8 13.2 57.4 0 .3.3.9.6 1.3.6 2.2 1.6 4.7 2.5 6.9.3.9.9 2.2 1.3 3.2.3.9.6 2.2 1.3 3.2 6.3 16.4 13.6 32.1 22.1 47 24.6 43.5 56.4 76.3 86.3 76.3 34 0 44.8-22.1 78.8-21.7 43.2.3 55.1 27.7 91.4 20.5 24.3-4.7 53.3-39.1 71.9-71.9.6-1.3 1.3-2.2 1.9-3.2 8.8-18.9 16.4-36.6 20.5-46.6z"/>
</svg>

After

Width:  |  Height:  |  Size: 984 B