diff --git a/README.md b/README.md
index ade37d51..266c9cc4 100755
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ The following icons are supported, please make sure the `name` filed is exactly
| `stackoverflow` | `telegram` | `twitter` | `youtube` |
| `shutterstock` | `freepik` | `adobestock` | `123rf` |
| `dreamstime` | `dribbble` | `behance` | `paypal` |
-| `twitch` | `qq` | | |
+| `twitch` | `qq` | `mastodon` | |
If that's not enough, you can see [Overriding templates](#overriding-templates) section.
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index adc8f870..1159cbf0 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -42,6 +42,8 @@
{{- else if (eq .name "qq") -}}
+{{- else if (eq .name "mastodon") -}}
+
{{- else -}}
{{- end -}}