From b0d326536ee6d02757fab0bd61c7a72f32f1d407 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 20:02:21 +0000 Subject: [PATCH] Update Android Vectors --- README.md | 2 +- images/android-vector-drawable/airbnb.xml | 24 +++++ images/android-vector-drawable/amazon.xml | 2 +- images/android-vector-drawable/android.xml | 29 ++++++ images/android-vector-drawable/apple.xml | 21 ++-- images/android-vector-drawable/authy.xml | 20 ++++ images/android-vector-drawable/badoo.xml | 16 ++++ images/android-vector-drawable/bitbucket.xml | 14 ++- images/android-vector-drawable/bitcoin.xml | 18 ++++ images/android-vector-drawable/blogger.xml | 18 ++++ images/android-vector-drawable/bluetooth.xml | 15 +++ images/android-vector-drawable/cloudflare.xml | 21 ++++ images/android-vector-drawable/codepen.xml | 19 ++++ images/android-vector-drawable/delicious.xml | 20 ++++ .../android-vector-drawable/digidentity.xml | 32 ++----- .../android-vector-drawable/digitalocean.xml | 15 +++ images/android-vector-drawable/discord.xml | 20 ++++ images/android-vector-drawable/disqus.xml | 16 ++++ images/android-vector-drawable/docker.xml | 8 +- images/android-vector-drawable/dropbox.xml | 11 +-- images/android-vector-drawable/ebay.xml | 29 ++++++ images/android-vector-drawable/email.xml | 4 +- images/android-vector-drawable/evernote.xml | 22 +++++ images/android-vector-drawable/facebook.xml | 4 +- images/android-vector-drawable/flickr.xml | 6 +- images/android-vector-drawable/ghost.xml | 16 ++++ images/android-vector-drawable/gitlab.xml | 2 +- images/android-vector-drawable/google.xml | 2 +- .../android-vector-drawable/google_plus.xml | 2 +- images/android-vector-drawable/hackernews.xml | 2 +- images/android-vector-drawable/html5.xml | 6 +- images/android-vector-drawable/ibm.xml | 24 +++++ images/android-vector-drawable/intel.xml | 24 +++++ images/android-vector-drawable/keybase.xml | 26 +++++ .../android-vector-drawable/kickstarter.xml | 18 ++++ images/android-vector-drawable/linkedin.xml | 6 +- images/android-vector-drawable/log.html | 2 +- images/android-vector-drawable/mastodon.xml | 95 ++++++++++--------- images/android-vector-drawable/medium.xml | 16 ++++ images/android-vector-drawable/npm.xml | 6 +- images/android-vector-drawable/opensource.xml | 14 +++ images/android-vector-drawable/patreon.xml | 15 +++ images/android-vector-drawable/paypal.xml | 8 +- images/android-vector-drawable/pdf.xml | 2 +- images/android-vector-drawable/phone.xml | 15 ++- images/android-vector-drawable/reddit.xml | 2 +- .../samsunginternet.xml | 24 +++++ images/android-vector-drawable/skype.xml | 9 +- images/android-vector-drawable/slideshare.xml | 4 +- images/android-vector-drawable/soundcloud.xml | 21 ++-- .../android-vector-drawable/stackoverflow.xml | 6 +- images/android-vector-drawable/steam.xml | 10 +- images/android-vector-drawable/symantec.xml | 13 +-- images/android-vector-drawable/telegram.xml | 6 +- images/android-vector-drawable/tox.xml | 6 +- images/android-vector-drawable/trello.xml | 17 ++++ images/android-vector-drawable/tumblr.xml | 10 +- images/android-vector-drawable/ubuntu.xml | 9 +- images/android-vector-drawable/vk.xml | 2 +- images/android-vector-drawable/wechat.xml | 6 +- images/android-vector-drawable/whatsapp.xml | 8 +- images/android-vector-drawable/wifi.xml | 21 ++++ images/android-vector-drawable/wikipedia.xml | 2 +- images/android-vector-drawable/windows.xml | 12 +-- images/android-vector-drawable/wire.xml | 3 +- images/android-vector-drawable/wordpress.xml | 2 +- images/android-vector-drawable/yahoo.xml | 21 ++++ images/android-vector-drawable/yammer.xml | 24 +++++ images/android-vector-drawable/youtube.xml | 19 ++-- images/android-vector-drawable/yubico.xml | 2 +- 70 files changed, 743 insertions(+), 223 deletions(-) create mode 100644 images/android-vector-drawable/airbnb.xml create mode 100644 images/android-vector-drawable/android.xml create mode 100644 images/android-vector-drawable/authy.xml create mode 100644 images/android-vector-drawable/badoo.xml create mode 100644 images/android-vector-drawable/bitcoin.xml create mode 100644 images/android-vector-drawable/blogger.xml create mode 100644 images/android-vector-drawable/bluetooth.xml create mode 100644 images/android-vector-drawable/cloudflare.xml create mode 100644 images/android-vector-drawable/codepen.xml create mode 100644 images/android-vector-drawable/delicious.xml create mode 100644 images/android-vector-drawable/digitalocean.xml create mode 100644 images/android-vector-drawable/discord.xml create mode 100644 images/android-vector-drawable/disqus.xml create mode 100644 images/android-vector-drawable/ebay.xml create mode 100644 images/android-vector-drawable/evernote.xml create mode 100644 images/android-vector-drawable/ghost.xml create mode 100644 images/android-vector-drawable/ibm.xml create mode 100644 images/android-vector-drawable/intel.xml create mode 100644 images/android-vector-drawable/keybase.xml create mode 100644 images/android-vector-drawable/kickstarter.xml create mode 100644 images/android-vector-drawable/medium.xml create mode 100644 images/android-vector-drawable/opensource.xml create mode 100644 images/android-vector-drawable/patreon.xml create mode 100644 images/android-vector-drawable/samsunginternet.xml create mode 100644 images/android-vector-drawable/trello.xml create mode 100644 images/android-vector-drawable/wifi.xml create mode 100644 images/android-vector-drawable/yahoo.xml create mode 100644 images/android-vector-drawable/yammer.xml diff --git a/README.md b/README.md index ef43292a..190de95f 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Want more icons? Tell me by raising an issue! Think the icons look wrong? Tell me by raising an issue! -**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://github.com/inloop/svg2android/issues - not guaranteed to be under 1KB. +**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://inloop.github.io/svg2android/ - not guaranteed to be under 1KB. ## Icon accessibility diff --git a/images/android-vector-drawable/airbnb.xml b/images/android-vector-drawable/airbnb.xml new file mode 100644 index 00000000..a9a520bc --- /dev/null +++ b/images/android-vector-drawable/airbnb.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/amazon.xml b/images/android-vector-drawable/amazon.xml index 08adff87..927082fa 100644 --- a/images/android-vector-drawable/amazon.xml +++ b/images/android-vector-drawable/amazon.xml @@ -15,6 +15,6 @@ 2-54-19-73-17-16-39-21-64-22-56-1-92 29-97 65-1 6 4 9 7 9l39 6c6 1 9-5 10-9 6-23 30-29 45-24 21 7 19 30 19 47zm-38 109c-16 0-26-13-26-31 1-37 30-44 64-44v19c0 34-18 56-38 56zm175 111c14-11 27-40 26-59 0-8-1-9-8-11-14-4-48-5-65 11-3 3-2 5 1 -5 12-2 47-6 52 2 5 7-8 36-12 49-2 5 2 6 6 3zm-372-58c100 94 258 98 360 26 7-5 +5 12-2 47-6 52 2 5 7-8 36-12 49-2 5 2 6 6 3zM58 346c100 94 258 98 360 26 7-5 0-13-7-10-119 54-259 32-349-22-4-3-8 2-4 6z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/android.xml b/images/android-vector-drawable/android.xml new file mode 100644 index 00000000..5135a197 --- /dev/null +++ b/images/android-vector-drawable/android.xml @@ -0,0 +1,29 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/apple.xml b/images/android-vector-drawable/apple.xml index 7db7e8b3..8e9a7957 100644 --- a/images/android-vector-drawable/apple.xml +++ b/images/android-vector-drawable/apple.xml @@ -14,14 +14,15 @@ 39.4c-24.6 30.9-22.7 75-22.7 75s1.9 .3 5.4 .3 z" /> + android:pathData="M439.2 371.1c1.9-5.4 3.2-8.5 3.2-8.5h-.3c-.3 0-.3 +0-.6-.3-1.9-.6-6.3-2.5-12-6a106.2 106.2 0 0 +1-38.4-38.8c-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.5C58.5 192 51 222.6 47.8 245c-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" /> \ No newline at end of file diff --git a/images/android-vector-drawable/authy.xml b/images/android-vector-drawable/authy.xml new file mode 100644 index 00000000..b5bd7a1f --- /dev/null +++ b/images/android-vector-drawable/authy.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/badoo.xml b/images/android-vector-drawable/badoo.xml new file mode 100644 index 00000000..41711f26 --- /dev/null +++ b/images/android-vector-drawable/badoo.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/bitbucket.xml b/images/android-vector-drawable/bitbucket.xml index 49dd0cc5..ffec7db6 100644 --- a/images/android-vector-drawable/bitbucket.xml +++ b/images/android-vector-drawable/bitbucket.xml @@ -10,16 +10,14 @@ 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" /> + android:pathData="M256 33C142 33 48 64 48 102c0 10 24 155 35 212 4 27 71 63 173 63s167-37 +173-63c11-57 35-202 35-212-2-39-94-69-208-69zm0 298c-37 0-65-29-65-65 0-37 29-65 +65-65 37 0 65 29 65 65 0 35-29 65-65 65zm0-208c-73 0-133-12-133-29 0-16 59-29 +133-29 73 0 133 12 133 29 0 16-59 29-133 29z" /> + android:pathData="M405 369c-4 0-6 2-6 2s-51 41-143 41-143-41-143-40c0 0-4-2-6-2-4 0-8 2-8 8v2c8 43 +14 73 14 77 6 31 68 55 141 55s135-24 141-55c0-4 6-35 14-78v-2c2-4 0-8-4-8z" /> diff --git a/images/android-vector-drawable/bitcoin.xml b/images/android-vector-drawable/bitcoin.xml new file mode 100644 index 00000000..3cb7c2a4 --- /dev/null +++ b/images/android-vector-drawable/bitcoin.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/blogger.xml b/images/android-vector-drawable/blogger.xml new file mode 100644 index 00000000..c9e2d646 --- /dev/null +++ b/images/android-vector-drawable/blogger.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/bluetooth.xml b/images/android-vector-drawable/bluetooth.xml new file mode 100644 index 00000000..4a5a1143 --- /dev/null +++ b/images/android-vector-drawable/bluetooth.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/cloudflare.xml b/images/android-vector-drawable/cloudflare.xml new file mode 100644 index 00000000..f88c1076 --- /dev/null +++ b/images/android-vector-drawable/cloudflare.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/codepen.xml b/images/android-vector-drawable/codepen.xml new file mode 100644 index 00000000..dc83e68a --- /dev/null +++ b/images/android-vector-drawable/codepen.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/delicious.xml b/images/android-vector-drawable/delicious.xml new file mode 100644 index 00000000..152e7b09 --- /dev/null +++ b/images/android-vector-drawable/delicious.xml @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/digidentity.xml b/images/android-vector-drawable/digidentity.xml index 9b723a9c..d088d65e 100644 --- a/images/android-vector-drawable/digidentity.xml +++ b/images/android-vector-drawable/digidentity.xml @@ -9,30 +9,14 @@ android:fillColor="#fff" 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" /> + android:fillColor="#000000" + android:strokeColor="#000" + android:strokeWidth="1" + android:pathData="M256 42v150m0 128v150M42 256h150m128 0h150M104 104l106 106m92 92l106 +106m0-304L302 210" /> - - - - - - - + android:strokeColor="#00e864" + android:strokeWidth="1" + android:pathData="M208 300L102 406m149-150a5 5 0 0 0 10 0 5 5 0 0 0-10 0" /> \ No newline at end of file diff --git a/images/android-vector-drawable/digitalocean.xml b/images/android-vector-drawable/digitalocean.xml new file mode 100644 index 00000000..4532cb40 --- /dev/null +++ b/images/android-vector-drawable/digitalocean.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/discord.xml b/images/android-vector-drawable/discord.xml new file mode 100644 index 00000000..936d2d92 --- /dev/null +++ b/images/android-vector-drawable/discord.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/disqus.xml b/images/android-vector-drawable/disqus.xml new file mode 100644 index 00000000..6ff5505d --- /dev/null +++ b/images/android-vector-drawable/disqus.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/docker.xml b/images/android-vector-drawable/docker.xml index 66f7510f..ef3cd0cc 100644 --- a/images/android-vector-drawable/docker.xml +++ b/images/android-vector-drawable/docker.xml @@ -11,8 +11,8 @@ +0h50v-45H53zm59-54h50v-45h-50zm59 0h50v-45h-50zm59 +0h49v-45h-49zm0-54h49V89h-49zm257 82c-11-7-36-10-55-6-3-18-13-34-31-48l-10-7-7 +11c-9 13-14 32-12 50 1 6 3 17 9 27-6 4-19 8-36 8H17l-1 4c-3 18-3 75 33 118 28 33 +70 50 124 50 118 0 205-54 246-153 16 0 51 0 68-34l5-9 2-4" /> \ No newline at end of file diff --git a/images/android-vector-drawable/dropbox.xml b/images/android-vector-drawable/dropbox.xml index 7cd16e16..37e9a091 100644 --- a/images/android-vector-drawable/dropbox.xml +++ b/images/android-vector-drawable/dropbox.xml @@ -6,13 +6,10 @@ android:viewportHeight="512"> - + android:fillColor="#007ee5" + android:pathData="M256 161l-112 72 112 71-112 72-113-72 113-72-113-71 113-72zM143 399l113-72 112 +72-112 72zm113-95l113-72-113-71 112-72 113 72-113 72 113 71-113 72z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/ebay.xml b/images/android-vector-drawable/ebay.xml new file mode 100644 index 00000000..b672ded1 --- /dev/null +++ b/images/android-vector-drawable/ebay.xml @@ -0,0 +1,29 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/email.xml b/images/android-vector-drawable/email.xml index db98b866..4cdec5f9 100644 --- a/images/android-vector-drawable/email.xml +++ b/images/android-vector-drawable/email.xml @@ -13,9 +13,9 @@ android:pathData="M 100 111 L 412 111 Q 456 111 456 155 L 456 357 Q 456 401 412 401 L 100 401 Q 56 401 56 357 L 56 155 Q 56 111 100 111 Z" /> + android:pathData="M89 148h334v216H89" /> + android:pathData="M437 158L280 294c-16 14-32 14-48 0L75 158m349 206L319 259M88 364l107-107" /> \ No newline at end of file diff --git a/images/android-vector-drawable/evernote.xml b/images/android-vector-drawable/evernote.xml new file mode 100644 index 00000000..2113c7da --- /dev/null +++ b/images/android-vector-drawable/evernote.xml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/facebook.xml b/images/android-vector-drawable/facebook.xml index 1ac73303..2bf7901a 100644 --- a/images/android-vector-drawable/facebook.xml +++ b/images/android-vector-drawable/facebook.xml @@ -10,6 +10,6 @@ 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" /> + android:pathData="M287 456V157c0-21 6-35 35-35h38V59c-7-1-29-3-55-3-54 0-91 33-91 +94v306m143-254H152v72h196" /> \ No newline at end of file diff --git a/images/android-vector-drawable/flickr.xml b/images/android-vector-drawable/flickr.xml index 15fd3cc6..b8917f73 100644 --- a/images/android-vector-drawable/flickr.xml +++ b/images/android-vector-drawable/flickr.xml @@ -6,12 +6,12 @@ android:viewportHeight="512"> \ No newline at end of file diff --git a/images/android-vector-drawable/ghost.xml b/images/android-vector-drawable/ghost.xml new file mode 100644 index 00000000..d0df87c1 --- /dev/null +++ b/images/android-vector-drawable/ghost.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/gitlab.xml b/images/android-vector-drawable/gitlab.xml index 77d3d12c..1641f45f 100644 --- a/images/android-vector-drawable/gitlab.xml +++ b/images/android-vector-drawable/gitlab.xml @@ -10,6 +10,6 @@ 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" /> \ No newline at end of file diff --git a/images/android-vector-drawable/google.xml b/images/android-vector-drawable/google.xml index 3f335ef8..fecd2ccd 100644 --- a/images/android-vector-drawable/google.xml +++ b/images/android-vector-drawable/google.xml @@ -11,5 +11,5 @@ + android:pathData="M276 252h149a170 170 0 1 1-80-140" /> \ No newline at end of file diff --git a/images/android-vector-drawable/google_plus.xml b/images/android-vector-drawable/google_plus.xml index d711fc95..8542ba11 100644 --- a/images/android-vector-drawable/google_plus.xml +++ b/images/android-vector-drawable/google_plus.xml @@ -11,6 +11,6 @@ \ No newline at end of file diff --git a/images/android-vector-drawable/hackernews.xml b/images/android-vector-drawable/hackernews.xml index 88f86d37..7f34fd33 100644 --- a/images/android-vector-drawable/hackernews.xml +++ b/images/android-vector-drawable/hackernews.xml @@ -10,5 +10,5 @@ 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" /> + android:pathData="M101 56h61l94 192 94-192h61L282 311v145h-52V311" /> \ No newline at end of file diff --git a/images/android-vector-drawable/html5.xml b/images/android-vector-drawable/html5.xml index 04aab6f3..3283a694 100644 --- a/images/android-vector-drawable/html5.xml +++ b/images/android-vector-drawable/html5.xml @@ -7,13 +7,13 @@ + android:pathData="M71 460L30 0h451l-41 460-185 52" /> + android:pathData="M256 472l149-41 35-394H256" /> + android:pathData="M256 208h-75l-5-58h80V94H114l15 171h127zm-1 147l-63-17-4-45h-56l7 89 116 32z" /> diff --git a/images/android-vector-drawable/ibm.xml b/images/android-vector-drawable/ibm.xml new file mode 100644 index 00000000..14ca0462 --- /dev/null +++ b/images/android-vector-drawable/ibm.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/intel.xml b/images/android-vector-drawable/intel.xml new file mode 100644 index 00000000..250a973d --- /dev/null +++ b/images/android-vector-drawable/intel.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/keybase.xml b/images/android-vector-drawable/keybase.xml new file mode 100644 index 00000000..1e8d156e --- /dev/null +++ b/images/android-vector-drawable/keybase.xml @@ -0,0 +1,26 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/kickstarter.xml b/images/android-vector-drawable/kickstarter.xml new file mode 100644 index 00000000..719eae87 --- /dev/null +++ b/images/android-vector-drawable/kickstarter.xml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/linkedin.xml b/images/android-vector-drawable/linkedin.xml index a6f2ae32..b7161c5d 100644 --- a/images/android-vector-drawable/linkedin.xml +++ b/images/android-vector-drawable/linkedin.xml @@ -15,9 +15,9 @@ android:fillColor="#000000" android:strokeColor="#fff" android:strokeWidth="86" - android:pathData="M237 178v259m-133-259v259" /> + android:pathData="M237 178v259M104 178v259" /> + android:pathData="M279 293c0-26 18-53 48-53 31 0 43 24 43 59v138h86V289c0-80-42-116-99-116-45 0-67 +25-78 42" /> \ No newline at end of file diff --git a/images/android-vector-drawable/log.html b/images/android-vector-drawable/log.html index a39b4994..abcd8fb7 100644 --- a/images/android-vector-drawable/log.html +++ b/images/android-vector-drawable/log.html @@ -1 +1 @@ -

