diff --git a/data/categories.txt b/data/categories.txt
index d65d1942c4..75d2d40875 100644
--- a/data/categories.txt
+++ b/data/categories.txt
@@ -9777,6 +9777,43 @@ shop-second_hand
en:4Second Hand
ru:4Подержанные товары
+shop-charity
+en:4Charity Shop
+ar:ﻱﺮﻴﺧ ﺮﺠﺘﻣ
+be:Дабрачынная крама
+bg:Благотворителен магазин
+cs:Charitativní obchod
+da:Velgørenhedsbutik
+de:Wohltätigkeitsladen
+el:Φιλανθρωπικό κατάστημα
+es:Tienda de caridad
+eu:Ongintzazko Denda
+fa:ﻪﯾﺮﯿﺧ ﻩﺎﮕﺷﻭﺮﻓ
+fi:Hyväntekeväisyysmyymälä
+fr:Magasin de charité
+he:הקדצ תונח
+hu:Jótékonysági Bolt
+id:Toko Amal
+it:Negozio di beneficenza
+ja:チャリティーショップ
+ko:자선 상점
+nb:Veldedighetsbutikk
+nl:Kringloopwinkel
+pl:Sklep charytatywny
+pt:Loja de caridade
+pt-BR:Loja de caridade
+ro:Magazin de caritate
+ru:Благотворительный магазин
+sk:Charitatívny obchod
+sv:Välgörenhetsbutik
+sw:Duka la msaada
+th:ร้านการกุศล
+tr:Hayır Dükkanı
+uk:Магазин благодійності
+vi:Cửa hàng từ thiện
+zh-Hans:慈善商店
+zh-Hant:慈善商店
+
shop-ticket
en:4Ticket Shop|tickets|ticket hub|ticket office|ticket center|booking office|box office|ticket agency|ticket booth|pay box
ru:4Билетная касса|билет|театральная касса|билетный центр|городская касса|продажа билетов|бронирование билетов
diff --git a/data/editor.config b/data/editor.config
index 2e5a423567..80fc066aac 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -561,6 +561,10 @@
+
+
+
+
diff --git a/data/styles/clear/include/Icons.mapcss b/data/styles/clear/include/Icons.mapcss
index 9953827f5d..646090adda 100644
--- a/data/styles/clear/include/Icons.mapcss
+++ b/data/styles/clear/include/Icons.mapcss
@@ -355,6 +355,8 @@ area[tourism=attraction][attraction=animal],
node[amenity=cafe],
area[amenity=cafe],
+node[shop=charity],
+area[shop=charity],
node[amenity=theatre],
area[amenity=theatre]
{z-index: 2790;}
@@ -2210,6 +2212,9 @@ area|z16[shop=wine]
node|z16[shop=books],
area|z16[shop=books]
{icon-image: book-shop-m.svg;}
+node|z16[shop=charity],
+area|z16[shop=charity]
+{icon-image: charity_shop-m.svg;}
node|z16[shop=bookmaker],
area|z16[shop=bookmaker]
{icon-image: bookmaker-m.svg;}
@@ -2390,6 +2395,9 @@ area|z17-[shop=wine]
node|z17-[shop=books],
area|z17-[shop=books]
{icon-image: book-shop-m.svg;icon-min-distance: 24;text-optional: true;}
+node|z17-[shop=charity],
+area|z17-[shop=charity]
+{icon-image: charity_shop-m.svg;icon-min-distance: 24;text-optional: true;}
node|z17-[shop=bookmaker],
area|z17-[shop=bookmaker]
{icon-image: bookmaker-m.svg;icon-min-distance: 24;text-optional: true;}
diff --git a/data/styles/clear/style-clear/symbols/charity_shop-m.svg b/data/styles/clear/style-clear/symbols/charity_shop-m.svg
new file mode 100644
index 0000000000..dffa63e499
--- /dev/null
+++ b/data/styles/clear/style-clear/symbols/charity_shop-m.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/data/styles/clear/style-night/symbols/charity_shop-m.svg b/data/styles/clear/style-night/symbols/charity_shop-m.svg
new file mode 100644
index 0000000000..b4c492840e
--- /dev/null
+++ b/data/styles/clear/style-night/symbols/charity_shop-m.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file