banner.svg 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg width="630" height="500" version="1.1" viewBox="0 0 75.6 60" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
  3. <sodipodi:namedview inkscape:document-units="px" units="px" inkscape:showpageshadow="false" inkscape:pagecheckerboard="true"/>
  4. <defs>
  5. <clipPath id="body-clip">
  6. <path id="body-path" d="m3.5 28.5c10.6 19.3 52 12.8 50.8 6.9-2.1-13.1-34.3-34.8-50.8-6.9z" stroke-width="2.5"/>
  7. </clipPath>
  8. <clipPath id="top-fin-clip">
  9. <path id="top-fin-path" d="m22 14.7s-2.1-5.1-0.2-6.7c1.9-1.7 2.1 1.8 4.5 0.4 2.5-1.3 1.6 2.4 5.8 1.4 4.3-1 6.6 2 6.6 3.2v5" stroke-width="2"/>
  10. </clipPath>
  11. <clipPath id="tail-fin-clip">
  12. <path id="tail-fin-path" d="m69.5 26.6c4.5 4 4.6 17.3-2.1 19.8-4.8-1.3-12.9-5.3-12.7-7.4l0.7-7.5c0.2-1.6 11.4-3.8 14.1-4.9z" stroke-linejoin="round" stroke-width="2"/>
  13. </clipPath>
  14. <clipPath id="bottom-fin-clip">
  15. <path id="bottom-fin-path" d="m20.2 41.3c5.6 16 24.1 13.8 14.6 1.2z" stroke-width="2"/>
  16. </clipPath>
  17. </defs>
  18. <style type="text/css">
  19. .shadow {
  20. stroke:none;
  21. fill-opacity:0.7;
  22. fill:#ff9c1d;
  23. }
  24. </style>
  25. <g id="background">
  26. <rect width="75.6" height="60" fill="#33b4db"/>
  27. </g>
  28. <g id="fish" fill="#ffdd1d" stroke="#000">
  29. <g id="top-fin">
  30. <use xlink:href="#top-fin-path"/>
  31. <path d="m22 14.7c-0.97-3.88 16.7-1.7 16.7 3.3z" clip-path="url(#top-fin-clip)" class="shadow"/>
  32. <use fill="none" xlink:href="#top-fin-path"/>
  33. </g>
  34. <g id="tail-fin">
  35. <use xlink:href="#tail-fin-path"/>
  36. <path d="m55.05 35.25c0 24.75 17.72 24.75 17.72 1.25z" clip-path="url(#tail-fin-clip)" class="shadow"/>
  37. <use fill="none" xlink:href="#tail-fin-path"/>
  38. </g>
  39. <g id="bottom-fin">
  40. <use xlink:href="#bottom-fin-path"/>
  41. <path d="m21.27 43.84c0-12.93 15.33-10.84 15.33 1.55z" clip-path="url(#bottom-fin-clip)" class="shadow"/>
  42. <use fill="none" xlink:href="#bottom-fin-path"/>
  43. </g>
  44. <g id="body">
  45. <use fill="FFDD1D" xlink:href="#body-path"/>
  46. <path d="m 3.5,28.5 50.8,6.9 C 55.57,60 3.5,60 3.5,28.5" clip-path="url(#body-clip)" class="shadow"/>
  47. <use fill="none" xlink:href="#body-path"/>
  48. </g>
  49. <ellipse id="head" cx="13.4" cy="22.6" rx="13.35" ry="13.94" clip-path="url(#body-clip)" fill="none"/>
  50. <circle id="eye" cx="13" cy="27.6" r="3.465" fill="#000" stroke="none"/>
  51. </g>
  52. </svg>