diff --git a/modules/ui/background.js b/modules/ui/background.js
index 295c445303..44a95727d2 100644
--- a/modules/ui/background.js
+++ b/modules/ui/background.js
@@ -151,7 +151,7 @@ export function uiBackground(context) {
.placement((textDirection === 'rtl') ? 'right' : 'left')
)
.on('click', editCustom)
- .call(svgIcon('#icon-search'));
+ .call(svgIcon('#icon-edit'));
enter.filter(function(d) { return d.best(); })
.append('div')
diff --git a/svg/iD-sprite.json b/svg/iD-sprite.json
index 58bc82e0a4..5ef589f22e 100644
--- a/svg/iD-sprite.json
+++ b/svg/iD-sprite.json
@@ -32,6 +32,7 @@
"icon-down": { "viewBox": "600 0 20 20" },
"icon-more": { "viewBox": "620 0 20 20" },
"icon-no": { "viewBox": "640 0 20 20" },
+ "icon-edit": { "viewBox": "660 0 20 20" },
"icon-alert-shape": { "fill": "currentColor" },
"icon-point-shape": { "fill": "currentColor" },
@@ -70,6 +71,7 @@
"icon-down-shape": { "fill": "currentColor" },
"icon-more-shape": { "fill": "currentColor" },
"icon-no-shape": { "fill": "currentColor" },
+ "icon-edit-shape": { "fill": "currentColor" },
"highway-motorway": { "viewBox": "0 20 60 60" },
"highway-trunk": { "viewBox": "60 20 60 60" },
diff --git a/svg/iD-sprite.src.svg b/svg/iD-sprite.src.svg
index dc4bfe7afc..0378851410 100644
--- a/svg/iD-sprite.src.svg
+++ b/svg/iD-sprite.src.svg
@@ -1392,6 +1392,9 @@
+
+
+