bookmark_no.svg 703 B

123456789101112131415161718
  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="50"
  6. gradientUnits="userSpaceOnUse">
  7. <stop style="stop-color:#ff9500;stop-opacity:1;" offset="1"/>
  8. <stop style="stop-color:#fff;stop-opacity:1;" offset="0"/>
  9. </radialGradient>
  10. </defs>
  11. <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"/>
  12. <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"/>
  13. </svg>