Pink.svg 471 B

1234567891011
  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. <defs>
  4. <linearGradient x1="10" y1="80" x2="50" y2="20" id="Gradient" gradientUnits="userSpaceOnUse">
  5. <stop style="stop-color:#D260C1;stop-opacity:1" offset="0" />
  6. <stop style="stop-color:#E8C2E3;stop-opacity:1" offset="1" />
  7. </linearGradient>
  8. </defs>
  9. <path style="fill:url(#Gradient)" d="M 0,0 100,0 100,100 0,100 z"/>
  10. </svg>