
Paris Monuments forming the word PARIS
Create an image of Paris Monuments forming the word PARIS in SVG
Prompt
Create a **clean, well-structured vector illustration in pure SVG code** that visually spells the word **“PARIS”** using **silhouettes of famous Paris monuments integrated into the shapes of the letters**. Return **only the complete SVG code**, starting with `<svg>` and ending with `</svg>`. Do not include explanations, comments, or markdown. ### General Requirements * Output must be **valid, clean SVG markup** that can be copied directly into a `.svg` file and rendered in any browser. * Use a **wide horizontal layout** suitable for a wordmark. * Use `viewBox="0 0 1600 500"` (or similar proportions). * The background must be **transparent**. * The word **PARIS** must be **centered horizontally** and clearly readable. * Use **vector shapes only** (`<path>`, `<polygon>`, `<rect>`, `<circle>`, `<g>`). * **Do not embed raster images or base64 images.** * Keep the SVG **clean and optimized**, avoiding unnecessary nodes. * Each letter must be grouped in its own SVG group: * `<g id="letter-P">` * `<g id="letter-A">` * `<g id="letter-R">` * `<g id="letter-I">` * `<g id="letter-S">` * Letters should have **consistent height and visual balance**. * Use a **minimalist silhouette style**. ### Style * **Flat vector silhouette style** * **Monochrome color** (preferably dark navy or black, e.g. `#0B0F1A`) * Avoid gradients, filters, shadows, or 3D effects. * Keep shapes **simple but recognizable**. * The monuments must **blend into the structure of the letters**, not simply sit beside them. ### Letter Design Instructions **P — Eiffel Tower** * The vertical stem of the **P** should resemble the **Eiffel Tower structure**. * Use a simplified triangular lattice silhouette. * The curved part of the P can be formed by a **stylized arch or observation platform structure** inspired by the tower. **A — Arc de Triomphe** * The **A shape** should integrate the **Arc de Triomphe** as the central arch. * The crossbar of the A can align with the arch opening. * The monument silhouette should clearly show the recognizable arch form. **R — Notre-Dame Cathedral** * The upper part of the **R** should incorporate the **twin towers of Notre-Dame**. * The diagonal leg of the R should extend downward cleanly while maintaining the letter’s readability. * The cathedral towers should be simplified but identifiable. **I — Obelisk of Place de la Concorde** * The **I** should be represented by the **Obelisk of Luxor** located at Place de la Concorde. * Include the tapered obelisk shape and a small base pedestal. **S — Sacré-Cœur + Seine Curve** * The top curve of the **S** should integrate the **Sacré-Cœur basilica dome silhouette**. * The flowing S curve can evoke the **Seine river**. * Include simplified domes to hint at Sacré-Cœur’s recognizable architecture. ### Layout * The letters should occupy most of the width of the SVG. * Maintain **consistent spacing between letters**. * Keep baseline alignment consistent. * Ensure that even with monument integration, the word **PARIS remains immediately readable**. ### SVG Structure * Use one main `<svg>` container. * Use `<g>` groups for each letter. * Each letter group may contain multiple paths. * Use a single fill color for the main shapes. ### Output Format Return **only the final SVG code** with: * a proper `<svg>` element * correct `viewBox` * grouped letters * vector paths forming the monument-shaped letters spelling **PARIS**. Do **not include explanations, comments, or markdown formatting**.