fog-day.svg 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. ** SUN
  20. */
  21. @keyframes am-weather-sun {
  22. 0% {
  23. -webkit-transform: rotate(0deg);
  24. -moz-transform: rotate(0deg);
  25. -ms-transform: rotate(0deg);
  26. transform: rotate(0deg);
  27. }
  28. 100% {
  29. -webkit-transform: rotate(360deg);
  30. -moz-transform: rotate(360deg);
  31. -ms-transform: rotate(360deg);
  32. transform: rotate(360deg);
  33. }
  34. }
  35. .am-weather-sun {
  36. -webkit-animation-name: am-weather-sun;
  37. -moz-animation-name: am-weather-sun;
  38. -ms-animation-name: am-weather-sun;
  39. animation-name: am-weather-sun;
  40. -webkit-animation-duration: 9s;
  41. -moz-animation-duration: 9s;
  42. -ms-animation-duration: 9s;
  43. animation-duration: 9s;
  44. -webkit-animation-timing-function: linear;
  45. -moz-animation-timing-function: linear;
  46. -ms-animation-timing-function: linear;
  47. animation-timing-function: linear;
  48. -webkit-animation-iteration-count: infinite;
  49. -moz-animation-iteration-count: infinite;
  50. -ms-animation-iteration-count: infinite;
  51. animation-iteration-count: infinite;
  52. }
  53. /*
  54. ** FOG
  55. */
  56. @keyframes am-weather-fog-1 {
  57. 0% {
  58. transform: translate(0px, 0px)
  59. }
  60. 50% {
  61. transform: translate(7px, 0px)
  62. }
  63. 100% {
  64. transform: translate(0px, 0px)
  65. }
  66. }
  67. .am-weather-fog-1 {
  68. -webkit-animation-name: am-weather-fog-1;
  69. -moz-animation-name: am-weather-fog-1;
  70. -ms-animation-name: am-weather-fog-1;
  71. animation-name: am-weather-fog-1;
  72. -webkit-animation-duration: 8s;
  73. -moz-animation-duration: 8s;
  74. -ms-animation-duration: 8s;
  75. animation-duration: 8s;
  76. -webkit-animation-timing-function: linear;
  77. -moz-animation-timing-function: linear;
  78. -ms-animation-timing-function: linear;
  79. animation-timing-function: linear;
  80. -webkit-animation-iteration-count: infinite;
  81. -moz-animation-iteration-count: infinite;
  82. -ms-animation-iteration-count: infinite;
  83. animation-iteration-count: infinite;
  84. }
  85. @keyframes am-weather-fog-2 {
  86. 0% {
  87. transform: translate(0px, 0px)
  88. }
  89. 21.05% {
  90. transform: translate(-6px, 0px)
  91. }
  92. 78.95% {
  93. transform: translate(9px, 0px)
  94. }
  95. 100% {
  96. transform: translate(0px, 0px)
  97. }
  98. }
  99. .am-weather-fog-2 {
  100. -webkit-animation-name: am-weather-fog-2;
  101. -moz-animation-name: am-weather-fog-2;
  102. -ms-animation-name: am-weather-fog-2;
  103. animation-name: am-weather-fog-2;
  104. -webkit-animation-duration: 20s;
  105. -moz-animation-duration: 20s;
  106. -ms-animation-duration: 20s;
  107. animation-duration: 20s;
  108. -webkit-animation-timing-function: linear;
  109. -moz-animation-timing-function: linear;
  110. -ms-animation-timing-function: linear;
  111. animation-timing-function: linear;
  112. -webkit-animation-iteration-count: infinite;
  113. -moz-animation-iteration-count: infinite;
  114. -ms-animation-iteration-count: infinite;
  115. animation-iteration-count: infinite;
  116. }
  117. @keyframes am-weather-fog-3 {
  118. 0% {
  119. transform: translate(0px, 0px)
  120. }
  121. 25% {
  122. transform: translate(4px, 0px)
  123. }
  124. 75% {
  125. transform: translate(-4px, 0px)
  126. }
  127. 100% {
  128. transform: translate(0px, 0px)
  129. }
  130. }
  131. .am-weather-fog-3 {
  132. -webkit-animation-name: am-weather-fog-3;
  133. -moz-animation-name: am-weather-fog-3;
  134. -ms-animation-name: am-weather-fog-3;
  135. animation-name: am-weather-fog-3;
  136. -webkit-animation-duration: 6s;
  137. -moz-animation-duration: 6s;
  138. -ms-animation-duration: 6s;
  139. animation-duration: 6s;
  140. -webkit-animation-timing-function: linear;
  141. -moz-animation-timing-function: linear;
  142. -ms-animation-timing-function: linear;
  143. animation-timing-function: linear;
  144. -webkit-animation-iteration-count: infinite;
  145. -moz-animation-iteration-count: infinite;
  146. -ms-animation-iteration-count: infinite;
  147. animation-iteration-count: infinite;
  148. }
  149. @keyframes am-weather-fog-4 {
  150. 0% {
  151. transform: translate(0px, 0px)
  152. }
  153. 50% {
  154. transform: translate(-4px, 0px)
  155. }
  156. 100% {
  157. transform: translate(0px, 0px)
  158. }
  159. }
  160. .am-weather-fog-4 {
  161. -webkit-animation-name: am-weather-fog-4;
  162. -moz-animation-name: am-weather-fog-4;
  163. -ms-animation-name: am-weather-fog-4;
  164. animation-name: am-weather-fog-4;
  165. -webkit-animation-duration: 6s;
  166. -moz-animation-duration: 6s;
  167. -ms-animation-duration: 6s;
  168. animation-duration: 6s;
  169. -webkit-animation-timing-function: linear;
  170. -moz-animation-timing-function: linear;
  171. -ms-animation-timing-function: linear;
  172. animation-timing-function: linear;
  173. -webkit-animation-iteration-count: infinite;
  174. -moz-animation-iteration-count: infinite;
  175. -ms-animation-iteration-count: infinite;
  176. animation-iteration-count: infinite;
  177. }
  178. ]]>
  179. </style>
  180. </defs>
  181. <g transform="translate(16,-2)" filter="url(#blur)">
  182. <g transform="translate(0,16)">
  183. <g class="am-weather-sun" transform="translate(0,16)">
  184. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round" stroke-width="2" />
  185. <g transform="rotate(45)">
  186. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  187. stroke-width="2" />
  188. </g>
  189. <g transform="rotate(90)">
  190. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  191. stroke-width="2" />
  192. </g>
  193. <g transform="rotate(135)">
  194. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  195. stroke-width="2" />
  196. </g>
  197. <g transform="scale(-1)">
  198. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  199. stroke-width="2" />F
  200. </g>
  201. <g transform="rotate(225)">
  202. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  203. stroke-width="2" />
  204. </g>
  205. <g transform="rotate(-90)">
  206. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  207. stroke-width="2" />
  208. </g>
  209. <g transform="rotate(-45)">
  210. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  211. stroke-width="2" />
  212. </g>
  213. <circle r="5" fill="#ffc04a" stroke="#ffc04a" stroke-width="2" />
  214. </g>
  215. </g>
  216. <g class="am-weather-fog" transform="translate(-10,20)" fill="none" stroke="#c6deff" stroke-linecap="round"
  217. stroke-width="2">
  218. <line class="am-weather-fog-1" y1="0" y2="0" x1="1" x2="37" stroke-dasharray="3, 5, 17, 5, 7" />
  219. <line class="am-weather-fog-2" y1="5" y2="5" x1="9" x2="33" stroke-dasharray="11, 7, 15" />
  220. <line class="am-weather-fog-3" y1="10" y2="10" x1="5" x2="40" stroke-dasharray="11, 7, 3, 5, 9" />
  221. <line class="am-weather-fog-4" y1="15" y2="15" x1="7" x2="42" stroke-dasharray="13, 5, 9, 5, 3" />
  222. </g>
  223. </g>
  224. </svg>