diff --git a/assets/css/layout/header.scss b/assets/css/layout/header.scss
index 5e2d4a9fc..1473c205d 100644
--- a/assets/css/layout/header.scss
+++ b/assets/css/layout/header.scss
@@ -77,15 +77,17 @@
   }
 
   .logo-link:after {
-    content: '';
-    background: url('/images/badge-beta.svg');
-    background-size: contain;
-    background-repeat: no-repeat;
-    display: block;
+    content: 'beta';
+    display: inline-block;
     width: 37px;
-    height: 17px;
-    margin-top: 23px;
-    margin-left: 155px;
+    height: 18px;
+    margin-top: 21px;
+    margin-left: 160px;
+    padding: 0 1px;
+    line-height: 19px;
+    font-size: 10px;
+    background-color: $gray-lighter;
+    border-radius: 15px;
   }
 }
 
diff --git a/assets/images/badge-beta.svg b/assets/images/badge-beta.svg
deleted file mode 100644
index f44264d7d..000000000
--- a/assets/images/badge-beta.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="37px" height="17px" viewBox="0 0 37 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
-    <!-- Generator: Sketch 3.4 (15588) - http://www.bohemiancoding.com/sketch -->
-    <title>badge-beta</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Profile-Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
-        <g id="badge-beta" sketch:type="MSLayerGroup">
-            <rect id="Rectangle-525" fill="#F0F0F0" sketch:type="MSShapeGroup" x="0" y="0" width="37" height="17" rx="59"></rect>
-            <path d="M9.725,9.65 C9.725,8.73 10.455,8.23 11.155,8.23 C11.935,8.23 12.565,8.79 12.565,9.65 C12.565,10.51 11.935,11.1 11.155,11.1 C10.395,11.1 9.725,10.56 9.725,9.65 L9.725,9.65 Z M9.715,12 L9.715,11.32 C10.005,11.82 10.645,12.1 11.275,12.1 C12.535,12.1 13.615,11.14 13.615,9.67 C13.615,8.17 12.555,7.23 11.285,7.23 C10.625,7.23 10.005,7.49 9.715,8 L9.715,4.79 L8.685,4.79 L8.685,12 L9.715,12 Z M19.205,9.65 C19.205,8.17 18.195,7.23 16.865,7.23 C15.535,7.23 14.465,8.17 14.465,9.65 C14.465,11.13 15.535,12.1 16.865,12.1 C17.745,12.1 18.615,11.72 19.025,10.9 C18.755,10.78 18.445,10.65 18.185,10.53 C17.945,10.96 17.435,11.2 16.915,11.2 C16.165,11.2 15.585,10.75 15.485,10.03 L19.195,10.03 C19.205,9.93 19.205,9.76 19.205,9.65 L19.205,9.65 Z M15.485,9.28 C15.585,8.56 16.145,8.13 16.865,8.13 C17.565,8.13 18.095,8.55 18.195,9.28 L15.485,9.28 Z M21.695,5.56 L20.665,5.56 L20.665,7.33 L19.825,7.33 L19.825,8.18 L20.665,8.18 L20.665,12 L21.695,12 L21.695,8.18 L22.685,8.18 L22.685,7.33 L21.695,7.33 L21.695,5.56 Z M27.295,12 L28.315,12 L28.315,7.33 L27.295,7.33 L27.295,7.99 C26.975,7.46 26.285,7.23 25.725,7.23 C24.465,7.23 23.355,8.17 23.355,9.66 C23.355,11.15 24.465,12.1 25.725,12.1 C26.305,12.1 26.985,11.84 27.295,11.33 L27.295,12 Z M24.415,9.65 C24.415,8.79 25.065,8.23 25.845,8.23 C26.545,8.23 27.285,8.73 27.285,9.65 C27.285,10.57 26.605,11.1 25.845,11.1 C25.065,11.1 24.415,10.51 24.415,9.65 L24.415,9.65 Z" id="beta" fill="#0096FF" sketch:type="MSShapeGroup"></path>
-        </g>
-    </g>
-</svg>
\ No newline at end of file