123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <defs>
- <radialGradient
- id="RG1" cx="50" cy="50" fx="50" fy="50" r="50"
- gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#ff9500;stop-opacity:1;" offset="1"/>
- <stop style="stop-color:#fff;stop-opacity:1;" offset="0"/>
- </radialGradient>
- </defs>
-
- <path style="fill:url(#RG1);stroke:#825B0A;stroke-width:2" d="M 98,43 74,66 79,99 49,84 19,99 25,66 1,42 34,37 49,7 64,37 z"/>
- <path style="fill:#FF3D3D;fill-opacity:0.7;stroke:#730000;stroke-width:2" d="M 10,45 1,54 19,72 1,90 10,99 28,81 45,99 54,90 37,72 55,53 46,45 29,63 z"/>
- </svg>
|