Files converted: 53 / 53


symantec.svg

OK

steam.svg

OK

docker.svg

OK

apple.svg

OK

npm.svg

OK

redhat.svg

OK

bitbucket.svg

OK

ubuntu.svg

Warning: transforms on path are not supported, use option Bake transforms into path

digidentity.svg

Warning: transforms on path are not supported, use option Bake transforms into path

windows.svg

OK

lastpass.svg

OK

youtube.svg

OK

wordpress.svg

OK

wire.svg

OK

wikipedia.svg

OK

whatsapp.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

wechat.svg

OK

vk.svg

OK

vimeo.svg

OK

twitter.svg

OK

tumblr.svg

OK

tox.svg

OK

telegram.svg

OK

stackoverflow.svg

Warning: stroke-width not found on path one or more times. Defaulting all instances to 1.

spotify.svg

OK

soundcloud.svg

OK

snapchat.svg

OK

slideshare.svg

OK

skype.svg

OK

rss.svg

OK

reddit.svg

OK

pinterest.svg

OK

phone.svg

OK

pdf.svg

OK

paypal.svg

OK

meetup.svg

OK

mastodon.svg

Warning: group transform 'matrix' is not supported, use option Bake transforms into path

mail.svg

OK

lock.svg

OK

linkedin.svg

