diff --git a/custom/modules/@tabler/icons/send.svg b/app/assets/icons/airplane.svg
similarity index 100%
rename from custom/modules/@tabler/icons/send.svg
rename to app/assets/icons/airplane.svg
diff --git a/app/soapbox/features/chats/components/chat-composer.tsx b/app/soapbox/features/chats/components/chat-composer.tsx
index d419186b4..2368670be 100644
--- a/app/soapbox/features/chats/components/chat-composer.tsx
+++ b/app/soapbox/features/chats/components/chat-composer.tsx
@@ -188,7 +188,7 @@ const ChatComposer = React.forwardRef<HTMLTextAreaElement | null, IChatComposer>
           ) : null}
 
           <IconButton
-            src={require('@tabler/icons/send.svg')}
+            src={require('assets/icons/airplane.svg')}
             iconClassName='w-5 h-5'
             className='text-primary-500'
             disabled={isSubmitDisabled}