rainy-1-night.svg 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- (c) ammap.com | SVG weather icons -->
  3. <svg width="56" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
  4. <defs>
  5. <filter id="blur" x="-.20655" y="-.21122" width="1.403" height="1.4997">
  6. <feGaussianBlur in="SourceAlpha" stdDeviation="3" />
  7. <feOffset dx="0" dy="4" result="offsetblur" />
  8. <feComponentTransfer>
  9. <feFuncA slope="0.05" type="linear" />
  10. </feComponentTransfer>
  11. <feMerge>
  12. <feMergeNode />
  13. <feMergeNode in="SourceGraphic" />
  14. </feMerge>
  15. </filter>
  16. <style type="text/css">
  17. <![CDATA[
  18. /*
  19. ** MOON
  20. */
  21. @keyframes am-weather-moon {
  22. 0% {
  23. -webkit-transform: rotate(0deg);
  24. -moz-transform: rotate(0deg);
  25. -ms-transform: rotate(0deg);
  26. transform: rotate(0deg);
  27. }
  28. 50% {
  29. -webkit-transform: rotate(15deg);
  30. -moz-transform: rotate(15deg);
  31. -ms-transform: rotate(15deg);
  32. transform: rotate(15deg);
  33. }
  34. 100% {
  35. -webkit-transform: rotate(0deg);
  36. -moz-transform: rotate(0deg);
  37. -ms-transform: rotate(0deg);
  38. transform: rotate(0deg);
  39. }
  40. }
  41. .am-weather-moon {
  42. -webkit-animation-name: am-weather-moon;
  43. -moz-animation-name: am-weather-moon;
  44. -ms-animation-name: am-weather-moon;
  45. animation-name: am-weather-moon;
  46. -webkit-animation-duration: 6s;
  47. -moz-animation-duration: 6s;
  48. -ms-animation-duration: 6s;
  49. animation-duration: 6s;
  50. -webkit-animation-timing-function: linear;
  51. -moz-animation-timing-function: linear;
  52. -ms-animation-timing-function: linear;
  53. animation-timing-function: linear;
  54. -webkit-animation-iteration-count: infinite;
  55. -moz-animation-iteration-count: infinite;
  56. -ms-animation-iteration-count: infinite;
  57. animation-iteration-count: infinite;
  58. -webkit-transform-origin: 12.5px 15.15px 0;
  59. /* TODO FF CENTER ISSUE */
  60. -moz-transform-origin: 12.5px 15.15px 0;
  61. /* TODO FF CENTER ISSUE */
  62. -ms-transform-origin: 12.5px 15.15px 0;
  63. /* TODO FF CENTER ISSUE */
  64. transform-origin: 12.5px 15.15px 0;
  65. /* TODO FF CENTER ISSUE */
  66. }
  67. @keyframes am-weather-moon-star-1 {
  68. 0% {
  69. opacity: 0;
  70. }
  71. 100% {
  72. opacity: 1;
  73. }
  74. }
  75. .am-weather-moon-star-1 {
  76. -webkit-animation-name: am-weather-moon-star-1;
  77. -moz-animation-name: am-weather-moon-star-1;
  78. -ms-animation-name: am-weather-moon-star-1;
  79. animation-name: am-weather-moon-star-1;
  80. -webkit-animation-delay: 3s;
  81. -moz-animation-delay: 3s;
  82. -ms-animation-delay: 3s;
  83. animation-delay: 3s;
  84. -webkit-animation-duration: 5s;
  85. -moz-animation-duration: 5s;
  86. -ms-animation-duration: 5s;
  87. animation-duration: 5s;
  88. -webkit-animation-timing-function: linear;
  89. -moz-animation-timing-function: linear;
  90. -ms-animation-timing-function: linear;
  91. animation-timing-function: linear;
  92. -webkit-animation-iteration-count: 1;
  93. -moz-animation-iteration-count: 1;
  94. -ms-animation-iteration-count: 1;
  95. animation-iteration-count: 1;
  96. }
  97. @keyframes am-weather-moon-star-2 {
  98. 0% {
  99. opacity: 0;
  100. }
  101. 100% {
  102. opacity: 1;
  103. }
  104. }
  105. .am-weather-moon-star-2 {
  106. -webkit-animation-name: am-weather-moon-star-2;
  107. -moz-animation-name: am-weather-moon-star-2;
  108. -ms-animation-name: am-weather-moon-star-2;
  109. animation-name: am-weather-moon-star-2;
  110. -webkit-animation-delay: 5s;
  111. -moz-animation-delay: 5s;
  112. -ms-animation-delay: 5s;
  113. animation-delay: 5s;
  114. -webkit-animation-duration: 4s;
  115. -moz-animation-duration: 4s;
  116. -ms-animation-duration: 4s;
  117. animation-duration: 4s;
  118. -webkit-animation-timing-function: linear;
  119. -moz-animation-timing-function: linear;
  120. -ms-animation-timing-function: linear;
  121. animation-timing-function: linear;
  122. -webkit-animation-iteration-count: 1;
  123. -moz-animation-iteration-count: 1;
  124. -ms-animation-iteration-count: 1;
  125. animation-iteration-count: 1;
  126. }
  127. /*
  128. ** CLOUDS
  129. */
  130. @keyframes am-weather-cloud-2 {
  131. 0% {
  132. -webkit-transform: translate(0px, 0px);
  133. -moz-transform: translate(0px, 0px);
  134. -ms-transform: translate(0px, 0px);
  135. transform: translate(0px, 0px);
  136. }
  137. 50% {
  138. -webkit-transform: translate(2px, 0px);
  139. -moz-transform: translate(2px, 0px);
  140. -ms-transform: translate(2px, 0px);
  141. transform: translate(2px, 0px);
  142. }
  143. 100% {
  144. -webkit-transform: translate(0px, 0px);
  145. -moz-transform: translate(0px, 0px);
  146. -ms-transform: translate(0px, 0px);
  147. transform: translate(0px, 0px);
  148. }
  149. }
  150. .am-weather-cloud-2 {
  151. -webkit-animation-name: am-weather-cloud-2;
  152. -moz-animation-name: am-weather-cloud-2;
  153. animation-name: am-weather-cloud-2;
  154. -webkit-animation-duration: 3s;
  155. -moz-animation-duration: 3s;
  156. animation-duration: 3s;
  157. -webkit-animation-timing-function: linear;
  158. -moz-animation-timing-function: linear;
  159. animation-timing-function: linear;
  160. -webkit-animation-iteration-count: infinite;
  161. -moz-animation-iteration-count: infinite;
  162. animation-iteration-count: infinite;
  163. }
  164. /*
  165. ** RAIN
  166. */
  167. @keyframes am-weather-rain {
  168. 0% {
  169. stroke-dashoffset: 0;
  170. }
  171. 100% {
  172. stroke-dashoffset: -100;
  173. }
  174. }
  175. .am-weather-rain-1 {
  176. -webkit-animation-name: am-weather-rain;
  177. -moz-animation-name: am-weather-rain;
  178. -ms-animation-name: am-weather-rain;
  179. animation-name: am-weather-rain;
  180. -webkit-animation-duration: 8s;
  181. -moz-animation-duration: 8s;
  182. -ms-animation-duration: 8s;
  183. animation-duration: 8s;
  184. -webkit-animation-timing-function: linear;
  185. -moz-animation-timing-function: linear;
  186. -ms-animation-timing-function: linear;
  187. animation-timing-function: linear;
  188. -webkit-animation-iteration-count: infinite;
  189. -moz-animation-iteration-count: infinite;
  190. -ms-animation-iteration-count: infinite;
  191. animation-iteration-count: infinite;
  192. }
  193. ]]>
  194. </style>
  195. </defs>
  196. <g transform="translate(16,-2)" filter="url(#blur)">
  197. <g transform="matrix(.8 0 0 .8 16 4)">
  198. <g class="am-weather-moon-star-1"
  199. style="-moz-animation-delay:3s;-moz-animation-duration:5s;-moz-animation-iteration-count:1;-moz-animation-name:am-weather-moon-star-1;-moz-animation-timing-function:linear;-ms-animation-delay:3s;-ms-animation-duration:5s;-ms-animation-iteration-count:1;-ms-animation-name:am-weather-moon-star-1;-ms-animation-timing-function:linear;-webkit-animation-delay:3s;-webkit-animation-duration:5s;-webkit-animation-iteration-count:1;-webkit-animation-name:am-weather-moon-star-1;-webkit-animation-timing-function:linear">
  200. <polygon points="4 4 3.3 5.2 2.7 4 1.5 3.3 2.7 2.7 3.3 1.5 4 2.7 5.2 3.3" fill="#ffa500"
  201. stroke-miterlimit="10" />
  202. </g>
  203. <g class="am-weather-moon-star-2"
  204. style="-moz-animation-delay:5s;-moz-animation-duration:4s;-moz-animation-iteration-count:1;-moz-animation-name:am-weather-moon-star-2;-moz-animation-timing-function:linear;-ms-animation-delay:5s;-ms-animation-duration:4s;-ms-animation-iteration-count:1;-ms-animation-name:am-weather-moon-star-2;-ms-animation-timing-function:linear;-webkit-animation-delay:5s;-webkit-animation-duration:4s;-webkit-animation-iteration-count:1;-webkit-animation-name:am-weather-moon-star-2;-webkit-animation-timing-function:linear">
  205. <polygon transform="translate(20,10)" points="4 4 3.3 5.2 2.7 4 1.5 3.3 2.7 2.7 3.3 1.5 4 2.7 5.2 3.3"
  206. fill="#ffa500" stroke-miterlimit="10" />
  207. </g>
  208. <g class="am-weather-moon"
  209. style="-moz-animation-duration:6s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-moon;-moz-animation-timing-function:linear;-moz-transform-origin:12.5px 15.15px 0;-ms-animation-duration:6s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-moon;-ms-animation-timing-function:linear;-ms-transform-origin:12.5px 15.15px 0;-webkit-animation-duration:6s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-moon;-webkit-animation-timing-function:linear;-webkit-transform-origin:12.5px 15.15px 0">
  210. <path
  211. d="m14.5 13.2c0-3.7 2-6.9 5-8.7-1.5-0.9-3.2-1.3-5-1.3-5.5 0-10 4.5-10 10s4.5 10 10 10c1.8 0 3.5-0.5 5-1.3-3-1.7-5-5-5-8.7z"
  212. fill="#ffa500" stroke="#ffa500" stroke-linejoin="round" stroke-width="2" />
  213. </g>
  214. </g>
  215. <g class="am-weather-cloud-3"
  216. style="-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-cloud-2;-moz-animation-timing-function:linear;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-cloud-2;-webkit-animation-timing-function:linear">
  217. <path transform="translate(-20,-11)"
  218. 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"
  219. fill="#57a0ee" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
  220. </g>
  221. <g class="am-weaher-rain-1" transform="translate(-20,-10) rotate(10,-238.68,233.96)">
  222. <line class="am-weather-rain-1" transform="translate(-6,1)" y2="8" fill="none" stroke="#91c0f8"
  223. stroke-dasharray="4, 7" stroke-linecap="round" stroke-width="2"
  224. 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" />
  225. </g>
  226. </g>
  227. </svg>