xray_error.svg 945 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32">
  3. <defs>
  4. <g id="cross" stroke="white">
  5. <line x1="-6" y1="-6" x2="6" y2="6" />
  6. <line x1="6" y1="-6" x2="-6" y2="6" />
  7. </g>
  8. </defs>
  9. <rect fill="red" width="32" height="32" /> <!-- Red background. -->
  10. <g stroke-width="3" stroke-linejoin="round" stroke-linecap="round">
  11. <g stroke="black" fill="white">
  12. <polygon points="16,6.5 29.856,30.5 2.144,30.5" /> <!-- Triangle. -->
  13. <line x1="16" y1="14.5" x2="16" y2="22.5" /> <!-- Line of the ! -->
  14. </g>
  15. <use xlink:href="#cross" x="0" y="7.5" /> <!-- Two crosses, forming one cross split over the viewport. -->
  16. <use xlink:href="#cross" x="32" y="7.5" />
  17. </g>
  18. <circle r="1.5" cx="16" cy="26.5" /> <!-- Dot under the ! -->
  19. </svg>