OK

line.svg

OK

instagram.svg

OK

html5.svg

OK

hackernews.svg

OK

google_plus.svg

OK

google.svg

OK

gitlab.svg

OK

github.svg

OK

flickr.svg

OK

facebook.svg

OK

email.svg

OK

dropbox.svg

OK

amazon.svg

OK
\ No newline at end of file +

Files converted: 81 / 81


yubico.svg

OK

youtube.svg

OK

yammer.svg

OK

yahoo.svg

OK

wordpress.svg

OK

wire.svg

OK

windows.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

wikipedia.svg

OK

wifi.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

whatsapp.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

wechat.svg

OK

vk.svg

OK

vimeo.svg

OK

ubuntu.svg

Warning: transforms on path are not supported, use option Bake transforms into path

twitter.svg

OK

tumblr.svg

OK

trello.svg

OK

tox.svg

OK

telegram.svg

OK

symantec.svg

OK

steam.svg

OK

stackoverflow.svg

Warning: stroke-width not found on path one or more times. Defaulting all instances to 1.

spotify.svg

OK

soundcloud.svg

OK

snapchat.svg

OK

slideshare.svg

OK

skype.svg

OK

samsunginternet.svg

OK

rss.svg

OK

reddit.svg

OK

pinterest.svg

OK

