diff --git a/lib/app-icons.js b/lib/app-icons.js
index 5f37c311..6309480f 100644
--- a/lib/app-icons.js
+++ b/lib/app-icons.js
@@ -49,6 +49,7 @@ export const apps = {
"Google Chrome Canary": Icons.GoogleChrome,
"Grammarly Editor": Icons.Grammarly,
HEY: Icons.Mail,
+ HTTPie: Icons.HTTPie,
Hyper: Icons.Terminal,
iTerm2: Icons.Terminal,
Warp: Icons.Terminal,
diff --git a/lib/components/icons.jsx b/lib/components/icons.jsx
index 3a23f998..52f20d80 100644
--- a/lib/components/icons.jsx
+++ b/lib/components/icons.jsx
@@ -1554,6 +1554,12 @@ export const Spotube = (props) => (
);
+export const HTTPie = (props) => (
+
+
+
+);
+
export const Upload = (props) => (