Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <svg class="rm-ico" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none">
<path class="rm-ico-path" fill-rule="evenodd" clip-rule="evenodd" d="M17.5334 21.1586H20.7024V11.2135L11.9876 3.70402L3.27287 11.2135V21.1586H6.44187L12.0124 16.3383L17.5334 21.1586ZM21.0737 24H16.5183L11.9876 20.0677L7.43219 24H2.87675C2.23305 24 1.63886 23.7463 1.19322 23.2896C0.747578 22.833 0.5 22.1987 0.5 21.5391L0.524758 11.0359C0.524758 10.3763 0.772336 9.76744 1.21798 9.31078L1.31701 9.2093L11.9876 0L22.782 9.31078C23.2277 9.76744 23.4752 10.3763 23.4752 11.0359L23.5 21.5391C23.5 22.1987 23.2524 22.8076 22.8068 23.2896C22.3611 23.7717 21.7174 24 21.0737 24Z" fill="#E8E8ED"/>
</svg>



<svg class="rm-ico2" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none">
<path  class="rm-ico-path2" stroke="#00DEB6" d="M12.6431 19.3124L11.9894 18.7451L11.3342 19.3107L7.06027 23H2.87675C2.50479 23 2.16797 22.8567 1.90891 22.5912C1.65651 22.3326 1.50026 21.9542 1.5 21.5401C1.5 21.5398 1.5 21.5395 1.5 21.5391L1.52476 11.0383V11.0359C1.52476 10.6323 1.67374 10.2755 1.93367 10.0092L1.22488 9.31752L1.93367 10.0092L2.00279 9.93837L11.9878 1.32077L22.0921 10.0363C22.3361 10.2995 22.4752 10.6459 22.4752 11.0359L22.4752 11.0383L22.5 21.5391C22.5 21.5396 22.5 21.54 22.5 21.5404C22.4997 21.9389 22.3532 22.3072 22.0725 22.6108C21.8504 22.851 21.4934 23 21.0737 23H16.8917L12.6431 19.3124Z" stroke="black" stroke-width="2"/>
</svg>



<svg class="rm-ico3" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none">
<path  class="rm-ico-path3" stroke="#00DEB6" d="M12.6431 19.3124L11.9894 18.7451L11.3342 19.3107L7.06027 23H2.87675C2.50479 23 2.16797 22.8567 1.90891 22.5912C1.65651 22.3326 1.50026 21.9542 1.5 21.5401C1.5 21.5398 1.5 21.5395 1.5 21.5391L1.52476 11.0383V11.0359C1.52476 10.6323 1.67374 10.2755 1.93367 10.0092L1.22488 9.31752L1.93367 10.0092L2.00279 9.93837L11.9878 1.32077L22.0921 10.0363C22.3361 10.2995 22.4752 10.6459 22.4752 11.0359L22.4752 11.0383L22.5 21.5391C22.5 21.5396 22.5 21.54 22.5 21.5404C22.4997 21.9389 22.3532 22.3072 22.0725 22.6108C21.8504 22.851 21.4934 23 21.0737 23H16.8917L12.6431 19.3124Z" stroke="black" stroke-width="2"/>
</svg>
              
            
!

CSS

              
                body {
  background:#262637;
  text-align:center;
  padding-top:100px;
}

.rm-ico-path {
  fill:#00DEB6;

}
.rm-ico {
  animation: spin 1.6s ease-out infinite;
  transform-origin:14px 14px;
  
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    30%{ transform: rotate(180deg);}
    60% { transform: rotate(180deg);}
    80% { transform: rotate(360deg);}
   100% { transform: rotate(360deg);}
  }

.rm-ico-path {
  animation: color 1.6s ease-out infinite;
}
@keyframes color {
  0% {fill: #00DEB6;}
  30% {fill: gray;}
  60% {fill: gray;}
  80% {fill: #00DEB6;}
  100% {fill: #00DEB6;}
}

/* icon fill  */



.rm-ico2 {
  display:inline-block;
  margin-top:60px;
  margin-left:200px;


}
.rm-ico-path2 {
  fill:none;
  stroke-linecap:round;
  stroke-width:2.6px;
  stroke-dasharray: 100;
  stroke-dashoffset: 20;
  animation: dash 1.6s ease-out infinite;
}

@keyframes dash {
  0% {stroke-dashoffset: 100;}
  50%{stroke-dashoffset: 0;}
  100%{stroke-dashoffset: -100;}

}

/* icon rotate 2  */

.rm-ico-path3 {
  stroke-width:2.6px;
}
.rm-ico3 {
  display:inline-block;
  margin-top:60px;
  margin-left:200px;
  position:relative;
  top:0;
  fill:none;
  animation: bounce 2s ease-out infinite;
   transform-origin:14px 14px;
  
}

@keyframes bounce {
  0% {top:0px;}
  33%{top:0px;transform: rotate(180deg);}  
  42%{top:10px;}
  50%{top:6px;}
  60%{top:10px;}
  66%{top:0px;transform: rotate(180deg);}
  100%{top:0px;transform: rotate(360deg);
  }
}


              
            
!

JS

              
                
              
            
!
999px

Console