diff --git a/assets/icons/user_plus_12.svg b/assets/icons/user_plus_12.svg
index 61f61e3929f33dfddb21cf34b718a01299d844b9..535d04af45f186a25dbbb76d8a5605e81d111390 100644
--- a/assets/icons/user_plus_12.svg
+++ b/assets/icons/user_plus_12.svg
@@ -1,3 +1,5 @@
diff --git a/assets/icons/user_plus_16.svg b/assets/icons/user_plus_16.svg
index 3fd6e13554dc9f93b3c76cbd0cf5ccced38df8ce..150392f6e066d89355e55c4bcc5d408cd5b1f970 100644
--- a/assets/icons/user_plus_16.svg
+++ b/assets/icons/user_plus_16.svg
@@ -1,3 +1,5 @@
diff --git a/crates/collab_ui/src/collab_titlebar_item.rs b/crates/collab_ui/src/collab_titlebar_item.rs
index 040eb9aac3b7fe7b2c40ebd198ddc135e9475e4a..1b46533fa39afc9cee180367953f953790d7425e 100644
--- a/crates/collab_ui/src/collab_titlebar_item.rs
+++ b/crates/collab_ui/src/collab_titlebar_item.rs
@@ -379,7 +379,7 @@ impl CollabTitlebarItem {
let style = titlebar
.toggle_contacts_button
.style_for(state, self.contacts_popover.is_some());
- Svg::new("icons/plus_8.svg")
+ Svg::new("icons/user_plus_16.svg")
.with_color(style.color)
.constrained()
.with_width(style.icon_width)
diff --git a/styles/src/styleTree/workspace.ts b/styles/src/styleTree/workspace.ts
index bebe87ce55c9ee15b7a13a49e6cffe9dba54cff6..176c2c0341684781d9310f4e56f1fc53fdd4c39b 100644
--- a/styles/src/styleTree/workspace.ts
+++ b/styles/src/styleTree/workspace.ts
@@ -212,7 +212,7 @@ export default function workspace(colorScheme: ColorScheme) {
margin: { left: itemSpacing },
cornerRadius: 6,
color: foreground(layer, "variant"),
- iconWidth: 8,
+ iconWidth: 14,
buttonWidth: 20,
active: {
background: background(layer, "variant", "active"),