diff --git a/README.md b/README.md
index df74646e9..4a177f941 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,9 @@ wallabag app is a free and open source project developed by volunteers. Any cont
* [Translate the app](https://hosted.weblate.org/projects/wallabag/android-app/) (you don't have to create an account).
* Write some code. Please follow the code style used in the project to make a review process faster.
+## Credits
+Thanks to Michael Cook ([Twitter](https://twitter.com/mcookie)/[website](https://cookicons.co/) for the app icon.
+
## License
This application is released under GNU GPLv3 (see [LICENSE](LICENSE)).
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index ba9d376fb..472ea1549 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,7 +12,7 @@
-
\ No newline at end of file
+
diff --git a/app/src/release/res/drawable-hdpi/icon.png b/app/src/release/res/drawable-hdpi/icon.png
deleted file mode 100755
index c6d179dbf..000000000
Binary files a/app/src/release/res/drawable-hdpi/icon.png and /dev/null differ
diff --git a/app/src/release/res/drawable-mdpi/icon.png b/app/src/release/res/drawable-mdpi/icon.png
deleted file mode 100755
index 8d2a8b6c2..000000000
Binary files a/app/src/release/res/drawable-mdpi/icon.png and /dev/null differ
diff --git a/app/src/release/res/drawable-xhdpi/icon.png b/app/src/release/res/drawable-xhdpi/icon.png
deleted file mode 100755
index b3e926311..000000000
Binary files a/app/src/release/res/drawable-xhdpi/icon.png and /dev/null differ
diff --git a/app/src/release/res/drawable-xxhdpi/icon.png b/app/src/release/res/drawable-xxhdpi/icon.png
deleted file mode 100755
index a6c2d0e40..000000000
Binary files a/app/src/release/res/drawable-xxhdpi/icon.png and /dev/null differ
diff --git a/app/src/release/res/drawable-xxxhdpi/icon.png b/app/src/release/res/drawable-xxxhdpi/icon.png
deleted file mode 100755
index 542dff6ba..000000000
Binary files a/app/src/release/res/drawable-xxxhdpi/icon.png and /dev/null differ
diff --git a/app/src/release/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 000000000..48ac40b9b
--- /dev/null
+++ b/app/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/app/src/release/res/mipmap-hdpi/ic_launcher.png b/app/src/release/res/mipmap-hdpi/ic_launcher.png
new file mode 100755
index 000000000..4dfe64003
Binary files /dev/null and b/app/src/release/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/release/res/mipmap-mdpi/ic_launcher.png b/app/src/release/res/mipmap-mdpi/ic_launcher.png
new file mode 100755
index 000000000..5c0653cb7
Binary files /dev/null and b/app/src/release/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/release/res/mipmap-xhdpi/ic_launcher.png b/app/src/release/res/mipmap-xhdpi/ic_launcher.png
new file mode 100755
index 000000000..258f13f16
Binary files /dev/null and b/app/src/release/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/release/res/mipmap-xxhdpi/ic_launcher.png b/app/src/release/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100755
index 000000000..44d7d768d
Binary files /dev/null and b/app/src/release/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100755
index 000000000..f80b7387d
Binary files /dev/null and b/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/release/res/mipmap/ic_background.png b/app/src/release/res/mipmap/ic_background.png
new file mode 100644
index 000000000..a5612bfc7
Binary files /dev/null and b/app/src/release/res/mipmap/ic_background.png differ
diff --git a/app/src/release/res/mipmap/ic_foreground.png b/app/src/release/res/mipmap/ic_foreground.png
new file mode 100644
index 000000000..1948d798d
Binary files /dev/null and b/app/src/release/res/mipmap/ic_foreground.png differ
diff --git a/readme/wallabag logo.png b/readme/wallabag logo.png
index bbef166ca..8e2f8bd61 100644
Binary files a/readme/wallabag logo.png and b/readme/wallabag logo.png differ