| 12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="1024px" height="1024px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
- viewBox="0 0 102400 102400"
- xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <style type="text/css">
- <![CDATA[
- .style1 {fill-opacity: 1; mask:url(#mask1); fill:url(#gradient1);}
- ]]>
- </style>
- <mask id="mask1">
- <circle cx="51200" cy="51200" r="40000" fill="#ffffff"/>
- </mask>
- <clipPath id="clip1">
- <path d="M304.668 102716 L102095 -315.742 L102095 102716z"/>
- </clipPath>
- <linearGradient id="gradient1" href="#gradient2" />
- <linearGradient id="gradient2" xlink:href="#gradient3" />
- <linearGradient id="gradient3" gradientUnits="userSpaceOnUse" x1="304.668" y1="-315.742" x2="102095" y2="102716">
- <stop offset="0" style="stop-color:#FFFF00"/>
- <stop offset="1" style="stop-color:#FFFF00"/>
- </linearGradient>
- <linearGradient id="gradient4" gradientUnits="userSpaceOnUse" x1="304.668" y1="-315.742" x2="102095" y2="102716">
- <stop offset="0" style="stop-color:#FF0000"/>
- <stop offset="1" style="stop-color:#FF0000"/>
- </linearGradient>
- </defs>
- <g class="style1" fill-opacity="1">
- <rect width="102400" height="102400"/>
- <rect width="102400" height="102400" style="fill:url(#gradient4); clip-path:url(#clip1)"/>
- </g>
- <circle cx="51200" cy="51200" r="20000" fill="currentColor"/>
- </svg>
|