diff --git a/VideoNodes/LogicalNodes/VideoBitCheck.cs b/VideoNodes/LogicalNodes/VideoBitCheck.cs
index 61e74d84..f492886e 100644
--- a/VideoNodes/LogicalNodes/VideoBitCheck.cs
+++ b/VideoNodes/LogicalNodes/VideoBitCheck.cs
@@ -25,6 +25,8 @@ public class VideoBitCheck : VideoNode
/// Gets the help URL
///
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-bit-check";
+ ///
+ public override string Icon => "fas fa-sitemap";
///
/// Executes the flow element
diff --git a/VideoNodes/LogicalNodes/VideoIs10Bit.cs b/VideoNodes/LogicalNodes/VideoIs10Bit.cs
index 752dc6a2..970a2ff8 100644
--- a/VideoNodes/LogicalNodes/VideoIs10Bit.cs
+++ b/VideoNodes/LogicalNodes/VideoIs10Bit.cs
@@ -25,6 +25,8 @@ public class VideoIs10Bit : VideoNode
/// Gets the help URL
///
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-is-10-bit";
+ ///
+ public override string Icon => "fas fa-question";
///
/// Executes the flow element
diff --git a/VideoNodes/LogicalNodes/VideoIs12Bit.cs b/VideoNodes/LogicalNodes/VideoIs12Bit.cs
index 59786620..21dfbfe1 100644
--- a/VideoNodes/LogicalNodes/VideoIs12Bit.cs
+++ b/VideoNodes/LogicalNodes/VideoIs12Bit.cs
@@ -25,6 +25,8 @@ public class VideoIs12Bit : VideoNode
/// Gets the help URL
///
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-is-12-bit";
+ ///
+ public override string Icon => "fas fa-question";
///
/// Executes the flow element
diff --git a/VideoNodes/LogicalNodes/VideoIs8Bit.cs b/VideoNodes/LogicalNodes/VideoIs8Bit.cs
index ee2b0775..af05c3a5 100644
--- a/VideoNodes/LogicalNodes/VideoIs8Bit.cs
+++ b/VideoNodes/LogicalNodes/VideoIs8Bit.cs
@@ -25,6 +25,8 @@ public class VideoIs8Bit : VideoNode
/// Gets the help URL
///
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-is-8-bit";
+ ///
+ public override string Icon => "fas fa-question";
///
/// Executes the flow element