scattered-thunderstorms-day.svg 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- (c) ammap.com | SVG weather icons -->
  3. <!-- Scattered Thunderstorms | 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="-.20655" y="-.1975" width="1.403" height="1.4766">
  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. ** CLOUDS
  21. */
  22. @keyframes am-weather-cloud-3 {
  23. 0% {
  24. -webkit-transform: translate(-5px, 0px);
  25. -moz-transform: translate(-5px, 0px);
  26. -ms-transform: translate(-5px, 0px);
  27. transform: translate(-5px, 0px);
  28. }
  29. 50% {
  30. -webkit-transform: translate(10px, 0px);
  31. -moz-transform: translate(10px, 0px);
  32. -ms-transform: translate(10px, 0px);
  33. transform: translate(10px, 0px);
  34. }
  35. 100% {
  36. -webkit-transform: translate(-5px, 0px);
  37. -moz-transform: translate(-5px, 0px);
  38. -ms-transform: translate(-5px, 0px);
  39. transform: translate(-5px, 0px);
  40. }
  41. }
  42. .am-weather-cloud-3 {
  43. -webkit-animation-name: am-weather-cloud-3;
  44. -moz-animation-name: am-weather-cloud-3;
  45. animation-name: am-weather-cloud-3;
  46. -webkit-animation-duration: 7s;
  47. -moz-animation-duration: 7s;
  48. animation-duration: 7s;
  49. -webkit-animation-timing-function: linear;
  50. -moz-animation-timing-function: linear;
  51. animation-timing-function: linear;
  52. -webkit-animation-iteration-count: infinite;
  53. -moz-animation-iteration-count: infinite;
  54. animation-iteration-count: infinite;
  55. }
  56. @keyframes am-weather-cloud-2 {
  57. 0% {
  58. -webkit-transform: translate(0px, 0px);
  59. -moz-transform: translate(0px, 0px);
  60. -ms-transform: translate(0px, 0px);
  61. transform: translate(0px, 0px);
  62. }
  63. 50% {
  64. -webkit-transform: translate(2px, 0px);
  65. -moz-transform: translate(2px, 0px);
  66. -ms-transform: translate(2px, 0px);
  67. transform: translate(2px, 0px);
  68. }
  69. 100% {
  70. -webkit-transform: translate(0px, 0px);
  71. -moz-transform: translate(0px, 0px);
  72. -ms-transform: translate(0px, 0px);
  73. transform: translate(0px, 0px);
  74. }
  75. }
  76. .am-weather-cloud-2 {
  77. -webkit-animation-name: am-weather-cloud-2;
  78. -moz-animation-name: am-weather-cloud-2;
  79. animation-name: am-weather-cloud-2;
  80. -webkit-animation-duration: 3s;
  81. -moz-animation-duration: 3s;
  82. animation-duration: 3s;
  83. -webkit-animation-timing-function: linear;
  84. -moz-animation-timing-function: linear;
  85. animation-timing-function: linear;
  86. -webkit-animation-iteration-count: infinite;
  87. -moz-animation-iteration-count: infinite;
  88. animation-iteration-count: infinite;
  89. }
  90. /*
  91. ** SUN
  92. */
  93. @keyframes am-weather-sun {
  94. 0% {
  95. -webkit-transform: rotate(0deg);
  96. -moz-transform: rotate(0deg);
  97. -ms-transform: rotate(0deg);
  98. transform: rotate(0deg);
  99. }
  100. 100% {
  101. -webkit-transform: rotate(360deg);
  102. -moz-transform: rotate(360deg);
  103. -ms-transform: rotate(360deg);
  104. transform: rotate(360deg);
  105. }
  106. }
  107. .am-weather-sun {
  108. -webkit-animation-name: am-weather-sun;
  109. -moz-animation-name: am-weather-sun;
  110. -ms-animation-name: am-weather-sun;
  111. animation-name: am-weather-sun;
  112. -webkit-animation-duration: 9s;
  113. -moz-animation-duration: 9s;
  114. -ms-animation-duration: 9s;
  115. animation-duration: 9s;
  116. -webkit-animation-timing-function: linear;
  117. -moz-animation-timing-function: linear;
  118. -ms-animation-timing-function: linear;
  119. animation-timing-function: linear;
  120. -webkit-animation-iteration-count: infinite;
  121. -moz-animation-iteration-count: infinite;
  122. -ms-animation-iteration-count: infinite;
  123. animation-iteration-count: infinite;
  124. }
  125. @keyframes am-weather-sun-shiny {
  126. 0% {
  127. stroke-dasharray: 3px 10px;
  128. stroke-dashoffset: 0px;
  129. }
  130. 50% {
  131. stroke-dasharray: 0.1px 10px;
  132. stroke-dashoffset: -1px;
  133. }
  134. 100% {
  135. stroke-dasharray: 3px 10px;
  136. stroke-dashoffset: 0px;
  137. }
  138. }
  139. .am-weather-sun-shiny line {
  140. -webkit-animation-name: am-weather-sun-shiny;
  141. -moz-animation-name: am-weather-sun-shiny;
  142. -ms-animation-name: am-weather-sun-shiny;
  143. animation-name: am-weather-sun-shiny;
  144. -webkit-animation-duration: 2s;
  145. -moz-animation-duration: 2s;
  146. -ms-animation-duration: 2s;
  147. animation-duration: 2s;
  148. -webkit-animation-timing-function: linear;
  149. -moz-animation-timing-function: linear;
  150. -ms-animation-timing-function: linear;
  151. animation-timing-function: linear;
  152. -webkit-animation-iteration-count: infinite;
  153. -moz-animation-iteration-count: infinite;
  154. -ms-animation-iteration-count: infinite;
  155. animation-iteration-count: infinite;
  156. }
  157. /*
  158. ** STROKE
  159. */
  160. @keyframes am-weather-stroke {
  161. 0% {
  162. -webkit-transform: translate(0.0px, 0.0px);
  163. -moz-transform: translate(0.0px, 0.0px);
  164. -ms-transform: translate(0.0px, 0.0px);
  165. transform: translate(0.0px, 0.0px);
  166. }
  167. 2% {
  168. -webkit-transform: translate(0.3px, 0.0px);
  169. -moz-transform: translate(0.3px, 0.0px);
  170. -ms-transform: translate(0.3px, 0.0px);
  171. transform: translate(0.3px, 0.0px);
  172. }
  173. 4% {
  174. -webkit-transform: translate(0.0px, 0.0px);
  175. -moz-transform: translate(0.0px, 0.0px);
  176. -ms-transform: translate(0.0px, 0.0px);
  177. transform: translate(0.0px, 0.0px);
  178. }
  179. 6% {
  180. -webkit-transform: translate(0.5px, 0.4px);
  181. -moz-transform: translate(0.5px, 0.4px);
  182. -ms-transform: translate(0.5px, 0.4px);
  183. transform: translate(0.5px, 0.4px);
  184. }
  185. 8% {
  186. -webkit-transform: translate(0.0px, 0.0px);
  187. -moz-transform: translate(0.0px, 0.0px);
  188. -ms-transform: translate(0.0px, 0.0px);
  189. transform: translate(0.0px, 0.0px);
  190. }
  191. 10% {
  192. -webkit-transform: translate(0.3px, 0.0px);
  193. -moz-transform: translate(0.3px, 0.0px);
  194. -ms-transform: translate(0.3px, 0.0px);
  195. transform: translate(0.3px, 0.0px);
  196. }
  197. 12% {
  198. -webkit-transform: translate(0.0px, 0.0px);
  199. -moz-transform: translate(0.0px, 0.0px);
  200. -ms-transform: translate(0.0px, 0.0px);
  201. transform: translate(0.0px, 0.0px);
  202. }
  203. 14% {
  204. -webkit-transform: translate(0.3px, 0.0px);
  205. -moz-transform: translate(0.3px, 0.0px);
  206. -ms-transform: translate(0.3px, 0.0px);
  207. transform: translate(0.3px, 0.0px);
  208. }
  209. 16% {
  210. -webkit-transform: translate(0.0px, 0.0px);
  211. -moz-transform: translate(0.0px, 0.0px);
  212. -ms-transform: translate(0.0px, 0.0px);
  213. transform: translate(0.0px, 0.0px);
  214. }
  215. 18% {
  216. -webkit-transform: translate(0.3px, 0.0px);
  217. -moz-transform: translate(0.3px, 0.0px);
  218. -ms-transform: translate(0.3px, 0.0px);
  219. transform: translate(0.3px, 0.0px);
  220. }
  221. 20% {
  222. -webkit-transform: translate(0.0px, 0.0px);
  223. -moz-transform: translate(0.0px, 0.0px);
  224. -ms-transform: translate(0.0px, 0.0px);
  225. transform: translate(0.0px, 0.0px);
  226. }
  227. 22% {
  228. -webkit-transform: translate(1px, 0.0px);
  229. -moz-transform: translate(1px, 0.0px);
  230. -ms-transform: translate(1px, 0.0px);
  231. transform: translate(1px, 0.0px);
  232. }
  233. 24% {
  234. -webkit-transform: translate(0.0px, 0.0px);
  235. -moz-transform: translate(0.0px, 0.0px);
  236. -ms-transform: translate(0.0px, 0.0px);
  237. transform: translate(0.0px, 0.0px);
  238. }
  239. 26% {
  240. -webkit-transform: translate(-1px, 0.0px);
  241. -moz-transform: translate(-1px, 0.0px);
  242. -ms-transform: translate(-1px, 0.0px);
  243. transform: translate(-1px, 0.0px);
  244. }
  245. 28% {
  246. -webkit-transform: translate(0.0px, 0.0px);
  247. -moz-transform: translate(0.0px, 0.0px);
  248. -ms-transform: translate(0.0px, 0.0px);
  249. transform: translate(0.0px, 0.0px);
  250. }
  251. 40% {
  252. fill: orange;
  253. -webkit-transform: translate(0.0px, 0.0px);
  254. -moz-transform: translate(0.0px, 0.0px);
  255. -ms-transform: translate(0.0px, 0.0px);
  256. transform: translate(0.0px, 0.0px);
  257. }
  258. 65% {
  259. fill: white;
  260. -webkit-transform: translate(-1px, 5.0px);
  261. -moz-transform: translate(-1px, 5.0px);
  262. -ms-transform: translate(-1px, 5.0px);
  263. transform: translate(-1px, 5.0px);
  264. }
  265. 61% {
  266. fill: orange;
  267. }
  268. 100% {
  269. -webkit-transform: translate(0.0px, 0.0px);
  270. -moz-transform: translate(0.0px, 0.0px);
  271. -ms-transform: translate(0.0px, 0.0px);
  272. transform: translate(0.0px, 0.0px);
  273. }
  274. }
  275. .am-weather-stroke {
  276. -webkit-animation-name: am-weather-stroke;
  277. -moz-animation-name: am-weather-stroke;
  278. animation-name: am-weather-stroke;
  279. -webkit-animation-duration: 1.11s;
  280. -moz-animation-duration: 1.11s;
  281. animation-duration: 1.11s;
  282. -webkit-animation-timing-function: linear;
  283. -moz-animation-timing-function: linear;
  284. animation-timing-function: linear;
  285. -webkit-animation-iteration-count: infinite;
  286. -moz-animation-iteration-count: infinite;
  287. animation-iteration-count: infinite;
  288. }
  289. ]]>
  290. </style>
  291. </defs>
  292. <g id="thunder" transform="translate(16,-2)" filter="url(#blur)">
  293. <g transform="translate(0,16)">
  294. <g class="am-weather-sun"
  295. style="-moz-animation-duration:9s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-sun;-moz-animation-timing-function:linear;-ms-animation-duration:9s;-ms-animation-iteration-count:infinite;-ms-animation-name:am-weather-sun;-ms-animation-timing-function:linear;-webkit-animation-duration:9s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-sun;-webkit-animation-timing-function:linear">
  296. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
  297. <g transform="rotate(45)">
  298. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  299. stroke-width="2" />
  300. </g>
  301. <g transform="rotate(90)">
  302. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  303. stroke-width="2" />
  304. </g>
  305. <g transform="rotate(135)">
  306. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  307. stroke-width="2" />
  308. </g>
  309. <g transform="scale(-1)">
  310. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  311. stroke-width="2" />
  312. </g>
  313. <g transform="rotate(225)">
  314. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  315. stroke-width="2" />
  316. </g>
  317. <g transform="rotate(-90)">
  318. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  319. stroke-width="2" />
  320. </g>
  321. <g transform="rotate(-45)">
  322. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round"
  323. stroke-width="2" />
  324. </g>
  325. <circle r="5" fill="#ffa500" stroke="#ffa500" stroke-width="2" />
  326. </g>
  327. </g>
  328. <g class="am-weather-cloud-3">
  329. <path transform="translate(-20,-11)"
  330. 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"
  331. fill="#57a0ee" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
  332. </g>
  333. <g class="am-weather-lightning" transform="matrix(1.2,0,0,1.2,-4,28)">
  334. <polygon class="am-weather-stroke" points="11.1 6.9 14.3 -2.9 20.5 -2.9 16.4 4.3 20.3 4.3 11.5 14.6 14.9 6.9"
  335. fill="#ffa500" stroke="#fff"
  336. style="-moz-animation-duration:1.11s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-stroke;-moz-animation-timing-function:linear;-webkit-animation-duration:1.11s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-stroke;-webkit-animation-timing-function:linear" />
  337. </g>
  338. </g>
  339. </svg>