diff --git a/resources/data/defaultpresets.xml b/resources/data/defaultpresets.xml
index fe5ca7962df..872aa7fb225 100644
--- a/resources/data/defaultpresets.xml
+++ b/resources/data/defaultpresets.xml
@@ -8570,6 +8570,17 @@
+ -
+
+
+
+
+
+
+
+
+
+
-
diff --git a/resources/images/presets/office/financial.svg b/resources/images/presets/office/financial.svg
new file mode 100644
index 00000000000..3eaf61eccee
--- /dev/null
+++ b/resources/images/presets/office/financial.svg
@@ -0,0 +1,104 @@
+
+
+
+
diff --git a/resources/styles/standard/elemstyles.mapcss b/resources/styles/standard/elemstyles.mapcss
index dd7f526623a..1b55598b14c 100644
--- a/resources/styles/standard/elemstyles.mapcss
+++ b/resources/styles/standard/elemstyles.mapcss
@@ -1988,6 +1988,7 @@ area[office=diplomatic],
area[office=educational_institution],
area[office=employment_agency],
area[office=estate_agent],
+area[office=financial],
area[office=foundation],
area[office=government],
area[office=insurance],
@@ -2039,6 +2040,10 @@ node[office=estate_agent] {
icon-image: "presets/office/real_state.svg";
set icon_z17;
}
+node[office=financial] {
+ icon-image: "presets/office/financial.svg";
+ set icon_z17;
+}
node[office=foundation] {
icon-image: "presets/office/foundation.svg";
set icon_z17;