Added Filestash Icon (731 bytes) (#716)
* Added Filestash Icon * Updated Background color of Reference SVG Changed Background Color of `images/references/filestash.svg` from #7ec4e7 to #fff * Shrunk file --------- Co-authored-by: Terence Eden <edent@users.noreply.github.com>
This commit is contained in:
16
images/android-vector-drawable/filestash.xml
Normal file
16
images/android-vector-drawable/filestash.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#7ec4e7"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:strokeColor="#f2f3f5"
|
||||
android:strokeWidth="35"
|
||||
android:strokeLineJoin="round"
|
||||
android:pathData="M248.61,122.82c-44.59,0-80.78,35.23-80.91,78.76h0.42c46.11-0.4,80.71,40,81.41,72.55-1-33.16,35.73-72,80-72.52-0.12-43.54-36.32-78.77-80.93-78.78Zm80.93,78.78v0.22c-56,2.47-80.42,48.47-80.18,72.13 0.44 ,45.31-24.33,85.18-85.22,85.42l166.42-0.6c44.7,0,80.93-34.58,80.93-78.21s-36.23-79-80.93-79l-1,0ZM249.29,274c-1.15-31.19-31-71.85-81.61-72.14l0-0.24c-44.53 0.23 -80.5,35.52-80.51,79,0,43.63,35.83,79,76.51,78.8C235.88,359.07,250.44,305.14,249.29,274Z" />
|
||||
</vector>
|
4
images/reference/filestash.svg
Normal file
4
images/reference/filestash.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512" role="img" aria-label="Filestash" rx="15%">
|
||||
<rect fill="#fff" height="512" rx="15%" width="512" />
|
||||
<path d="M248.61,122.82c-44.59,0-80.78,35.23-80.91,78.76h.42c46.11-.4,80.71,40,81.41,72.55-1-33.16,35.73-72,80-72.52-.12-43.54-36.32-78.77-80.93-78.78Zm80.93,78.78v.22c-56,2.47-80.42,48.47-80.18,72.13.44,45.31-24.33,85.18-85.22,85.42l166.42-.6c44.7,0,80.93-34.58,80.93-78.21s-36.23-79-80.93-79l-1,0ZM249.29,274c-1.15-31.19-31-71.85-81.61-72.14l0-.24c-44.53.23-80.5,35.52-80.51,79,0,43.63,35.83,79,76.51,78.8C235.88,359.07,250.44,305.14,249.29,274Z" fill="none" stroke="#f2f3f5" stroke-linejoin="round" stroke-width="35px"/>
|
||||
</svg>
|
After Width: | Height: | Size: 730 B |
@@ -6,6 +6,7 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
|
||||
| Super Tiny SVG | Official Logo | Source |
|
||||
|-----|---------------|----------|
|
||||
| <img src="/images/svg/filestash.svg" width="256" /> | <img src="/images/reference/filestash.svg" width="256" /> | https://www.filestash.app/ |
|
||||
| <img src="/images/svg/twitter.svg" width="256" /> | <img src="/images/reference/twitter.svg" width="256" /> | https://about.twitter.com/en_us/company/brand-resources.html |
|
||||
| <img src="/images/svg/hackernews.svg" width="256" /> | <img src="/images/reference/hackernews.png" width="256" /> | https://www.ycombinator.com/favicon.ico |
|
||||
| <img src="/images/svg/flickr.svg" width="256" /> | <img src="/images/reference/flickr.png" width="256" /> | https://www.flickr.com/images/opensearch-flickr-logo.png |
|
||||
|
5
images/svg/filestash.svg
Normal file
5
images/svg/filestash.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
role="img" aria-label="Filestash"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
fill="#7ec4e7"/><path d="M248.61,122.82c-44.59,0-80.78,35.23-80.91,78.76h.42c46.11-.4,80.71,40,81.41,72.55-1-33.16,35.73-72,80-72.52-.12-43.54-36.32-78.77-80.93-78.78Zm80.93,78.78v.22c-56,2.47-80.42,48.47-80.18,72.13.44,45.31-24.33,85.18-85.22,85.42l166.42-.6c44.7,0,80.93-34.58,80.93-78.21s-36.23-79-80.93-79l-1,0ZM249.29,274c-1.15-31.19-31-71.85-81.61-72.14l0-.24c-44.53.23-80.5,35.52-80.51,79,0,43.63,35.83,79,76.51,78.8C235.88,359.07,250.44,305.14,249.29,274Z" fill="none" stroke="#f2f3f5" stroke-linejoin="round" stroke-width="35px"/></svg>
|
After Width: | Height: | Size: 673 B |
Reference in New Issue
Block a user