dialog-complete.svg 816 B

1234567891011121314151617181920
  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. <mask id="mask_circle">
  5. <circle cx="50" cy="50" r="50" fill="white"/>
  6. <circle cx="50" cy="50" r="12" fill="black"/>
  7. </mask>
  8. <linearGradient x1="20" y1="60" x2="60" y2="40" id="Gradient" gradientUnits="userSpaceOnUse">
  9. <stop style="stop-color:#0F650E;stop-opacity:1" offset="0" />
  10. <stop style="stop-color:#399238;stop-opacity:1" offset="1" />
  11. </linearGradient>
  12. </defs>
  13. <circle cx="50" cy="50" r="48" style="fill:#0F650E"/>
  14. <circle cx="50" cy="50" r="43" style="fill:url(#Gradient);stroke:#eeeeee;stroke-width:3"/>
  15. <path style="fill:#ffffff" d="M 26,41 C 28,45 43,73 45,86 47,78 50,57 80,24 68,30 55,44 44,55 40,52 35,48 26,41"/>
  16. </svg>