rain-and-sleet-mix.svg 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- (c) ammap.com | SVG weather icons -->
  3. <!-- Mix of Rain and Sleet | Contributed by hsoJ95 on GitHub: https://github.com/hsoj95 -->
  4. <svg width="56" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
  5. <defs>
  6. <filter id="blur" x="-.24684" y="-.22776" width="1.4937" height="1.5756">
  7. <feGaussianBlur in="SourceAlpha" stdDeviation="3" />
  8. <feOffset dx="0" dy="4" result="offsetblur" />
  9. <feComponentTransfer>
  10. <feFuncA slope="0.05" type="linear" />
  11. </feComponentTransfer>
  12. <feMerge>
  13. <feMergeNode />
  14. <feMergeNode in="SourceGraphic" />
  15. </feMerge>
  16. </filter>
  17. <style type="text/css">
  18. <![CDATA[
  19. /*
  20. ** RAIN
  21. */
  22. @keyframes am-weather-rain {
  23. 0% {
  24. stroke-dashoffset: 0;
  25. }
  26. 100% {
  27. stroke-dashoffset: -100;
  28. }
  29. }
  30. .am-weather-rain-1 {
  31. -webkit-animation-name: am-weather-rain;
  32. -moz-animation-name: am-weather-rain;
  33. -ms-animation-name: am-weather-rain;
  34. animation-name: am-weather-rain;
  35. -webkit-animation-duration: 8s;
  36. -moz-animation-duration: 8s;
  37. -ms-animation-duration: 8s;
  38. animation-duration: 8s;
  39. -webkit-animation-timing-function: linear;
  40. -moz-animation-timing-function: linear;
  41. -ms-animation-timing-function: linear;
  42. animation-timing-function: linear;
  43. -webkit-animation-iteration-count: infinite;
  44. -moz-animation-iteration-count: infinite;
  45. -ms-animation-iteration-count: infinite;
  46. animation-iteration-count: infinite;
  47. }
  48. .am-weather-rain-2 {
  49. -webkit-animation-name: am-weather-rain;
  50. -moz-animation-name: am-weather-rain;
  51. -ms-animation-name: am-weather-rain;
  52. animation-name: am-weather-rain;
  53. -webkit-animation-delay: 0.25s;
  54. -moz-animation-delay: 0.25s;
  55. -ms-animation-delay: 0.25s;
  56. animation-delay: 0.25s;
  57. -webkit-animation-duration: 8s;
  58. -moz-animation-duration: 8s;
  59. -ms-animation-duration: 8s;
  60. animation-duration: 8s;
  61. -webkit-animation-timing-function: linear;
  62. -moz-animation-timing-function: linear;
  63. -ms-animation-timing-function: linear;
  64. animation-timing-function: linear;
  65. -webkit-animation-iteration-count: infinite;
  66. -moz-animation-iteration-count: infinite;
  67. -ms-animation-iteration-count: infinite;
  68. animation-iteration-count: infinite;
  69. }
  70. /*
  71. ** CLOUDS
  72. */
  73. @keyframes am-weather-cloud-3 {
  74. 0% {
  75. -webkit-transform: translate(0px, 0px);
  76. -moz-transform: translate(0px, 0px);
  77. -ms-transform: translate(0px, 0px);
  78. transform: translate(0px, 0px);
  79. }
  80. 50% {
  81. -webkit-transform: translate(2px, 0px);
  82. -moz-transform: translate(2px, 0px);
  83. -ms-transform: translate(2px, 0px);
  84. transform: translate(2px, 0px);
  85. }
  86. 100% {
  87. -webkit-transform: translate(0px, 0px);
  88. -moz-transform: translate(0px, 0px);
  89. -ms-transform: translate(0px, 0px);
  90. transform: translate(0px, 0px);
  91. }
  92. }
  93. .am-weather-cloud-3 {
  94. -webkit-animation-name: am-weather-cloud-3;
  95. -moz-animation-name: am-weather-cloud-3;
  96. animation-name: am-weather-cloud-3;
  97. -webkit-animation-duration: 3s;
  98. -moz-animation-duration: 3s;
  99. animation-duration: 3s;
  100. -webkit-animation-timing-function: linear;
  101. -moz-animation-timing-function: linear;
  102. animation-timing-function: linear;
  103. -webkit-animation-iteration-count: infinite;
  104. -moz-animation-iteration-count: infinite;
  105. animation-iteration-count: infinite;
  106. }
  107. ]]>
  108. </style>
  109. </defs>
  110. <g transform="translate(16,-2)" filter="url(#blur)">
  111. <g class="am-weather-cloud-3"
  112. style="-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-cloud-3;-moz-animation-timing-function:linear;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-cloud-3;-webkit-animation-timing-function:linear">
  113. <path transform="translate(-20,-11)"
  114. d="m47.7 35.4c0-4.6-3.7-8.2-8.2-8.2-1 0-1.9 0.2-2.8 0.5-0.3-3.4-3.1-6.2-6.6-6.2-3.7 0-6.7 3-6.7 6.7 0 0.8 0.2 1.6 0.4 2.3-0.3-0.1-0.7-0.1-1-0.1-3.7 0-6.7 3-6.7 6.7 0 3.6 2.9 6.6 6.5 6.7h17.2c4.4-0.5 7.9-4 7.9-8.4z"
  115. fill="#57a0ee" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
  116. </g>
  117. <g class="am-weather-sleet-2" transform="translate(-20,-10) rotate(10,-247.39,200.17)" fill="none" stroke="#91c0f8"
  118. stroke-linecap="round">
  119. <line class="am-weather-rain-1" transform="translate(-5,1)" y2="8" stroke-dasharray="0.1, 7" stroke-width="2"
  120. style="-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  121. <line class="am-weather-rain-1" transform="translate(5)" y2="8" stroke-dasharray="0.1, 7" stroke-width="2"
  122. style="-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  123. </g>
  124. <g class="am-weather-rain-3" transform="translate(-20,-10) rotate(10,-245.89,217.31)" fill="none" stroke="#91c0f8"
  125. stroke-dasharray="4, 7" stroke-linecap="round" stroke-width="2">
  126. <line class="am-weather-rain-1" transform="translate(-13,1)" y2="8"
  127. style="-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  128. <line class="am-weather-rain-1" transform="translate(-3,2)" y2="8"
  129. style="-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  130. <line class="am-weather-rain-2" transform="translate(7,-1)" y2="8"
  131. style="-moz-animation-delay:0.25s;-moz-animation-duration:8s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-rain;-moz-animation-timing-function:linear;-ms-animation-delay:0.25s;-ms-animation-duration:8s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-rain;-ms-animation-timing-function:linear;-webkit-animation-delay:0.25s;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-rain;-webkit-animation-timing-function:linear" />
  132. </g>
  133. </g>
  134. </svg>