taler-assets

Shared resources (icons) for user interfaces
Log | Files | Refs | README

spinner-bars.svg (2395B)


      1 <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
      2 <svg width="135" height="140" viewBox="0 0 135 140" xmlns="http://www.w3.org/2000/svg" fill="#fff">
      3     <rect y="10" width="15" height="120" rx="6">
      4         <animate attributeName="height"
      5              begin="0.5s" dur="1s"
      6              values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
      7              repeatCount="indefinite" />
      8         <animate attributeName="y"
      9              begin="0.5s" dur="1s"
     10              values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
     11              repeatCount="indefinite" />
     12     </rect>
     13     <rect x="30" y="10" width="15" height="120" rx="6">
     14         <animate attributeName="height"
     15              begin="0.25s" dur="1s"
     16              values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
     17              repeatCount="indefinite" />
     18         <animate attributeName="y"
     19              begin="0.25s" dur="1s"
     20              values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
     21              repeatCount="indefinite" />
     22     </rect>
     23     <rect x="60" width="15" height="140" rx="6">
     24         <animate attributeName="height"
     25              begin="0s" dur="1s"
     26              values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
     27              repeatCount="indefinite" />
     28         <animate attributeName="y"
     29              begin="0s" dur="1s"
     30              values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
     31              repeatCount="indefinite" />
     32     </rect>
     33     <rect x="90" y="10" width="15" height="120" rx="6">
     34         <animate attributeName="height"
     35              begin="0.25s" dur="1s"
     36              values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
     37              repeatCount="indefinite" />
     38         <animate attributeName="y"
     39              begin="0.25s" dur="1s"
     40              values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
     41              repeatCount="indefinite" />
     42     </rect>
     43     <rect x="120" y="10" width="15" height="120" rx="6">
     44         <animate attributeName="height"
     45              begin="0.5s" dur="1s"
     46              values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
     47              repeatCount="indefinite" />
     48         <animate attributeName="y"
     49              begin="0.5s" dur="1s"
     50              values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
     51              repeatCount="indefinite" />
     52     </rect>
     53 </svg>