diff --git a/src/styles/admin-circles/_index.scss b/src/styles/admin-circles/_index.scss
index a08a0585e8162a2a48eb8077d7a00a8a1e53027f..d02c58570d0887a80233c3bb014b45aa2e31067e 100644
--- a/src/styles/admin-circles/_index.scss
+++ b/src/styles/admin-circles/_index.scss
@@ -5,6 +5,25 @@
     background-color: #E9F2FF;
     border: none;
     color: var(--color-secondary);
+
+    &:before {
+      font-size: 15px;
+      margin-right: 6px;
+      content: "\e079";
+      font-family: simple-line-icons;
+      font-style: normal;
+      font-weight: 400;
+      speak: none;
+      display: inline-block;
+      text-decoration: inherit;
+      width: 1em;
+      text-align: center;
+      font-variant: normal;
+      text-transform: none;
+      line-height: 1em;
+      -webkit-font-smoothing: antialiased;
+      -moz-osx-font-smoothing: grayscale;
+    }
   }  
 
   .masonry>div:nth-child(1) {
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 5f1d26db612cff0ae23be764138b90ef0ff59bdd..16342bc2f785655b31daf140e4dae47ff83c2fe7 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -122,6 +122,25 @@ hubl-create-contact {
     color: white;
     border: 1px solid var(--color-secondary);
 
+    &:before {
+      font-size: 15px;
+      margin-right: 6px;
+      content: "\e079";
+      font-family: simple-line-icons;
+      font-style: normal;
+      font-weight: 400;
+      speak: none;
+      display: inline-block;
+      text-decoration: inherit;
+      width: 1em;
+      text-align: center;
+      font-variant: normal;
+      text-transform: none;
+      line-height: 1em;
+      -webkit-font-smoothing: antialiased;
+      -moz-osx-font-smoothing: grayscale;
+    }
+
     &:hover {
       background: white;
       color: var(--color-secondary);