dialog-warning.svg 1011 B

12345678910111213141516171819202122
  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:#C07F00;stop-opacity:1" offset="0" />
  10. <stop style="stop-color:#FFB85B;stop-opacity:1" offset="1" />
  11. </linearGradient>
  12. </defs>
  13. <path style="fill:none;stroke:#DC9B1D;stroke-width:3;" d="M 96,81 61,12 C 57,2.7 43,2.7 39,12 39,12 5.4,78 3.4,83 c -2,5 0,12 8.6,12 l 71,0 c 12,0 17,-5 13,-14 z"/>
  14. <path style="fill:url(#Gradient);stroke:#444444;stroke-width:7" d="M 91,80 58,16 C 54,7.1 46,7.1 42,16 42,16 11,77 9,81 6.2,86 5.8,91 14,91 l 67,0 c 12,0 14,-3 10,-11 z"/>
  15. <path style="fill:#333333;" d="M 46,63 43,35 57,35 54,63 z"/>
  16. <circle cx="50" cy="73" r="7" style="fill:#333333"/>
  17. </svg>