tw.svg 497 B

123456789
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-60 -40 240 160">
  2. <rect x="-60" y="-40" width="100%" height="100%" fill="#fe0000"/>
  3. <rect x="-60" y="-40" width="50%" height="50%" fill="#000095"/>
  4. <path id="a" d="M8 0 0 30-8 0l8-30M0 8l30-8L0-8l-30 8" fill="#fff"/>
  5. <use xlink:href="#a" transform="rotate(30)"/>
  6. <use xlink:href="#a" transform="rotate(60)"/>
  7. <circle r="17" fill="#000095"/>
  8. <circle r="15" fill="#fff"/>
  9. </svg>