Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <!--red-->
    <div class="sd">
  <svg class="loading-bg-red" width="100" height="100" x="0" y="0" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="rgba(255,100,120,.2)" stroke-width="0" fill="none" stroke-dasharray="156,156" stroke-dashoffset="0" stroke-linecap="round"/>
  </svg>
  
  <svg width="100" height="100" class="loading-circle loading-red" x="100" y="100" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="#f99" stroke-width="1" fill="none" stroke-dasharray="104,156" stroke-linecap="round"  stroke-dashoffset="-52"/>
  </svg>
  </div>  
  
  <!--blue-->
    <div class="sd">
  <svg class="loading-bg-blue" width="100" height="100" x="0" y="0" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="rgba(100,170,255,.2)" stroke-width="0" fill="none" stroke-dasharray="156,156" stroke-dashoffset="0" stroke-linecap="round"/>
  </svg>
  
  <svg width="100" height="100" class="loading-circle loading-blue" x="100" y="100" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="#6bf" stroke-width="1" fill="none" stroke-dasharray="104,156" stroke-linecap="round"  stroke-dashoffset="-52"/>
  </svg>
  </div>
    
  <!--green-->
    <div class="sd">
  <svg class="loading-bg-green" width="100" height="100" x="0" y="0" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="rgba(120,220,170,.2)" stroke-width="0" fill="none" stroke-dasharray="156,156" stroke-dashoffset="0" stroke-linecap="round"/>
  </svg>
  
  <svg width="100" height="100" class="loading-circle loading-green" x="100" y="100" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="#6d9" stroke-width="1" fill="none" stroke-dasharray="104,156" stroke-linecap="round"  stroke-dashoffset="-52"/>
  </svg>
  </div>
      
  <!--yellow-->
    <div class="sd">
  <svg class="loading-bg-yellow" width="100" height="100" x="0" y="0" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="rgba(120,220,170,.2)" stroke-width="0" fill="none" stroke-dasharray="156,156" stroke-dashoffset="0" stroke-linecap="round"/>
  </svg>
  
  <svg width="100" height="100" class="loading-circle loading-yellow" x="100" y="100" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="#fb6" stroke-width="1" fill="none" stroke-dasharray="104,156" stroke-linecap="round"  stroke-dashoffset="-52"/>
  </svg>
  </div>
        
  <!--four-color-->
    <div class="sd">
  <svg class="loading-bg-three-color" width="100" height="100" x="0" y="0" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="rgba(120,220,170,.2)" stroke-width="0" fill="none" stroke-dasharray="156,156" stroke-dashoffset="0" stroke-linecap="round"/>
  </svg>
  
  <svg width="100" height="100" class="loading-circle loading-three-color" x="100" y="100" style="position:absolute; top:0; left:0;">
    <circle cx="50" cy="50" r="25" stroke="#6d9" stroke-width="1" fill="none" stroke-dasharray="104,156" stroke-linecap="round"  stroke-dashoffset="-52"/>
  </svg>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
oxxopro
0viewers