diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index fb1b85c330e1ed063fd3e55b2fdadc7c9f398a78..4900379551463780c0e6e8219708cd5c8d54ed12 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -100,7 +100,7 @@ class VIEW3D_PT_rotobezier(bpy.types.Panel):
         row.operator('curve.insert_keyframe_rotobezier', icon='KEY_HLT')
         row.operator('curve.delete_keyframe_rotobezier', icon='KEY_DEHLT')
         row = layout.row()
-        row.operator('curve.clear_animation_rotobezier', icon='CANCEL')
+        row.operator('curve.clear_animation_rotobezier', icon='X')
         
         col = layout.column()