diff --git a/content/images/favicon.png b/content/images/favicon.png
new file mode 100644
index 0000000000000000000000000000000000000000..aaafac80b772ec0bd7cd7321e365a06d4c22a712
Binary files /dev/null and b/content/images/favicon.png differ
diff --git a/pelicanconf.py b/pelicanconf.py
index 4aff753579a5dde2b49f791f97901dc49d9bb4c0..cd5821fce75920f8479a3e3618015317e09663c0 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -6,6 +6,7 @@ AUTHOR = 'Teckids e.V.'
 SITENAME = "Hack'n'Fun"
 SITEURL = 'hacknfun.org'
 SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg'
+FAVICON = '/images/favicon.png'
 
 STATIC_PATHS = ["static", "images"]
 PATH = 'content'