cloudy-1-night.svg 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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="-.19471" y="-.26087" width="1.3744" height="1.6884">
  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. ** CLOUDS
  20. */
  21. @keyframes am-weather-cloud-2 {
  22. 0% {
  23. -webkit-transform: translate(0px, 0px);
  24. -moz-transform: translate(0px, 0px);
  25. -ms-transform: translate(0px, 0px);
  26. transform: translate(0px, 0px);
  27. }
  28. 50% {
  29. -webkit-transform: translate(2px, 0px);
  30. -moz-transform: translate(2px, 0px);
  31. -ms-transform: translate(2px, 0px);
  32. transform: translate(2px, 0px);
  33. }
  34. 100% {
  35. -webkit-transform: translate(0px, 0px);
  36. -moz-transform: translate(0px, 0px);
  37. -ms-transform: translate(0px, 0px);
  38. transform: translate(0px, 0px);
  39. }
  40. }
  41. .am-weather-cloud-2 {
  42. -webkit-animation-name: am-weather-cloud-2;
  43. -moz-animation-name: am-weather-cloud-2;
  44. animation-name: am-weather-cloud-2;
  45. -webkit-animation-duration: 3s;
  46. -moz-animation-duration: 3s;
  47. animation-duration: 3s;
  48. -webkit-animation-timing-function: linear;
  49. -moz-animation-timing-function: linear;
  50. animation-timing-function: linear;
  51. -webkit-animation-iteration-count: infinite;
  52. -moz-animation-iteration-count: infinite;
  53. animation-iteration-count: infinite;
  54. }
  55. /*
  56. ** MOON
  57. */
  58. @keyframes am-weather-moon {
  59. 0% {
  60. -webkit-transform: rotate(0deg);
  61. -moz-transform: rotate(0deg);
  62. -ms-transform: rotate(0deg);
  63. transform: rotate(0deg);
  64. }
  65. 50% {
  66. -webkit-transform: rotate(15deg);
  67. -moz-transform: rotate(15deg);
  68. -ms-transform: rotate(15deg);
  69. transform: rotate(15deg);
  70. }
  71. 100% {
  72. -webkit-transform: rotate(0deg);
  73. -moz-transform: rotate(0deg);
  74. -ms-transform: rotate(0deg);
  75. transform: rotate(0deg);
  76. }
  77. }
  78. .am-weather-moon {
  79. -webkit-animation-name: am-weather-moon;
  80. -moz-animation-name: am-weather-moon;
  81. -ms-animation-name: am-weather-moon;
  82. animation-name: am-weather-moon;
  83. -webkit-animation-duration: 6s;
  84. -moz-animation-duration: 6s;
  85. -ms-animation-duration: 6s;
  86. animation-duration: 6s;
  87. -webkit-animation-timing-function: linear;
  88. -moz-animation-timing-function: linear;
  89. -ms-animation-timing-function: linear;
  90. animation-timing-function: linear;
  91. -webkit-animation-iteration-count: infinite;
  92. -moz-animation-iteration-count: infinite;
  93. -ms-animation-iteration-count: infinite;
  94. animation-iteration-count: infinite;
  95. -webkit-transform-origin: 12.5px 15.15px 0;
  96. /* TODO FF CENTER ISSUE */
  97. -moz-transform-origin: 12.5px 15.15px 0;
  98. /* TODO FF CENTER ISSUE */
  99. -ms-transform-origin: 12.5px 15.15px 0;
  100. /* TODO FF CENTER ISSUE */
  101. transform-origin: 12.5px 15.15px 0;
  102. /* TODO FF CENTER ISSUE */
  103. }
  104. @keyframes am-weather-moon-star-1 {
  105. 0% {
  106. opacity: 0;
  107. }
  108. 100% {
  109. opacity: 1;
  110. }
  111. }
  112. .am-weather-moon-star-1 {
  113. -webkit-animation-name: am-weather-moon-star-1;
  114. -moz-animation-name: am-weather-moon-star-1;
  115. -ms-animation-name: am-weather-moon-star-1;
  116. animation-name: am-weather-moon-star-1;
  117. -webkit-animation-delay: 3s;
  118. -moz-animation-delay: 3s;
  119. -ms-animation-delay: 3s;
  120. animation-delay: 3s;
  121. -webkit-animation-duration: 5s;
  122. -moz-animation-duration: 5s;
  123. -ms-animation-duration: 5s;
  124. animation-duration: 5s;
  125. -webkit-animation-timing-function: linear;
  126. -moz-animation-timing-function: linear;
  127. -ms-animation-timing-function: linear;
  128. animation-timing-function: linear;
  129. -webkit-animation-iteration-count: 1;
  130. -moz-animation-iteration-count: 1;
  131. -ms-animation-iteration-count: 1;
  132. animation-iteration-count: 1;
  133. }
  134. @keyframes am-weather-moon-star-2 {
  135. 0% {
  136. opacity: 0;
  137. }
  138. 100% {
  139. opacity: 1;
  140. }
  141. }
  142. .am-weather-moon-star-2 {
  143. -webkit-animation-name: am-weather-moon-star-2;
  144. -moz-animation-name: am-weather-moon-star-2;
  145. -ms-animation-name: am-weather-moon-star-2;
  146. animation-name: am-weather-moon-star-2;
  147. -webkit-animation-delay: 5s;
  148. -moz-animation-delay: 5s;
  149. -ms-animation-delay: 5s;
  150. animation-delay: 5s;
  151. -webkit-animation-duration: 4s;
  152. -moz-animation-duration: 4s;
  153. -ms-animation-duration: 4s;
  154. animation-duration: 4s;
  155. -webkit-animation-timing-function: linear;
  156. -moz-animation-timing-function: linear;
  157. -ms-animation-timing-function: linear;
  158. animation-timing-function: linear;
  159. -webkit-animation-iteration-count: 1;
  160. -moz-animation-iteration-count: 1;
  161. -ms-animation-iteration-count: 1;
  162. animation-iteration-count: 1;
  163. }
  164. ]]>
  165. </style>
  166. </defs>
  167. <g transform="translate(16,-2)" filter="url(#blur)">
  168. <g transform="matrix(.8 0 0 .8 16 4)">
  169. <g class="am-weather-moon-star-1"
  170. 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">
  171. <polygon points="1.5 3.3 2.7 2.7 3.3 1.5 4 2.7 5.2 3.3 4 4 3.3 5.2 2.7 4" fill="#ffa500"
  172. stroke-miterlimit="10" />
  173. </g>
  174. <g class="am-weather-moon-star-2"
  175. 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">
  176. <polygon transform="translate(20,10)" points="1.5 3.3 2.7 2.7 3.3 1.5 4 2.7 5.2 3.3 4 4 3.3 5.2 2.7 4"
  177. fill="#ffa500" stroke-miterlimit="10" />
  178. </g>
  179. <g class="am-weather-moon"
  180. 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">
  181. <path
  182. 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"
  183. fill="#ffa500" stroke="#ffa500" stroke-linejoin="round" stroke-width="2" />
  184. </g>
  185. </g>
  186. <g class="am-weather-cloud-2"
  187. 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">
  188. <path transform="translate(-20,-11)"
  189. 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"
  190. fill="#c6deff" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
  191. </g>
  192. </g>
  193. </svg>