SVG-1fb7029fa2cc454a267bae271cccb2c591387416.svg 385 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
  3. baseProfile="full" width="70px" height="40px"
  4. viewBox="0 0 700 400"
  5. >
  6. <line x1="180" y1="370"
  7. x2="500" y2="50"
  8. stroke="black" stroke-width="15px"
  9. />
  10. <polygon points="585 0 525 25 585 50"
  11. transform="rotate(135 525 25)"
  12. />
  13. </svg>