diff --git a/Photos/Assets/SimplePhotos.ico b/Photos/Assets/SimplePhotos.ico
new file mode 100644
index 0000000..611469a
Binary files /dev/null and b/Photos/Assets/SimplePhotos.ico differ
diff --git a/Photos/Photos.csproj b/Photos/Photos.csproj
index ed67174..81ee654 100644
--- a/Photos/Photos.csproj
+++ b/Photos/Photos.csproj
@@ -3,6 +3,7 @@
WinExe
net9.0
enable
+ Assets/SimplePhotos.ico
app.manifest
true
diff --git a/Photos/Views/MainWindow.axaml b/Photos/Views/MainWindow.axaml
index ce6e5e7..7d1eaf0 100644
--- a/Photos/Views/MainWindow.axaml
+++ b/Photos/Views/MainWindow.axaml
@@ -13,7 +13,7 @@
x:Class="Photos.Views.MainWindow"
x:DataType="vm:MainWindowViewModel"
x:Name="Root"
- Icon="/Assets/avalonia-logo.ico"
+ Icon="/Assets/SimplePhotos.ico"
Title="Photos"
DragDrop.AllowDrop="True"
DragDrop.Drop="DropHandler"