paste.svg 705 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
  3. <rect x="14" width="72" y="13" rx="10" height="77" style="fill:#BB8E5F; stroke-width: 3; stroke: #222222;"/>
  4. <rect x="25" width="50" y="20" height="60" style="fill:#EBEBDA; stroke-width: 2; stroke: black;"/>
  5. <line x1="35" y1="30" x2="65" y2="30" style="stroke-width: 2; stroke: black;"/>
  6. <line x1="35" y1="40" x2="65" y2="40" style="stroke-width: 2; stroke: black;"/>
  7. <line x1="35" y1="50" x2="65" y2="50" style="stroke-width: 2; stroke: black;"/>
  8. <polygon
  9. points="40 7, 60 7, 65 20, 35 20, 40 7"
  10. style="fill: black; fill-opacity: 1.0; stroke: none;"/>
  11. </svg>