phone.svg

OK

pdf.svg

OK

paypal.svg

OK

patreon.svg

OK

opensource.svg

OK

npm.svg

OK

meetup.svg

OK

medium.svg

OK

mastodon.svg

Warning: group transform 'matrix' is not supported, use option Bake transforms into path

mail.svg

OK

lock.svg

OK

linkedin.svg

OK

line.svg

OK

lastpass.svg

OK

kickstarter.svg

Warning #1:group transform 'matrix' is not supported, use option Bake transforms into path
Warning #2:found clip-path(s) attribute which is not fully supported yet (try enabling support for clip-path below)


keybase.svg

OK

intel.svg

OK

instagram.svg

OK

ibm.svg

OK

html5.svg

OK

hackernews.svg

OK

google_plus.svg

OK

google.svg

OK

gitlab.svg

OK

github.svg

OK

ghost.svg

OK

flickr.svg

OK

facebook.svg

OK

evernote.svg

OK

email.svg

OK

ebay.svg

OK

dropbox.svg

OK

docker.svg

OK

disqus.svg

OK

discord.svg

OK

digitalocean.svg

OK

digidentity.svg

Warning: stroke-width not found on path one or more times. Defaulting all instances to 1.

delicious.svg

OK

codepen.svg

OK

cloudflare.svg

