You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 satır
293B

  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="-5 -5 10 10">
  2. <rect x="-5" y="-5" width="10" height="10" fill="royalblue" />
  3. <polygon points="3,-3 -1,1.3 -1,3" fill="white"/>
  4. <polygon points="3,-3 -1,1.3 1,2" fill="white"/>
  5. <polygon points="3,-3 -3,0 -1.5,1" fill="white"/>
  6. </svg>