diff --git a/assets/fastforward.svg b/assets/fastforward.svg
index 52439673412bb731dbb2b61f1542a7d303d447d4..6d0ea91eeae1185ee2f4da3ee0ea24ffc311411a 100644
--- a/assets/fastforward.svg
+++ b/assets/fastforward.svg
@@ -1,8 +1,25 @@
-<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
-    <style type="text/css" id="current-color-scheme">
-        .ColorScheme-Text {
-            color:#eff0f1;
-        }
-    </style>
-    <path d="m8 2v12l7-6zm-7 0v12l7-6z" class="ColorScheme-Text" fill="currentColor"/>
+<svg
+    xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
+    width="300" height="300"
+    version="1.0">
+  
+  <defs>
+    <path id="arrows" d="M160 60v180l105-90zM55 60v180l105-90z"/>
+
+    <clipPath id="background-cut">
+      <path d="M136.856 78.357a37.5 37.5 0 1 1-75 0 37.5 37.5 0 1 1 75 0"/>
+      <path d="M149.826-.002A150 150-26.33 1 1 0 150.17l150-.172z"/>
+    </clipPath>
+  </defs>
+
+  <g fill="#000" opacity=".4">
+    <path fill="#fff" d="M149.826-.002a150 150-26.33 1 1 .345 300 150 150-26.33 1 1-.345-300"/>
+    <path d="M136.856 78.357a37.5 37.5 0 1 1-75 0 37.5 37.5 0 1 1 75 0"/>
+    <path d="M149.826-.002A150 150-26.33 1 1 0 150.17l150-.172z"/>
+
+    <use href="#arrows"/>
+  </g>
+
+  <use href="#arrows" fill="#fff" clip-path="url(#background-cut)"/>
+
 </svg>