frost-day.svg 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. ** FROST
  55. */
  56. @keyframes am-weather-frost {
  57. 0% {
  58. -webkit-transform: translate(0.0px, 0.0px);
  59. -moz-transform: translate(0.0px, 0.0px);
  60. -ms-transform: translate(0.0px, 0.0px);
  61. transform: translate(0.0px, 0.0px);
  62. }
  63. 1% {
  64. -webkit-transform: translate(0.3px, 0.0px);
  65. -moz-transform: translate(0.3px, 0.0px);
  66. -ms-transform: translate(0.3px, 0.0px);
  67. transform: translate(0.3px, 0.0px);
  68. }
  69. 3% {
  70. -webkit-transform: translate(-0.3px, 0.0px);
  71. -moz-transform: translate(-0.3px, 0.0px);
  72. -ms-transform: translate(-0.3px, 0.0px);
  73. transform: translate(-0.3px, 0.0px);
  74. }
  75. 5% {
  76. -webkit-transform: translate(0.3px, 0.0px);
  77. -moz-transform: translate(0.3px, 0.0px);
  78. -ms-transform: translate(0.3px, 0.0px);
  79. transform: translate(0.3px, 0.0px);
  80. }
  81. 7% {
  82. -webkit-transform: translate(-0.3px, 0.0px);
  83. -moz-transform: translate(-0.3px, 0.0px);
  84. -ms-transform: translate(-0.3px, 0.0px);
  85. transform: translate(-0.3px, 0.0px);
  86. }
  87. 9% {
  88. -webkit-transform: translate(0.3px, 0.0px);
  89. -moz-transform: translate(0.3px, 0.0px);
  90. -ms-transform: translate(0.3px, 0.0px);
  91. transform: translate(0.3px, 0.0px);
  92. }
  93. 11% {
  94. -webkit-transform: translate(-0.3px, 0.0px);
  95. -moz-transform: translate(-0.3px, 0.0px);
  96. -ms-transform: translate(-0.3px, 0.0px);
  97. transform: translate(-0.3px, 0.0px);
  98. }
  99. 13% {
  100. -webkit-transform: translate(0.3px, 0.0px);
  101. -moz-transform: translate(0.3px, 0.0px);
  102. -ms-transform: translate(0.3px, 0.0px);
  103. transform: translate(0.3px, 0.0px);
  104. }
  105. 15% {
  106. -webkit-transform: translate(-0.3px, 0.0px);
  107. -moz-transform: translate(-0.3px, 0.0px);
  108. -ms-transform: translate(-0.3px, 0.0px);
  109. transform: translate(-0.3px, 0.0px);
  110. }
  111. 16% {
  112. -webkit-transform: translate(0.0px, 0.0px);
  113. -moz-transform: translate(0.0px, 0.0px);
  114. -ms-transform: translate(0.0px, 0.0px);
  115. transform: translate(0.0px, 0.0px);
  116. }
  117. 100% {
  118. -webkit-transform: translate(0.0px, 0.0px);
  119. -moz-transform: translate(0.0px, 0.0px);
  120. -ms-transform: translate(0.0px, 0.0px);
  121. transform: translate(0.0px, 0.0px);
  122. }
  123. }
  124. .am-weather-frost {
  125. -webkit-animation-name: am-weather-frost;
  126. -moz-animation-name: am-weather-frost;
  127. animation-name: am-weather-frost;
  128. -webkit-animation-duration: 1.11s;
  129. -moz-animation-duration: 1.11s;
  130. animation-duration: 1.11s;
  131. -webkit-animation-timing-function: linear;
  132. -moz-animation-timing-function: linear;
  133. animation-timing-function: linear;
  134. -webkit-animation-iteration-count: infinite;
  135. -moz-animation-iteration-count: infinite;
  136. animation-iteration-count: infinite;
  137. }
  138. ]]>
  139. </style>
  140. </defs>
  141. <g transform="translate(16,-2)" filter="url(#blur)">
  142. <g transform="translate(0,16)">
  143. <g class="am-weather-sun" transform="translate(0,16)">
  144. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round" stroke-width="2" />
  145. <g transform="rotate(45)">
  146. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  147. stroke-width="2" />
  148. </g>
  149. <g transform="rotate(90)">
  150. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  151. stroke-width="2" />
  152. </g>
  153. <g transform="rotate(135)">
  154. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  155. stroke-width="2" />
  156. </g>
  157. <g transform="scale(-1)">
  158. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  159. stroke-width="2" />F
  160. </g>
  161. <g transform="rotate(225)">
  162. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  163. stroke-width="2" />
  164. </g>
  165. <g transform="rotate(-90)">
  166. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  167. stroke-width="2" />
  168. </g>
  169. <g transform="rotate(-45)">
  170. <line transform="translate(0,9)" y2="3" fill="none" stroke="#ffc04a" stroke-linecap="round"
  171. stroke-width="2" />
  172. </g>
  173. <circle r="5" fill="#ffc04a" stroke="#ffc04a" stroke-width="2" />
  174. </g>
  175. </g>
  176. <g transform="translate(-16,4)">
  177. <g class="am-weather-frost" stroke="#57a0ee" transform="translate(0,2)" fill="none" stroke-width="2"
  178. stroke-linecap="round"
  179. style="-moz-animation-duration:1.11s;-moz-animation-iteration-count:infinite;-moz-animation-name:am-weather-frost;-moz-animation-timing-function:linear;-webkit-animation-duration:1.11s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:am-weather-frost;-webkit-animation-timing-function:linear">
  180. <path d="M11,32H45" />
  181. <path d="M15.5,37H40.5" />
  182. <path d="M22.5,42H33.5" />
  183. </g>
  184. <g>
  185. <path stroke="#57a0ee" transform="translate(0,0)" fill="none" stroke-width="2" stroke-linecap="round"
  186. d="M28,31V9M28,22l11,-3.67M34,20l2,-4M34,20l4,2M28,22l-11,-3.67M22,20l-2,-4M22,20l-4,2M28,14.27l3.01,-3.02M28,14.27l-3.01,-3.02" />
  187. </g>
  188. </g>
  189. </g>
  190. </svg>