[{"data":1,"prerenderedAt":223},["ShallowReactive",2],{"header-games":3,"article-project-zomboid-server-ram-requirements-en":51,"game-info-article-project-zomboid":79,"help-game-articles-project-zomboid-en":83,"i-heroicons:chevron-right-20-solid":211,"i-heroicons:user-circle-20-solid":215,"i-heroicons:clock-20-solid":217,"i-heroicons:pencil-square-20-solid":219,"i-heroicons:calendar-days-20-solid":221},{"total":4,"featured":5},23,[6,13,19,24,29,35,40,45],{"slug":7,"name":8,"icon":9,"hasIcon":10,"basePrice":11,"link":12},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,1,"\u002Fminecraft-server-hosting",{"slug":14,"name":15,"icon":16,"hasIcon":10,"basePrice":17,"link":18},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png",6,"\u002Fhytale-server-hosting",{"slug":20,"name":21,"icon":22,"hasIcon":10,"basePrice":17,"link":23},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":25,"name":26,"icon":27,"hasIcon":10,"basePrice":17,"link":28},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":10,"basePrice":33,"link":34},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":36,"name":37,"icon":38,"hasIcon":10,"basePrice":17,"link":39},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":41,"name":42,"icon":43,"hasIcon":10,"basePrice":17,"link":44},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":46,"name":47,"icon":48,"hasIcon":10,"basePrice":49,"link":50},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png",4,"\u002Fterraria-server-hosting",{"id":52,"game_slug":53,"category":54,"title":55,"description":56,"content":57,"keywords":58,"author_name":65,"author_role":66,"is_featured":10,"is_published":10,"published_at":67,"created_at":68,"updated_at":69,"slug":70,"allSlugs":71,"author":76,"date":67,"lastUpdated":67,"game":77},"471ba89c-f3e2-4312-a5c2-41fe4efa8cc9","project-zomboid","Configuration","Project Zomboid Server RAM Requirements (Build 41 vs Build 42)","Real RAM benchmarks for Project Zomboid B41 and B42 servers. Tables by player count and modlist, signs of OOM, and tuning advice.","## Project Zomboid Server RAM Requirements (Build 41 vs Build 42)\n\nHow much RAM does a Project Zomboid server actually need? The answer depends on three things: build (B41 vs B42), player count, and modlist. This guide gives concrete numbers from real production servers — not theoretical estimates — so you can plan correctly without overpaying.\n\n> **Quick answer:** B41 vanilla 4-player = 4 GB. B42 vanilla 4-player = 6 GB. Add ~1 GB per 4 extra players, ~2 GB for moderate mods, ~4+ GB for heavy mods.\n\n## Build 41 RAM table\n\nThese are stable benchmarks for B41 servers (B41 is what most servers still run):\n\n| Setup | Players | Mods | RAM minimum | RAM recommended |\n|---|---|---|---|---|\n| Vanilla small | 1–4 | None | 3 GB | 4 GB |\n| Vanilla medium | 4–8 | None | 4 GB | 6 GB |\n| Vanilla large | 8–16 | None | 6 GB | 8 GB |\n| Light modded | 4–8 | \u003C10 mods | 6 GB | 8 GB |\n| Heavy modded | 4–8 | 30+ mods (Brita's, ORGM, etc.) | 8 GB | 12 GB |\n| Heavy modded large | 16+ | 30+ mods | 12 GB | 16 GB |\n\n## Build 42 RAM table\n\nB42 is heavier across the board — basements, taller buildings, and the new crafting\u002Fanimal systems all consume more memory. Add roughly 2 GB to every B41 number:\n\n| Setup | Players | Mods | RAM minimum | RAM recommended |\n|---|---|---|---|---|\n| Vanilla small | 1–4 | None | 4 GB | 6 GB |\n| Vanilla medium | 4–8 | None | 6 GB | 8 GB |\n| Vanilla large | 8–16 | None | 8 GB | 12 GB |\n| Light modded | 4–8 | \u003C10 mods | 8 GB | 12 GB |\n| Heavy modded | 4–8 | 30+ mods | 12 GB | 16 GB |\n| Heavy modded large | 16+ | 30+ mods | 16 GB | 20 GB+ |\n\nThe Indie Stone currently caps recommended B42 multiplayer at 20 players while it's in stress-test on the unstable branch. Don't plan beyond that.\n\n## What actually drives RAM usage\n\nThree factors:\n\n1. **Map exploration.** Project Zomboid streams chunks into memory as players visit them. A server where players stayed in 2 cities will use 30-40% less RAM than one where they've explored half the map.\n2. **Active zombies.** Zombies are persistent objects with state. `PopulationPeakMultiplier=2.0` instead of `1.5` adds roughly 20-30% RAM.\n3. **Mods.** Some mods (Common Sense, ModOptions) are essentially free. Others (Brita's Weapons, Vehicle Recycling, ORGM) load thousands of items into memory. Brita's alone often adds 1-2 GB.\n\n## How RAM is configured on Pterodactyl\n\nDoomHosting (and any Pterodactyl panel) sets max RAM at the container level. Project Zomboid's JVM args are wired in the egg startup so the server uses what's allocated to the container — you don't manually set `-Xmx` flags.\n\nIf you upgrade or downgrade your plan, the container restart applies the new memory limit immediately. No config edit required.\n\n## Why \"minimum\" can crash your server\n\nProject Zomboid's memory usage isn't flat — it spikes during events:\n\n- Helicopter event spawns hundreds of zombies → +500 MB transient\n- Player explores a fresh city → +1-2 GB as chunks stream in\n- Multiple players save at once → temporary write buffer spike\n\nIf you sit at 95%+ of your minimum RAM during normal play, these spikes will OOM the server. **Recommended values include headroom for spikes** — pay for them.\n\n## Use the calculator\n\nFor a tailored estimate based on your specific player count, mods, and world size, use the [Project Zomboid RAM Calculator](\u002Ftools\u002Fproject-zomboid-ram-calculator). It accounts for the variables above and outputs a sized plan recommendation.\n\n## Symptoms of insufficient RAM\n\n| Symptom | Meaning |\n|---|---|\n| Server crashes after 30-60 min uptime | OOM (out of memory) — increase RAM |\n| Players experience \"rubber-banding\" \u002F position resets | Memory pressure causing GC pauses |\n| Zombies vanish\u002Freappear erratically | Chunk eviction from memory due to pressure |\n| Save takes minutes instead of seconds | Disk thrashing from swap, not enough actual RAM |\n| Server console shows `java.lang.OutOfMemoryError` | Definitive — bump RAM immediately |\n\n## Symptoms of overpaying\n\nIf you're sitting at 30% RAM usage during peak hours with no crashes, you're paying for headroom you don't need. Drop one tier and monitor for a week.\n\n## CPU matters too — don't just throw RAM at it\n\nA common misdiagnosis: server is laggy, owner adds RAM, lag persists. RAM only fixes OOM-related issues. If your CPU is pegged (which is common with heavy modlists or 16+ players), more RAM does nothing. PZ is single-threaded for the main game loop, so single-core performance dominates — a 3.8 GHz Ryzen 9 destroys a 4-core 2.4 GHz Xeon for PZ even though \"specs\" look similar.\n\n## FAQ\n\n**Will giving the server *too much* RAM hurt performance?**\nSlightly — Java's garbage collector takes longer to walk a bigger heap. The sweet spot is recommended values + 20% headroom. Way over-provisioning (e.g. 32 GB for a 4-player vanilla) actually increases GC pause times.\n\n**Should I tell players to clear their local cache?**\nThat's their mod cache (`%USERPROFILE%\u002FZomboid\u002Fmods\u002F`) which doesn't affect the server. Server-side caches live in `\u002Fhome\u002Fcontainer\u002FZomboid\u002F`.\n\n**Does B42 multiplayer use more RAM than singleplayer B42?**\nYes, much more. A B42 SP world might fit in 4 GB; the same world with 4 players easily needs 6-8 GB on the server because each player loads chunks around them simultaneously.\n\n**My modlist mostly works on B41. Will RAM needs jump if I upgrade those mods to B42?**\nLikely yes. Many mods got rewritten for B42 with more features and bigger asset sets. Plan +2 GB on top of your B41 modded budget when migrating.",[59,60,61,62,63,64],"project zomboid server ram","how much ram pz server","project zomboid b42 ram","pz server memory requirements","project zomboid dedicated server ram","pz hosting ram","Andreas","Technical Writer","2026-05-07T14:30:17.366+00:00","2026-05-07T14:30:16.843048+00:00","2026-05-07T14:39:45.580171+00:00","project-zomboid-server-ram-requirements",{"da":72,"de":73,"en":70,"pl":74,"sv":75},"project-zomboid-server-ram-krav","project-zomboid-server-ram-anforderungen","wymagania-ram-serwera-project-zomboid","project-zomboid-server-ram-krav-sv",{"name":65,"role":66},{"slug":53,"name":78},"Project Zomboid",{"slug":53,"name":78,"icon":80,"cardImage":81,"description":82},"https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Fproject-zomboid.webp","Project Zomboid is the ultimate isometric zombie survival sandbox — set in a meticulously detailed Knox County overrun by the undead, where every choice could be your last. Scavenge, fortify a base, manage hunger and sanity, and survive as long as you can with friends in punishing co-op. Rent a dedicated Project Zomboid server from DoomHosting for 24\u002F7 uptime, instant setup, full Steam Workshop mod support, and DDoS protection.",[84,89,103,116,130,144,157,171,184,197],{"id":52,"slug":70,"game_slug":53,"title":55,"description":56,"category":54,"is_featured":10,"published_at":67,"content":85,"keywords":85,"allSlugs":86,"author":87,"date":67,"lastUpdated":67,"game":88},null,{"da":72,"de":73,"en":70,"pl":74,"sv":75},{"name":-1,"role":-1},{"slug":53,"name":78},{"id":90,"slug":91,"game_slug":53,"title":92,"description":93,"category":94,"is_featured":10,"published_at":95,"content":85,"keywords":85,"allSlugs":96,"author":101,"date":95,"lastUpdated":95,"game":102},"2f94e669-1c0c-4b40-9ba1-a5d7c2a3a184","how-to-become-admin-project-zomboid-server","How to Become Admin on a Project Zomboid Server","Grant admin access on your Project Zomboid server in 3 steps. Console commands, access levels, and the 10 commands you actually use day-to-day.","Administration","2026-05-07T14:01:48.204+00:00",{"da":97,"de":98,"en":91,"pl":99,"sv":100},"sadan-bliver-du-admin-project-zomboid-server","admin-werden-project-zomboid-server","jak-zostac-adminem-project-zomboid-serwer","hur-du-blir-admin-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":104,"slug":105,"game_slug":53,"title":106,"description":107,"category":54,"is_featured":10,"published_at":108,"content":85,"keywords":85,"allSlugs":109,"author":114,"date":108,"lastUpdated":108,"game":115},"286f47b6-0527-4666-ae10-9a8aa0c4fecd","project-zomboid-sandbox-settings-explained","Project Zomboid Sandbox Settings Explained (Build 42)","Every Project Zomboid sandbox setting explained — population, loot, zombies, weather, vehicles. Real Pterodactyl paths and B42 defaults.","2026-05-07T13:56:47.242+00:00",{"da":110,"de":111,"en":105,"pl":112,"sv":113},"project-zomboid-sandbox-indstillinger-forklaret","project-zomboid-sandbox-einstellungen-erklaert","ustawienia-sandbox-project-zomboid-wyjasnione","project-zomboid-sandbox-installningar-forklarade",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":117,"slug":118,"game_slug":53,"title":119,"description":120,"category":121,"is_featured":10,"published_at":122,"content":85,"keywords":85,"allSlugs":123,"author":128,"date":122,"lastUpdated":122,"game":129},"6c43ff8f-efa1-4b09-b49b-ff905c2f062d","how-to-install-mods-project-zomboid-server-build-42","How to Install Mods on a Project Zomboid Server (Build 42)","Add Steam Workshop mods to your Project Zomboid Build 42 dedicated server. Step-by-step guide with real Pterodactyl paths, load order, and troubleshooting.","Mods & Customization","2026-05-07T13:52:33.693+00:00",{"da":124,"de":125,"en":118,"pl":126,"sv":127},"sadan-installerer-du-mods-project-zomboid-server-build-42","mods-installieren-project-zomboid-server-build-42","jak-zainstalowac-mody-project-zomboid-serwer-build-42","hur-du-installerar-mods-project-zomboid-server-build-42",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":131,"slug":132,"game_slug":53,"title":133,"description":134,"category":135,"is_featured":10,"published_at":136,"content":85,"keywords":85,"allSlugs":137,"author":142,"date":136,"lastUpdated":136,"game":143},"e44c4001-5a2a-4321-9f21-d6a975979ecc","how-to-switch-to-project-zomboid-build-42-server","How to Switch to Project Zomboid Build 42 Server","Learn how to switch your Project Zomboid server to Build 42, the unstable beta branch, with our step-by-step guide and troubleshooting tips for a seamless transition to the latest update.","Getting Started","2026-04-10T15:19:24.635+00:00",{"da":138,"de":139,"en":132,"pl":140,"sv":141},"sadan-skifter-du-til-project-zomboid-build-42-server","so-wechseln-sie-zu-project-zomboid-build-42-server","jak-przeaczyc-serwer-project-zomboid-na-build-42","sa-har-vaxlar-du-till-project-zomboid-build-42-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":145,"slug":146,"game_slug":53,"title":147,"description":148,"category":94,"is_featured":10,"published_at":149,"content":85,"keywords":85,"allSlugs":150,"author":155,"date":149,"lastUpdated":149,"game":156},"3478a3d9-c169-4464-8d99-9f695f02f7ab","project-zomboid-server-commands-guide","Project Zomboid Server Commands Guide","Complete list of Project Zomboid server commands for administrators and moderators. Learn how to manage your server, moderate players, and use admin commands effectively.","2024-01-23T00:00:00+00:00",{"da":151,"de":152,"en":146,"pl":153,"sv":154},"project-zomboid-server-kommandoer-guide","project-zomboid-server-befehle-anleitung","project-zomboid-komendy-serwera-poradnik","project-zomboid-server-kommandon-guide",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":158,"slug":159,"game_slug":53,"title":160,"description":161,"category":94,"is_featured":162,"published_at":163,"content":85,"keywords":85,"allSlugs":164,"author":169,"date":163,"lastUpdated":163,"game":170},"ac6b423f-e9c4-4014-a460-7451f0b90b02","how-to-setup-whitelist-project-zomboid-server","How to Set Up a Whitelist on a Project Zomboid Server","Lock your Project Zomboid server to approved players only. 4-step whitelist setup with adduser, addalltowhitelist, and SQLite storage details.",false,"2026-05-07T14:27:44.697+00:00",{"da":165,"de":166,"en":159,"pl":167,"sv":168},"sadan-opretter-whitelist-project-zomboid-server","whitelist-project-zomboid-server-einrichten","jak-skonfigurowac-whitelist-project-zomboid-serwer","hur-satter-upp-whitelist-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":172,"slug":173,"game_slug":53,"title":174,"description":175,"category":94,"is_featured":162,"published_at":176,"content":85,"keywords":85,"allSlugs":177,"author":182,"date":176,"lastUpdated":176,"game":183},"5391546a-ac25-4fad-8013-b753daefca1a","how-to-backup-restore-project-zomboid-server","How to Back Up and Restore a Project Zomboid Server","Back up and restore your Project Zomboid server safely. Full restore, world-only restore, character-only restore, and migration between hosts.","2026-05-07T14:21:26.617+00:00",{"da":178,"de":179,"en":173,"pl":180,"sv":181},"sadan-tager-backup-gendanner-project-zomboid-server","project-zomboid-server-sichern-wiederherstellen","jak-backup-przywrocic-serwer-project-zomboid","hur-du-backar-aterstaller-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":185,"slug":186,"game_slug":53,"title":187,"description":188,"category":94,"is_featured":162,"published_at":189,"content":85,"keywords":85,"allSlugs":190,"author":195,"date":189,"lastUpdated":189,"game":196},"94484ae7-a734-4cc4-a25a-06d239b86b26","how-to-reset-wipe-project-zomboid-server-map","How to Reset or Wipe a Project Zomboid Server Map","Reset your Project Zomboid map — soft reset (keep characters), hard reset (wipe everything), or chunk-level refresh. Real Pterodactyl paths.","2026-05-07T14:17:40.006+00:00",{"da":191,"de":192,"en":186,"pl":193,"sv":194},"sadan-reset-wipe-project-zomboid-server-kort","project-zomboid-server-map-zuruecksetzen-wipen","jak-zresetowac-wipe-mape-serwera-project-zomboid","hur-aterstaller-wipear-project-zomboid-server-karta",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":198,"slug":199,"game_slug":53,"title":200,"description":201,"category":202,"is_featured":162,"published_at":203,"content":85,"keywords":85,"allSlugs":204,"author":209,"date":203,"lastUpdated":203,"game":210},"26b1c2cf-1ca0-44b3-ac5d-4a0ee1441968","project-zomboid-port-forwarding-guide","Project Zomboid Port Forwarding Guide (Port 16261)","Forward port 16261\u002FUDP for Project Zomboid in 5 steps. Router-by-router instructions, Windows Firewall, CGNAT fixes, and verification.","Troubleshooting","2026-05-07T14:05:18.346+00:00",{"da":205,"de":206,"en":199,"pl":207,"sv":208},"project-zomboid-port-forwarding-guide-da","project-zomboid-port-forwarding-anleitung","project-zomboid-przewodnik-port-forwarding","project-zomboid-port-forwarding-guide-sv",{"name":-1,"role":-1},{"slug":53,"name":78},{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":214},0,20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":216},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":218},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":220},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"m5.433 13.917l1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65\"\u002F>\u003Cpath d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z\"\u002F>\u003C\u002Fg>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":222},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",1778234525868]