diff --git a/src/components/icons/facebook-icon.tsx b/src/components/icons/facebook-icon.tsx
new file mode 100644
index 00000000..5afe1cdc
--- /dev/null
+++ b/src/components/icons/facebook-icon.tsx
@@ -0,0 +1,34 @@
+import type { IconProps } from '@vtex/brand-ui'
+import { Icon } from '@vtex/brand-ui'
+
+const FacebookIcon = (props: IconProps) => (
+
+
+
+
+
+
+
+
+
+
+
+)
+
+export default FacebookIcon
diff --git a/src/components/icons/instagram-icon.tsx b/src/components/icons/instagram-icon.tsx
new file mode 100644
index 00000000..a439fb92
--- /dev/null
+++ b/src/components/icons/instagram-icon.tsx
@@ -0,0 +1,34 @@
+import type { IconProps } from '@vtex/brand-ui'
+import { Icon } from '@vtex/brand-ui'
+
+const IgIcon = (props: IconProps) => (
+
+
+
+
+
+
+
+
+
+
+
+)
+
+export default IgIcon
diff --git a/src/components/icons/linkedin-icon.tsx b/src/components/icons/linkedin-icon.tsx
new file mode 100644
index 00000000..120c9376
--- /dev/null
+++ b/src/components/icons/linkedin-icon.tsx
@@ -0,0 +1,34 @@
+import type { IconProps } from '@vtex/brand-ui'
+import { Icon } from '@vtex/brand-ui'
+
+const LinkedinIcon = (props: IconProps) => (
+
+
+
+
+
+
+
+
+
+
+
+)
+
+export default LinkedinIcon
diff --git a/src/components/icons/twitter-icon.tsx b/src/components/icons/twitter-icon.tsx
new file mode 100644
index 00000000..07847525
--- /dev/null
+++ b/src/components/icons/twitter-icon.tsx
@@ -0,0 +1,22 @@
+import type { IconProps } from '@vtex/brand-ui'
+import { Icon } from '@vtex/brand-ui'
+
+const TwitterIcon = (props: IconProps) => (
+
+
+
+
+)
+
+export default TwitterIcon
diff --git a/src/components/icons/vtexLogoFooter.tsx b/src/components/icons/vtexLogoFooter.tsx
new file mode 100644
index 00000000..5733e1ce
--- /dev/null
+++ b/src/components/icons/vtexLogoFooter.tsx
@@ -0,0 +1,34 @@
+import type { IconProps } from '@vtex/brand-ui'
+import { Icon } from '@vtex/brand-ui'
+
+const VtexLogoFooter = (props: IconProps) => (
+
+
+
+
+
+
+
+)
+
+export default VtexLogoFooter
diff --git a/src/components/icons/youtube-icon.tsx b/src/components/icons/youtube-icon.tsx
new file mode 100644
index 00000000..29b541ec
--- /dev/null
+++ b/src/components/icons/youtube-icon.tsx
@@ -0,0 +1,38 @@
+import type { IconProps } from '@vtex/brand-ui'
+import { Icon } from '@vtex/brand-ui'
+
+const YoutubeIcon = (props: IconProps) => (
+
+
+
+
+
+
+
+
+
+
+
+
+)
+
+export default YoutubeIcon