diff --git a/packages/common/src/icon.js b/packages/common/src/icon.js
index 6e318cd825f09c75a172cee0a6957c024dc611e2..a75bbbd4e75db9c95aab259ac8bf55c0a6707410 100644
--- a/packages/common/src/icon.js
+++ b/packages/common/src/icon.js
@@ -58,8 +58,11 @@ export class Icon extends LitElement {
                 background-color: currentColor;
                 mask-repeat: no-repeat;
                 mask-position: center;
+                mask-size: 100% 100%;
                 -webkit-mask-repeat: no-repeat;
                 -webkit-mask-position: center;
+                -webkit-mask-size: 100% 100%;
+                
             }
         `;
     }