diff --git a/osu.Game.Resources/Textures/Cursor/cursortrail.png b/osu.Game.Resources/Textures/Cursor/cursortrail.png
new file mode 100644
index 0000000..b5906cc
Binary files /dev/null and b/osu.Game.Resources/Textures/Cursor/cursortrail.png differ
diff --git a/osu.Game.Resources/Textures/Cursor/cursortrail@2x.png b/osu.Game.Resources/Textures/Cursor/cursortrail@2x.png
new file mode 100644
index 0000000..15733ef
Binary files /dev/null and b/osu.Game.Resources/Textures/Cursor/cursortrail@2x.png differ
diff --git a/osu.Game.Resources/osu.Game.Resources.csproj b/osu.Game.Resources/osu.Game.Resources.csproj
index 354062c..9f72d30 100644
--- a/osu.Game.Resources/osu.Game.Resources.csproj
+++ b/osu.Game.Resources/osu.Game.Resources.csproj
@@ -173,6 +173,10 @@
     <EmbeddedResource Include="Fonts\FontAwesome_4.png" />
     <EmbeddedResource Include="Fonts\FontAwesome_5.png" />
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Textures\Cursor\cursortrail%402x.png" />
+    <EmbeddedResource Include="Textures\Cursor\cursortrail.png" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.