diff --git a/community/hangouts/index.md b/community/hangouts/index.md
index c003fb47ad..a257f8a709 100644
--- a/community/hangouts/index.md
+++ b/community/hangouts/index.md
@@ -31,6 +31,9 @@ meta_descr: hangouts.intro
+
+
+
diff --git a/css/custom.css b/css/custom.css
index 47f6b1e45f..c46cf1ab69 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -4218,6 +4218,17 @@ p.hangouts-social {
width: 3rem;
}
+.social-icon.lemmy {
+ background-image: url(../img/lemmy.avif);
+ background-color: white;
+ background-size: 100%;
+}
+
+.social-icon.lemmy:hover {
+ background-image: url(../img/lemmy-hover.avif);
+ background-color: #ff6500;
+}
+
@media only screen and (max-width: 62rem) {
.hangouts .irc .col-md-4 {
diff --git a/img/lemmy-hover.avif b/img/lemmy-hover.avif
new file mode 100644
index 0000000000..d23c63c347
Binary files /dev/null and b/img/lemmy-hover.avif differ
diff --git a/img/lemmy.avif b/img/lemmy.avif
new file mode 100644
index 0000000000..1b73c4f73a
Binary files /dev/null and b/img/lemmy.avif differ