diff --git a/src/Discord.Net.Core/Entities/Messages/MessageApplication.cs b/src/Discord.Net.Core/Entities/Messages/MessageApplication.cs
index 77ee7e004..53503bd5f 100644
--- a/src/Discord.Net.Core/Entities/Messages/MessageApplication.cs
+++ b/src/Discord.Net.Core/Entities/Messages/MessageApplication.cs
@@ -26,6 +26,13 @@ namespace Discord
/// Gets the ID of the application's icon.
///
public string Icon { get; set; }
+
+ ///
+ /// Gets the Url of the application's icon.
+ ///
+ public string IconUrl
+ => $"https://cdn.discordapp.com/app-icons/{Id}/{Icon}";
+
///
/// Gets the name of the application.
///