OK

bluetooth.svg

OK

blogger.svg

OK

bitcoin.svg

OK

bitbucket.svg

OK

badoo.svg

OK

authy.svg

OK

apple.svg

OK

android.svg

OK

amazon.svg

OK

airbnb.svg

OK
\ No newline at end of file diff --git a/images/android-vector-drawable/mastodon.xml b/images/android-vector-drawable/mastodon.xml index 5877bf11..157dcbdc 100644 --- a/images/android-vector-drawable/mastodon.xml +++ b/images/android-vector-drawable/mastodon.xml @@ -15,76 +15,79 @@ android:fillColor="#fff" android:pathData="M411 215v84c0 24-21 41-42 41h-60c12-10 18-22 19-37v-88c2-55 81-55 83 0" /> + + + + + + + + + + + + - - - - - - - - - - \ No newline at end of file diff --git a/images/android-vector-drawable/medium.xml b/images/android-vector-drawable/medium.xml new file mode 100644 index 00000000..9efe950d --- /dev/null +++ b/images/android-vector-drawable/medium.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/npm.xml b/images/android-vector-drawable/npm.xml index 14fe510e..827c0111 100644 --- a/images/android-vector-drawable/npm.xml +++ b/images/android-vector-drawable/npm.xml @@ -10,7 +10,7 @@ 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" /> + android:pathData="M16 163.3h480v160H256V350H149.3v-26.7H16zm26.7 +133.4H96v-80h26.7v80h26.7V190H42.7zM176 190v133.3h53.3v-26.7h53.3V190zm53.3 +26.7H256V270h-26.7zm80-26.7v106.7h53.3v-80h26.7v80H416v-80h26.7v80h26.7V190z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/opensource.xml b/images/android-vector-drawable/opensource.xml new file mode 100644 index 00000000..00e7769f --- /dev/null +++ b/images/android-vector-drawable/opensource.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/patreon.xml b/images/android-vector-drawable/patreon.xml new file mode 100644 index 00000000..8b85261d --- /dev/null +++ b/images/android-vector-drawable/patreon.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/paypal.xml b/images/android-vector-drawable/paypal.xml index 94d694d9..2a6f17e2 100644 --- a/images/android-vector-drawable/paypal.xml +++ b/images/android-vector-drawable/paypal.xml @@ -11,11 +11,11 @@ + android:pathData="M155 397l17-74s5-21 29-21c23 0 183 6 218-107 13-41 22-139-139-139H163s-24-1-30 +24L56 401s-3 21 18 21h52s24 1 29-25zm44-187l15-65s5-18 21-21c16-2 43 1 50 2 46 8 +36 50 36 50-9 65-112 56-112 56-16-6-10-22-10-22z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/pdf.xml b/images/android-vector-drawable/pdf.xml index cef27797..390caeea 100644 --- a/images/android-vector-drawable/pdf.xml +++ b/images/android-vector-drawable/pdf.xml @@ -6,7 +6,7 @@ android:viewportHeight="512"> +6c31 0 67-29 79-58 10-28-12-40-28-53z" /> - + android:strokeColor="#fff" + android:strokeWidth="20" + android:strokeLineCap="round" + android:pathData="M276.7 114.5s48-1.3 83.6 34.4c35.7 35.4 31.7 86 31.7 86m-102-73s19-4.7 39.2 +16.2c20.4 21 15.3 40 15.3 40M261 67s75-2.7 130 52.2c54.8 55 50 132.3 50 132.3" /> \ No newline at end of file diff --git a/images/android-vector-drawable/reddit.xml b/images/android-vector-drawable/reddit.xml index 236d394e..4647a728 100644 --- a/images/android-vector-drawable/reddit.xml +++ b/images/android-vector-drawable/reddit.xml @@ -27,5 +27,5 @@ + android:pathData="M87 282c-45-22-5-92 40-50m298 50c45-22 5-92-40-50m-127-45l24-83 80 16" /> \ No newline at end of file diff --git a/images/android-vector-drawable/samsunginternet.xml b/images/android-vector-drawable/samsunginternet.xml new file mode 100644 index 00000000..b6089cf0 --- /dev/null +++ b/images/android-vector-drawable/samsunginternet.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/skype.xml b/images/android-vector-drawable/skype.xml index 2bc94652..13c7fd06 100644 --- a/images/android-vector-drawable/skype.xml +++ b/images/android-vector-drawable/skype.xml @@ -10,9 +10,8 @@ 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" /> + android:pathData="M71 223C45 366 176 464 289 441c119 58 202-70 152-152C466 144 334 48 223 71 104 +13 21 141 71 223m264-46c17 25-18 45-31 30-17-20-35-30-54-29-48 4-46 44-5 50 57 8 +108 24 104 74-5 57-51 73-99 70-56-4-74-24-85-45-13-25 24-49 40-22 25 41 71 35 85 +19 22-25-1-41-25-45-27-5-54-11-75-22-33-17-47-101 40-115 39-6 86 6 105 35" /> \ No newline at end of file diff --git a/images/android-vector-drawable/slideshare.xml b/images/android-vector-drawable/slideshare.xml index 4928d772..0bdfcc8a 100644 --- a/images/android-vector-drawable/slideshare.xml +++ b/images/android-vector-drawable/slideshare.xml @@ -17,6 +17,6 @@ 44 44 0 0 0 0 88z" /> + android:pathData="M123 59c-28 0-50 23-50 50v167h24V109c0-14 11-26 26-26h266c15 0 26 12 26 +26v169h24V109c0-27-22-50-50-50z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/soundcloud.xml b/images/android-vector-drawable/soundcloud.xml index 0f6991d4..1ea9a820 100644 --- a/images/android-vector-drawable/soundcloud.xml +++ b/images/android-vector-drawable/soundcloud.xml @@ -10,14 +10,15 @@ 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" /> + android:pathData="M59 275l-3 22 3 22c0 2 3 2 3 0l3-22-3-22c0-3-3-3-3 0zm18-14c0-3-3-3-3 0l-5 36 4 +35c0 3 4 3 4 0l4-35zm59-30l-3 66 2 40c0 8 7 8 7 0l4-40-4-66c0-5-6-5-6 0zm-31 +22l-4 44 3 40c0 6 5 6 5 0l4-40-4-44c0-3-4-3-4 0zm70 84l3-40-3-88c0-6-7-6-7 0l-3 +88 2 40c0 8 8 8 8 0zm68 0l2-40-2-102c0-7-10-7-10 0l-2 102 2 40c0 8 10 8 10 +0zm-34 0l3-40-3-89c0-6-9-6-9 0l-2 89 2 40c0 8 9 8 9 0zm-83 0l3-40-3-41c0-3-6-3-6 +0l-3 41 3 40c0 7 6 7 6 0zm-33 0l4-40-4-43c0-3-4-3-4 0l-4 43 4 40c0 4 4 4 4 +0zm124-125l-2 85 1 40c0 8 10 8 10 0l2-40-2-85c0-7-9-7-9 0zm-58 +125l3-40-3-81c0-6-7-6-7 0l-3 81 2 40c0 8 8 8 8 0zm33 0l3-40-3-91c0-6-8-6-8 0l-3 +91 3 40c0 8 8 8 8 0zm196-89c-5-57-64-94-118-73-4 2-5 3-5 6v156c0 3 2 6 5 +6h137c27 0 49-22 49-49 0-37-35-57-68-46zm-138-62l-3 111 3 40c0 8 10 8 10 +0l3-40-3-111c0-7-10-7-10 0z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/stackoverflow.xml b/images/android-vector-drawable/stackoverflow.xml index b2211502..16b8b05a 100644 --- a/images/android-vector-drawable/stackoverflow.xml +++ b/images/android-vector-drawable/stackoverflow.xml @@ -11,10 +11,10 @@ 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" /> + android:pathData="M113 291v151h235V291" /> + android:pathData="M306 385H149m159-43l-156-14m165-31l-152-41m233-42L372 59m-11 170l-89-129m60 +159l-135-80" /> \ No newline at end of file diff --git a/images/android-vector-drawable/steam.xml b/images/android-vector-drawable/steam.xml index 92ab7c50..0c7cafb3 100644 --- a/images/android-vector-drawable/steam.xml +++ b/images/android-vector-drawable/steam.xml @@ -10,11 +10,11 @@ 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" /> - + android:pathData="M473.8 16v14.8h14.8V16zm0 29.5v14.8h14.8V45.5zm-44.3 14.8v14.8h14.8V60.3z" /> @@ -25,8 +22,8 @@ 11.7 19.1 11.7 21.8-2.6 21.8-13.7 25.9-32.9 6.7-31.5 15.5-64 56.5-103.1v-59.1z" /> + android:pathData="M459.1 30.8v14.8h14.8V30.8zm0 14.8h-29.5v14.8h29.5zm-29.5 +14.8h-14.8v29.4h14.8zm0 29.5v14.8h14.8V89.8zm14.8 0h14.8V75.1h-14.8zm-14.8 +14.8h-14.8v14.8H400v-14.8h-29.5v14.8h-14.8v14.8h14.8v14.8h-14.8v-14.8h-14.8v14.8h-14.8v14.8h-14.8V223h29.5v-15h14.8v-14.8h14.8v-14.8h-14.8v-14.8h14.8v14.8h14.8v-14.8H400v-14.8h14.8V134h14.8zm-29.5 +0h14.7V89.8H400zm0-14.8V75.1h-14.9v14.7z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/telegram.xml b/images/android-vector-drawable/telegram.xml index 3f7a08d9..da6e251d 100644 --- a/images/android-vector-drawable/telegram.xml +++ b/images/android-vector-drawable/telegram.xml @@ -10,7 +10,7 @@ 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" /> + android:pathData="M429 90L76 227c-25 9-24 23-5 28l88 28 34 104c4 11 2 15 13 15 9 0 13-4 19-9l44-43 +91 68c18 10 29 4 34-16l60-284c6-24-9-35-25-28zM173 277l198-126c11-6 20-3 12 +4L212 308l-6 72z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/tox.xml b/images/android-vector-drawable/tox.xml index 9875b1fd..527c3023 100644 --- a/images/android-vector-drawable/tox.xml +++ b/images/android-vector-drawable/tox.xml @@ -19,10 +19,8 @@ android:pathData="M 256 91 C 292.450793489 91 322 119.206060761 322 154 C 322 188.793939239 292.450793489 217 256 217 C 219.549206511 217 190 188.793939239 190 154 C 190 119.206060761 219.549206511 91 256 91 Z" /> - + android:pathData="M313 123c29 45-14 102-55 127 7-11 12-22 14-35m-5 126c20 7 33 24 32 49 0 9-7 +16-16 16h-54c-9 0-16-7-16-16-1-25 12-42 32-49" /> diff --git a/images/android-vector-drawable/trello.xml b/images/android-vector-drawable/trello.xml new file mode 100644 index 00000000..4c9bc646 --- /dev/null +++ b/images/android-vector-drawable/trello.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/tumblr.xml b/images/android-vector-drawable/tumblr.xml index f527b059..a6446d68 100644 --- a/images/android-vector-drawable/tumblr.xml +++ b/images/android-vector-drawable/tumblr.xml @@ -6,10 +6,12 @@ android:viewportHeight="512"> + android:fillColor="#39475d" + android:pathData="M 220 0 L 292 0 Q 512 0 512 220 L 512 292 Q 512 512 292 512 L 220 512 Q 0 512 0 292 L 0 220 Q 0 0 220 0 Z" /> + android:pathData="M373 431c-14 15-45 25-73 25h-3c-95 0-115-69-115-110V234h-37a8 8 0 0 1-8-8v-53a13 +13 0 0 1 9-13c48-17 63-59 66-91 0-9 5-13 12-13h56a8 8 0 0 1 7 8v90h65a8 8 0 0 1 +8 8v63a8 8 0 0 1-8 8h-65v104c0 26 17 34 28 34 10-1 20-4 25-6l10-2c3 1 5 3 6 7l17 +50c2 4 3 8 0 11z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/ubuntu.xml b/images/android-vector-drawable/ubuntu.xml index e00f1e46..b04d148a 100644 --- a/images/android-vector-drawable/ubuntu.xml +++ b/images/android-vector-drawable/ubuntu.xml @@ -34,11 +34,6 @@ android:pathData="M 60 211 C 84.8528137424 211 105 231.147186258 105 256 C 105 280.852813742 84.8528137424 301 60 301 C 35.1471862576 301 15 280.852813742 15 256 C 15 231.147186258 35.1471862576 211 60 211 Z" /> - - + android:pathData="M432 245v22h-80v-22zM177.53 413.92l-19.06-11 40-69.28 19.06 +11zm-19.06-304.84l19.06-11 40 69.28-19.06 11z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/vk.xml b/images/android-vector-drawable/vk.xml index a9a9873f..fce1222d 100644 --- a/images/android-vector-drawable/vk.xml +++ b/images/android-vector-drawable/vk.xml @@ -15,6 +15,6 @@ 31-61-4-7-21-6-21-6h-60c-6 0-10 1-13 7 0 0-9 26-22 47-27 46-37 48-42 45-10-6-8-26-8-40 0-47 7-64-14-68-6-1-11-2-27-2-21 0-40 0-50 5-7 4-12 11-9 12 4 1 13 2 18 8 6 9 6 27 6 27s4 52-8 59c-8 -4-19-5-43-46-12-21-22-45-22-45-3-7-6-8-13-10h-58c-7 0-16 1-12 14 0 0 45 105 96 +4-19-5-43-46-12-21-22-45-22-45-3-7-6-8-13-10H69c-7 0-16 1-12 14 0 0 45 105 96 158 46 48 99 45 99 45z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/wechat.xml b/images/android-vector-drawable/wechat.xml index ac5771ee..8a41ee9a 100644 --- a/images/android-vector-drawable/wechat.xml +++ b/images/android-vector-drawable/wechat.xml @@ -13,9 +13,9 @@ android:pathData="M448 268c-10-23-29-41-51-52-39-20-88-20-127 0-28 14-50 39-57 70-5 22 0 46 12 66 17 29 49 48 83 54 24 5 48 2 72-5 14 6 26 14 40 21l-11-35c15-11 29-24 37-41 13-24 13-53 2-78zm-136 9c-4 11-19 14-27 6-9-8-5-24 6-27 12-5 26 9 21 21zm80 2c-4 10-19 -12-26 4-4-3-5-8-6-12 2-8 7-15 15-16 12-1 23 13 17 -24zm-109-168c-42-24-93-27-138-11-30 11-56 30-73 57-14 24-20 54-13 82 7 31 29 56 -54 73l-14 43 49-26c20 6 40 9 61 9-5-16-7-33-4-50 4-22 16-43 33-59 29-27 70-38 +12-26 4-4-3-5-8-6-12 2-8 7-15 15-16 12-1 23 13 17 24zM283 +111c-42-24-93-27-138-11-30 11-56 30-73 57-14 24-20 54-13 82 7 31 29 56 54 73l-14 +43 49-26c20 6 40 9 61 9-5-16-7-33-4-50 4-22 16-43 33-59 29-27 70-38 109-35-8-36-33-66-64-83zm-111 64c-3 14-22 21-33 12-13-9-9-31 6-36 14-6 31 9 27 24zm100-4c1 16-21 26-33 15-12-9-9-30 6-35 13-5 29 6 27 20z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/whatsapp.xml b/images/android-vector-drawable/whatsapp.xml index 22069b29..354a7ed1 100644 --- a/images/android-vector-drawable/whatsapp.xml +++ b/images/android-vector-drawable/whatsapp.xml @@ -11,10 +11,10 @@ \ No newline at end of file diff --git a/images/android-vector-drawable/wifi.xml b/images/android-vector-drawable/wifi.xml new file mode 100644 index 00000000..965051d3 --- /dev/null +++ b/images/android-vector-drawable/wifi.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/wikipedia.xml b/images/android-vector-drawable/wikipedia.xml index 68d3a0b9..50ebcd7d 100644 --- a/images/android-vector-drawable/wikipedia.xml +++ b/images/android-vector-drawable/wikipedia.xml @@ -10,7 +10,7 @@ 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" /> - - - + android:fillType="evenOdd" + android:pathData="M210 441l270 39V28L24 92v323l209 29V243H24v21h209V63l-23 3v198h270v-21H210" /> \ No newline at end of file diff --git a/images/android-vector-drawable/wire.xml b/images/android-vector-drawable/wire.xml index 8a4a6192..0132649a 100644 --- a/images/android-vector-drawable/wire.xml +++ b/images/android-vector-drawable/wire.xml @@ -11,6 +11,5 @@ + android:pathData="M69 103v193c0 149 222 149 222 0V138c-2-46-68-46-70 0v158c0 149 222 149 222 0V103" /> \ No newline at end of file diff --git a/images/android-vector-drawable/wordpress.xml b/images/android-vector-drawable/wordpress.xml index 516a5e59..cf15b4b1 100644 --- a/images/android-vector-drawable/wordpress.xml +++ b/images/android-vector-drawable/wordpress.xml @@ -14,7 +14,7 @@ android:pathData="M 256 66 C 360.934102468 66 446 151.065897532 446 256 C 446 360.934102468 360.934102468 446 256 446 C 151.065897532 446 66 360.934102468 66 256 C 66 151.065897532 151.065897532 66 256 66 Z" /> diff --git a/images/android-vector-drawable/yahoo.xml b/images/android-vector-drawable/yahoo.xml new file mode 100644 index 00000000..865d5ba8 --- /dev/null +++ b/images/android-vector-drawable/yahoo.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/yammer.xml b/images/android-vector-drawable/yammer.xml new file mode 100644 index 00000000..0dc9f6af --- /dev/null +++ b/images/android-vector-drawable/yammer.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/youtube.xml b/images/android-vector-drawable/youtube.xml index 1a8963d6..80c63f3f 100644 --- a/images/android-vector-drawable/youtube.xml +++ b/images/android-vector-drawable/youtube.xml @@ -6,19 +6,14 @@ android:viewportHeight="512"> + + android:pathData="M211 321l115-65-115-65v130" /> \ No newline at end of file diff --git a/images/android-vector-drawable/yubico.xml b/images/android-vector-drawable/yubico.xml index cd49c027..8709c91c 100644 --- a/images/android-vector-drawable/yubico.xml +++ b/images/android-vector-drawable/yubico.xml @@ -16,5 +16,5 @@ android:pathData="M 256 36 C 377.502644963 36 476 134.497355037 476 256 C 476 377.502644963 377.502644963 476 256 476 C 134.497355037 476 36 377.502644963 36 256 C 36 134.497355037 134.497355037 36 256 36 Z" /> + android:pathData="M256 268l57-160.8h82l-138 340h-87l39.6-93-97-247h84z" /> \ No newline at end of file