diff --git a/packages/design-system/src/icons/anthropic.svg b/packages/design-system/src/icons/anthropic.svg
new file mode 100644
index 0000000000..f9f90c67c9
--- /dev/null
+++ b/packages/design-system/src/icons/anthropic.svg
@@ -0,0 +1 @@
+
diff --git a/src/utils/categoryUtil.ts b/src/utils/categoryUtil.ts
index 240713e50b..876a3c5192 100644
--- a/src/utils/categoryUtil.ts
+++ b/src/utils/categoryUtil.ts
@@ -56,6 +56,7 @@ export const getCategoryIcon = (categoryId: string): string => {
* Each entry can be a single color or [color1, color2] for gradient.
*/
const PROVIDER_COLORS: Record = {
+ anthropic: '#D97757',
bfl: '#ffffff',
bria: '#B6B6B6',
elevenlabs: '#B6B6B6',