shield_yes.svg 783 B

1234567891011121314151617
  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. <radialGradient
  5. id="RG1" cx="50" cy="50" fx="50" fy="50" r="60"
  6. gradientUnits="userSpaceOnUse">
  7. <stop style="stop-color:#045F00;stop-opacity:1;" offset="1"/>
  8. <stop style="stop-color:#ACFFB1;stop-opacity:1;" offset="0"/>
  9. </radialGradient>
  10. </defs>
  11. <path style="fill:url(#RG1);fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:4" d="M 50,2 C 44,8 35,20 10,10 11,60 10,80 50,98 90,80 91,64 90,10 65,20 55,8 50,2 z"/>
  12. <path style="fill:#35ff35;fill-opacity:0.7;stroke:#007300;stroke-width:2;stroke-opacity:0.8" d="M 31,33 C 34,36 46,61 48,72 52,65 52,53 86,21 72,27 57,40 47,49 45,46 40,39 31,33"/>
  13. </svg>