diff --git a/css/brands.css b/css/brands.css
index 5c57cf2..accef34 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -115,6 +115,14 @@ button:hover,
.button.button-venmo:focus {
filter: brightness(90%) }
+/* Cash App */
+.button.button-cashapp {
+ color: #FFFFFF;
+ background-image: linear-gradient(to bottom, #00D64B, #00C244); }
+.button.button-cashapp:hover,
+.button.button-cashapp:focus {
+ filter: brightness(90%) }
+
/* Discord */
.button.button-discord {
color: #FFFFFF;
diff --git a/images/icons/cashapp_btc.svg b/images/icons/cashapp_btc.svg
new file mode 100644
index 0000000..d324cf4
--- /dev/null
+++ b/images/icons/cashapp_btc.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/images/icons/cashapp_dollar.svg b/images/icons/cashapp_dollar.svg
new file mode 100644
index 0000000..b0579ff
--- /dev/null
+++ b/images/icons/cashapp_dollar.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/images/icons/cashapp_pound.svg b/images/icons/cashapp_pound.svg
new file mode 100644
index 0000000..da43d7b
--- /dev/null
+++ b/images/icons/cashapp_pound.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 5b1a69f..84edf0a 100644
--- a/index.html
+++ b/index.html
@@ -239,7 +239,19 @@
Venmo
+
+
+ Cash App Dollar
+
+
+
+ Cash App Pound
+
+
+
+ Cash App Bitcoin
+
Build your own by forking LittleLink.
@@ -251,4 +263,4 @@