diff --git a/apps/audius-client/packages/stems/src/assets/icons/iconDesktop.svg b/apps/audius-client/packages/stems/src/assets/icons/iconDesktop.svg
new file mode 100644
index 00000000000..f045d90a46b
--- /dev/null
+++ b/apps/audius-client/packages/stems/src/assets/icons/iconDesktop.svg
@@ -0,0 +1,3 @@
+
diff --git a/apps/audius-client/packages/stems/src/components/Icons/index.ts b/apps/audius-client/packages/stems/src/components/Icons/index.ts
index 9c1d26f1c56..400be842ff4 100644
--- a/apps/audius-client/packages/stems/src/components/Icons/index.ts
+++ b/apps/audius-client/packages/stems/src/components/Icons/index.ts
@@ -138,3 +138,4 @@ export { ReactComponent as IconBlockMessages } from '../../assets/icons/iconBloc
export { ReactComponent as IconSettings } from '../../assets/icons/iconSettings.svg'
export { ReactComponent as IconDashboard } from '../../assets/icons/iconDashboard.svg'
export { ReactComponent as IconMood } from '../../assets/icons/iconMood.svg'
+export { ReactComponent as IconDesktop } from '../../assets/icons/iconDesktop.svg'
diff --git a/apps/audius-client/packages/web/src/pages/settings-page/components/desktop/SettingsPage.tsx b/apps/audius-client/packages/web/src/pages/settings-page/components/desktop/SettingsPage.tsx
index 3ce0cf7c64f..40c6c42c836 100644
--- a/apps/audius-client/packages/web/src/pages/settings-page/components/desktop/SettingsPage.tsx
+++ b/apps/audius-client/packages/web/src/pages/settings-page/components/desktop/SettingsPage.tsx
@@ -21,11 +21,11 @@ import {
IconNotification,
IconSignOut,
IconVerified,
- IconDownload,
IconMood,
IconSettings,
IconMessage,
- SegmentedControl
+ SegmentedControl,
+ IconDesktop
} from '@audius/stems'
import cn from 'classnames'
@@ -363,7 +363,7 @@ export const SettingsPage = (props: SettingsPageProps) => {
{!isMobile() && !isElectron() && (
}
+ icon={}
title={messages.desktopAppCardTitle}
description={messages.desktopAppCardDescription}
>