12345678910111213141516 |
- <?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:#3BB23B;stop-opacity:1;" offset="1"/>
- <stop style="stop-color:#9BDC99;stop-opacity:1;" offset="0"/>
- </radialGradient>
- </defs>
- <path style="fill:url(#RG1);stroke:#0F9324;stroke-width:6" d="m 13,5 0,91 75,-45 z"/>
- </svg>
|