diff --git a/icons/enter-fullscreen.svg b/icons/enter-fullscreen.svg
new file mode 100644
index 0000000..54d76f5
--- /dev/null
+++ b/icons/enter-fullscreen.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/exit-fullscreen.svg b/icons/exit-fullscreen.svg
new file mode 100644
index 0000000..cf4e64c
--- /dev/null
+++ b/icons/exit-fullscreen.svg
@@ -0,0 +1,3 @@
+
diff --git a/userContent.css b/userContent.css
index 796d050..13edd55 100644
--- a/userContent.css
+++ b/userContent.css
@@ -39,6 +39,12 @@ video {
#controlsContainer .duration {
color: var(--duration-color) !important; /* Original: #929292 */
}
+#controlsContainer .fullscreenButton {
+ background-image: url("./icons/enter-fullscreen.svg") !important;
+}
+#controlsContainer .fullscreenButton[fullscreened] {
+ background-image: url("./icons/exit-fullscreen.svg") !important;
+}
#controlsContainer .muteButton[noAudio] {
/* Remove volume button at noAudio */