diff --git a/pica-etherpad/entrypoint.sh b/pica-etherpad/entrypoint.sh
index 01164ef0eca0a5b40624ef468c2aab787ac04f95..86d21f7cec45f350c8c998a5cfc2bd36e9f3b369 100644
--- a/pica-etherpad/entrypoint.sh
+++ b/pica-etherpad/entrypoint.sh
@@ -85,6 +85,7 @@ cat <<- EOF > /opt/etherpad-lite/settings.json
   "skinName": "${ETHERPAD_THEME}",
   "defaultPadText": "${ETHERPAD_DEFAULT_TEXT}",
   "abiword" : "/usr/bin/abiword",
+  "favicon": "favicon.ico"
 EOF
 
 if [ $ETHERPAD_ADMIN_PASSWORD ]; then
diff --git a/pica-etherpad/img/favicon.ico b/pica-etherpad/img/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..574c96372af7e1ba545149fabe5e85de366e0649
Binary files /dev/null and b/pica-etherpad/img/favicon.ico differ