living_room_modern_2.jpg 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <svg width="400" height="300" xmlns="http://www.w3.org/2000/svg">
  2. <defs>
  3. <linearGradient id="wallGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
  4. <stop offset="0%" style="stop-color:#fafafa;stop-opacity:1" />
  5. <stop offset="100%" style="stop-color:#f0f0f0;stop-opacity:1" />
  6. </linearGradient>
  7. <linearGradient id="floorGradient2" x1="0%" y1="0%" x2="100%" y2="0%">
  8. <stop offset="0%" style="stop-color:#e6ddd4;stop-opacity:1" />
  9. <stop offset="100%" style="stop-color:#d9cfc4;stop-opacity:1" />
  10. </linearGradient>
  11. </defs>
  12. <!-- Background -->
  13. <rect width="400" height="300" fill="url(#wallGradient2)"/>
  14. <!-- Floor -->
  15. <rect x="0" y="220" width="400" height="80" fill="url(#floorGradient2)"/>
  16. <!-- L-shaped Sofa -->
  17. <rect x="40" y="160" width="100" height="35" rx="5" fill="#708090"/>
  18. <rect x="130" y="160" width="35" height="60" rx="5" fill="#708090"/>
  19. <rect x="35" y="155" width="110" height="12" rx="6" fill="#556b7d"/>
  20. <rect x="125" y="155" width="45" height="12" rx="6" fill="#556b7d"/>
  21. <!-- Round Coffee Table -->
  22. <circle cx="100" cy="200" r="25" fill="#8b4513"/>
  23. <circle cx="100" cy="195" r="20" fill="#a0522d"/>
  24. <!-- Entertainment Center -->
  25. <rect x="220" y="110" width="140" height="80" fill="#2f2f2f"/>
  26. <rect x="230" y="90" width="120" height="50" fill="#1c1c1c"/>
  27. <rect x="240" y="170" width="20" height="15" fill="#444"/>
  28. <rect x="270" y="170" width="20" height="15" fill="#444"/>
  29. <rect x="300" y="170" width="20" height="15" fill="#444"/>
  30. <rect x="330" y="170" width="20" height="15" fill="#444"/>
  31. <!-- Large Window -->
  32. <rect x="300" y="40" width="80" height="100" fill="#b0e0e6" stroke="#777" stroke-width="2"/>
  33. <line x1="340" y1="40" x2="340" y2="140" stroke="#777" stroke-width="1"/>
  34. <line x1="300" y1="90" x2="380" y2="90" stroke="#777" stroke-width="1"/>
  35. <!-- Floor Lamp -->
  36. <rect x="170" y="140" width="3" height="50" fill="#8b4513"/>
  37. <ellipse cx="172" cy="130" rx="18" ry="10" fill="#fffacd" opacity="0.8"/>
  38. <!-- Bookshelf -->
  39. <rect x="20" y="100" width="15" height="80" fill="#8b4513"/>
  40. <rect x="22" y="105" width="11" height="3" fill="#654321"/>
  41. <rect x="22" y="115" width="11" height="3" fill="#654321"/>
  42. <rect x="22" y="125" width="11" height="3" fill="#654321"/>
  43. <rect x="22" y="135" width="11" height="3" fill="#654321"/>
  44. <rect x="22" y="145" width="11" height="3" fill="#654321"/>
  45. <!-- Wall Decor -->
  46. <rect x="180" y="70" width="30" height="25" fill="#fff" stroke="#bbb" stroke-width="1"/>
  47. <circle cx="195" cy="82" r="8" fill="#ff6b6b"/>
  48. <!-- Rug -->
  49. <ellipse cx="120" cy="200" rx="60" ry="40" fill="#8fbc8f" opacity="0.7"/>
  50. <!-- Ceiling Fan -->
  51. <circle cx="150" cy="25" r="6" fill="#ddd"/>
  52. <ellipse cx="130" cy="25" rx="20" ry="3" fill="#999"/>
  53. <ellipse cx="170" cy="25" rx="20" ry="3" fill="#999"/>
  54. <ellipse cx="150" cy="15" rx="3" ry="10" fill="#999"/>
  55. <ellipse cx="150" cy="35" rx="3" ry="10" fill="#999"/>
  56. </svg>