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="chat-icon" xmlns="http://www.w3.org/2000/svg" width="34" height="35">
  <g fill="none" fill-rule="nonzero">
    <path fill="#163045" d="M29.7724269 5.46957906C23.9368335-.32504834 14.5130011-1.36566493 7.6524816 3.20742043c-1.62555203 1.08356054-2.986804 2.40882303-4.07421475 3.90022828C.07634273 11.9106066-.58553757 18.4366531 1.91129549 24.1621529c.16532274.3380708.21956725.7186169.15516719 1.0885576l-1.7240799 7.2116936c-.11873923.5603382.05620162 1.1420165.46550157 1.5477928.33376997.3268888.78841746.5050709 1.25857833.4932526.31344059-.0078788 2.88806659-.4954619 7.72387802-1.4627492.37503883-.0444842.8133333-.3527651 1.1723743-.2381219 7.723878 2.4662631 16.7580568-.6123137 19.8614006-5.306718 3.1033439-4.6944044 4.7839047-16.2316539-1.0516887-22.02628134z" />
    <path fill="#FFF" d="M25.2380967 29.9451148c-3.6988353 2.0169258-9.1391412 2.0265164-13.0340441.4082091-.6817991-.2861022-1.4142095-.4363928-2.15509992-.4422265-.32364498.0022351-.64655774.0306785-.96548475.0850436l-4.82742376.646331.70687277-4.7794479c.19572613-1.0387667.06955351-2.1116152-.36205678-3.0785768-1.64038947-3.8424716-1.12871414-8.2317968.91573301-11.8808401 2.04444715-3.64904332 5.67182823-6.17198807 9.84252563-6.84575119 4.3836307-.70974715 8.8454416.29867376 11.9866038 3.39755108 3.1411622 3.09887731 4.8184936 7.95986061 4.0990618 12.28448091-.7194318 4.3246202-2.5078524 8.1883011-6.2066877 10.2052268z" />
    <path fill="#163045" d="M23.3970567 22.0089647c.4675634 0 .8465983.3790349.8465983.8465982a.84658774.84658774 0 01-.0079731.1159158c-.0769119.5564411-.5427158.977043-1.1040943.9969521l-11.3966184.4041767c-.6409267.0227303-1.1789268-.478417-1.2016571-1.1193436l-.0007295-.2442992c0-.5522848.4477152-1 1-1h11.8644741zm-3.8437045-4.8125702c.8039488 0 1.5334438.4706585 1.8648057 1.2031425.1939402.4287101.0036217.9334678-.4250883 1.1274081-.1103402.0499158-.2300543.0757345-.3511599.0757345h-8.9061846c-.6644773 0-1.2031425-.5386653-1.2031425-1.2031426 0-.6644772.5386652-1.2031425 1.2031425-1.2031425h7.8176271zm-7.8177811-4.7933223l12.8739023.2059824c.5339863.0085438.9623909.4438577.9623909.9779123 0 .5313244-.4301323.9623602-.9614554.9635126-1.8851703.0039559-3.6563554.019665-5.3135553.0471271-1.7320228.0287021-4.2526118.083081-7.5617671.1631368-.6482524.0156704-1.1864779-.4971285-1.2021605-1.1453806l-.0003434-.0283959c0-.6539307.5301155-1.1840462 1.1840462-1.1840462l.0189423.0001515z" />
  </g>
</svg>
              
            
!

CSS

              
                .chat-icon {
  padding: 15px;
  width: auto;
  background: #0062c3;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

              
            
!

JS

              
                
              
            
!
999px

Console