diff --git a/.travis.sh b/.travis.sh
index d49b6acfb4943808b4b21f5d61ca034bf95b2474..8f5d5fcfeb80152b571cbfcf57c853cc96265d94 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -53,7 +53,7 @@ pushd /tmp
 mkdocs new test && cd test
 
 # Test Docker image build
-docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build --theme material
+docker run --rm -it -v $(pwd):/docs $TRAVIS_REPO_SLUG build --theme material
 
 # Return to original directory
 popd
diff --git a/CHANGELOG b/CHANGELOG
index acf18306c1e454631f92e283bb1be10dbd38a8d9..13814bac0f9f13c54cc4b6391e3c5886c6ad1bca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-2.2.5 (2017-12-18)
+
+  * Fixed #639: Broken default favicon
+
 mkdocs-material-2.2.4 (2017-12-18)
 
   * Fixed #638: Build breaks with Jinja < 2.9
diff --git a/MANIFEST.in b/MANIFEST.in
index 8f43a2f23da2e38ec46088f27d7f5dfa4fe1df29..83f1af4f6e3b8f38520fa821eb58425570a68287 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-recursive-include material *.ico *.js *.css *.html *.svg *.yml
+recursive-include material *.js *.css *.html *.svg *.png *.yml
 recursive-exclude site *
 recursive-exclude * __pycache__
 recursive-exclude * *.py[co]
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 7f5f00edefee45f6df697f446164a5e9a10a77a4..3ac7753c5a1183467573d1c08a2b1b852538e157 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 2.2.4
+# Version 2.2.5
 ```
 
 ### Material 1.x to 2.x
@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
 
 ## Changelog
 
+### 2.2.5 <small>_ December 18, 2017</small>
+
+* Fixed [#639][639]: Broken default favicon
+
+  [639]: https://github.com/squidfunk/mkdocs-material/issues/639
+
 ### 2.2.4 <small>_ December 18, 2017</small>
 
 * Fixed [#638][638]: Build breaks with Jinja < 2.9
diff --git a/material/assets/images/favicon.ico b/material/assets/images/favicon.ico
deleted file mode 100644
index e85006a3ce1c6fd81faa6d5a13095519c4a6fc96..0000000000000000000000000000000000000000
Binary files a/material/assets/images/favicon.ico and /dev/null differ
diff --git a/src/assets/images/favicon.ico b/src/assets/images/favicon.ico
deleted file mode 100644
index e85006a3ce1c6fd81faa6d5a13095519c4a6fc96..0000000000000000000000000000000000000000
Binary files a/src/assets/images/favicon.ico and /dev/null differ