snowy-3-night.svg 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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="-.24684" y="-.26897" width="1.4937" height="1.6759">
  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. ** SNOW
  166. */
  167. @keyframes am-weather-snow {
  168. 0% {
  169. -webkit-transform: translateX(0) translateY(0);
  170. -moz-transform: translateX(0) translateY(0);
  171. -ms-transform: translateX(0) translateY(0);
  172. transform: translateX(0) translateY(0);
  173. }
  174. 33.33% {
  175. -webkit-transform: translateX(-1.2px) translateY(2px);
  176. -moz-transform: translateX(-1.2px) translateY(2px);
  177. -ms-transform: translateX(-1.2px) translateY(2px);
  178. transform: translateX(-1.2px) translateY(2px);
  179. }
  180. 66.66% {
  181. -webkit-transform: translateX(1.4px) translateY(4px);
  182. -moz-transform: translateX(1.4px) translateY(4px);
  183. -ms-transform: translateX(1.4px) translateY(4px);
  184. transform: translateX(1.4px) translateY(4px);
  185. opacity: 1;
  186. }
  187. 100% {
  188. -webkit-transform: translateX(-1.6px) translateY(6px);
  189. -moz-transform: translateX(-1.6px) translateY(6px);
  190. -ms-transform: translateX(-1.6px) translateY(6px);
  191. transform: translateX(-1.6px) translateY(6px);
  192. opacity: 0;
  193. }
  194. }
  195. @keyframes am-weather-snow-reverse {
  196. 0% {
  197. -webkit-transform: translateX(0) translateY(0);
  198. -moz-transform: translateX(0) translateY(0);
  199. -ms-transform: translateX(0) translateY(0);
  200. transform: translateX(0) translateY(0);
  201. }
  202. 33.33% {
  203. -webkit-transform: translateX(1.2px) translateY(2px);
  204. -moz-transform: translateX(1.2px) translateY(2px);
  205. -ms-transform: translateX(1.2px) translateY(2px);
  206. transform: translateX(1.2px) translateY(2px);
  207. }
  208. 66.66% {
  209. -webkit-transform: translateX(-1.4px) translateY(4px);
  210. -moz-transform: translateX(-1.4px) translateY(4px);
  211. -ms-transform: translateX(-1.4px) translateY(4px);
  212. transform: translateX(-1.4px) translateY(4px);
  213. opacity: 1;
  214. }
  215. 100% {
  216. -webkit-transform: translateX(1.6px) translateY(6px);
  217. -moz-transform: translateX(1.6px) translateY(6px);
  218. -ms-transform: translateX(1.6px) translateY(6px);
  219. transform: translateX(1.6px) translateY(6px);
  220. opacity: 0;
  221. }
  222. }
  223. .am-weather-snow-1 {
  224. -webkit-animation-name: am-weather-snow;
  225. -moz-animation-name: am-weather-snow;
  226. -ms-animation-name: am-weather-snow;
  227. animation-name: am-weather-snow;
  228. -webkit-animation-duration: 2s;
  229. -moz-animation-duration: 2s;
  230. -ms-animation-duration: 2s;
  231. animation-duration: 2s;
  232. -webkit-animation-timing-function: linear;
  233. -moz-animation-timing-function: linear;
  234. -ms-animation-timing-function: linear;
  235. animation-timing-function: linear;
  236. -webkit-animation-iteration-count: infinite;
  237. -moz-animation-iteration-count: infinite;
  238. -ms-animation-iteration-count: infinite;
  239. animation-iteration-count: infinite;
  240. }
  241. .am-weather-snow-2 {
  242. -webkit-animation-name: am-weather-snow;
  243. -moz-animation-name: am-weather-snow;
  244. -ms-animation-name: am-weather-snow;
  245. animation-name: am-weather-snow;
  246. -webkit-animation-delay: 1.2s;
  247. -moz-animation-delay: 1.2s;
  248. -ms-animation-delay: 1.2s;
  249. animation-delay: 1.2s;
  250. -webkit-animation-duration: 2s;
  251. -moz-animation-duration: 2s;
  252. -ms-animation-duration: 2s;
  253. animation-duration: 2s;
  254. -webkit-animation-timing-function: linear;
  255. -moz-animation-timing-function: linear;
  256. -ms-animation-timing-function: linear;
  257. animation-timing-function: linear;
  258. -webkit-animation-iteration-count: infinite;
  259. -moz-animation-iteration-count: infinite;
  260. -ms-animation-iteration-count: infinite;
  261. animation-iteration-count: infinite;
  262. }
  263. .am-weather-snow-3 {
  264. -webkit-animation-name: am-weather-snow-reverse;
  265. -moz-animation-name: am-weather-snow-reverse;
  266. -ms-animation-name: am-weather-snow-reverse;
  267. animation-name: am-weather-snow-reverse;
  268. -webkit-animation-duration: 2s;
  269. -moz-animation-duration: 2s;
  270. -ms-animation-duration: 2s;
  271. animation-duration: 2s;
  272. -webkit-animation-timing-function: linear;
  273. -moz-animation-timing-function: linear;
  274. -ms-animation-timing-function: linear;
  275. animation-timing-function: linear;
  276. -webkit-animation-iteration-count: infinite;
  277. -moz-animation-iteration-count: infinite;
  278. -ms-animation-iteration-count: infinite;
  279. animation-iteration-count: infinite;
  280. }
  281. ]]>
  282. </style>
  283. </defs>
  284. <g transform="translate(16,-2)" filter="url(#blur)">
  285. <g transform="matrix(.8 0 0 .8 16 4)">
  286. <g class="am-weather-moon-star-1"
  287. 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">
  288. <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"
  289. stroke-miterlimit="10" />
  290. </g>
  291. <g class="am-weather-moon-star-2"
  292. 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">
  293. <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"
  294. fill="#ffa500" stroke-miterlimit="10" />
  295. </g>
  296. <g class="am-weather-moon"
  297. 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">
  298. <path
  299. 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"
  300. fill="#ffa500" stroke="#ffa500" stroke-linejoin="round" stroke-width="2" />
  301. </g>
  302. </g>
  303. <g class="am-weather-cloud-2"
  304. 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">
  305. <path transform="translate(-20,-11)"
  306. 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"
  307. fill="#57a0ee" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
  308. </g>
  309. <g class="am-weather-snow-1"
  310. style="-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-snow;-moz-animation-timing-function:linear;-ms-animation-duration:2s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-snow;-ms-animation-timing-function:linear;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-snow;-webkit-animation-timing-function:linear">
  311. <g transform="translate(3,28)" fill="none" stroke="#57a0ee" stroke-linecap="round">
  312. <line transform="translate(0,9)" y1="-2.5" y2="2.5" stroke-width="1.2" />
  313. <line transform="rotate(45,-10.864,4.5)" y1="-2.5" y2="2.5" />
  314. <line transform="rotate(90,-4.5,4.5)" y1="-2.5" y2="2.5" />
  315. <line transform="rotate(135,-1.864,4.5)" y1="-2.5" y2="2.5" />
  316. </g>
  317. </g>
  318. <g class="am-weather-snow-2"
  319. style="-moz-animation-delay:1.2s;-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-snow;-moz-animation-timing-function:linear;-ms-animation-delay:1.2s;-ms-animation-duration:2s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-snow;-ms-animation-timing-function:linear;-webkit-animation-delay:1.2s;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-snow;-webkit-animation-timing-function:linear">
  320. <g transform="translate(11,28)" fill="none" stroke="#57a0ee" stroke-linecap="round">
  321. <line transform="translate(0,9)" y1="-2.5" y2="2.5" stroke-width="1.2" />
  322. <line transform="rotate(45,-10.864,4.5)" y1="-2.5" y2="2.5" />
  323. <line transform="rotate(90,-4.5,4.5)" y1="-2.5" y2="2.5" />
  324. <line transform="rotate(135,-1.864,4.5)" y1="-2.5" y2="2.5" />
  325. </g>
  326. </g>
  327. <g class="am-weather-snow-3"
  328. style="-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-snow-reverse;-moz-animation-timing-function:linear;-ms-animation-duration:2s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-snow-reverse;-ms-animation-timing-function:linear;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-snow-reverse;-webkit-animation-timing-function:linear">
  329. <g transform="translate(20,28)" fill="none" stroke="#57a0ee" stroke-linecap="round">
  330. <line transform="translate(0,9)" y1="-2.5" y2="2.5" stroke-width="1.2" />
  331. <line transform="rotate(45,-10.864,4.5)" y1="-2.5" y2="2.5" />
  332. <line transform="rotate(90,-4.5,4.5)" y1="-2.5" y2="2.5" />
  333. <line transform="rotate(135,-1.864,4.5)" y1="-2.5" y2="2.5" />
  334. </g>
  335. </g>
  336. </g>
  337. </svg>