diff --git a/docs/svgs.md b/docs/svgs.md
index 910ebac..713e67a 100644
--- a/docs/svgs.md
+++ b/docs/svgs.md
@@ -1,5 +1,6 @@
# Available Social Icons:
+- [amazon](https://simpleicons.org/?q=amazon)
- [box](https://simpleicons.org/?q=box)
- [behance](https://simpleicons.org/?q=behance)
- [bitbucket](https://simpleicons.org/?q=bitbucket)
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index eef42d8..d309c38 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -1,4 +1,6 @@
-{{- if (eq .name "box") -}}
+{{- if (eq .name "amazon") -}}
+
+{{- else if (eq .name "box") -}}
{{- else if (eq .name "behence") -}}