bookmark_add.svg 704 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:#5E9FCE;stroke:#041E31;stroke-width:2;fill-opacity:0.6" d="m 70,74 0,-15 -25,0 0,-25 -15,0 0,25 -25.9,0 0,15 25.9,0 0,25 15,0 0,-25 z"/>
  13. </svg>