diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 229502c1b79de6512c04a219b0abfb5ee65a3f59..3c6386b2b11d659d1fcdfb235c790f0c5e765081 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -1126,7 +1126,7 @@ class Curveaceous_galore(bpy.types.Operator):
 ##### REGISTER #####
 
 Curveaceous_galore_button = (lambda self, context: self.layout.operator
-            (Curveaceous_galore.bl_idname, text="curvatures gallore"))
+            (Curveaceous_galore.bl_idname, text="curvatures gallore", icon="PLUGIN"))
 
 classes = [
 Curveaceous_galore