cd_yes.svg 919 B

123456789101112131415161718192021
  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:#666666;stop-opacity:1" offset="0" />
  10. <stop style="stop-color:#cccccc;stop-opacity:1" offset="1" />
  11. </linearGradient>
  12. </defs>
  13. <circle cx="50" cy="50" r="46" style="fill:url(#Gradient);stroke:#222222;stroke-width:2" mask="url(#mask_circle)"/>
  14. <circle cx="50" cy="50" r="12" fill="none" stroke="#222222" style="stroke-width:2" />
  15. <path style="fill:#35ff35;fill-opacity:0.8;stroke:#007300;stroke-width:2" d="M 38,50 C 40,54 56,83 58,96 63,89 63,74 98,36 86,42 68,57 57,68 54,66 47,57 38,50"/>
  16. </svg>