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

              
                <div id="container">

  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600px" height="700px" >

    <defs>
      <filter id="blur" height="200%">
        <feGaussianBlur in="SourceAlpha" stdDeviation="4" />
      </filter>

      <filter id="bevel">
        <feGaussianBlur in="SourceAlpha" stdDeviation="5" result="feBlur"/>
        <feSpecularLighting in="feBlur" surfaceScale="6" specularConstant="1" specularExponent="40" lighting-color="#fff" result="specOut">
          <fePointLight x="90" y="75" z="400"/>
        </feSpecularLighting>
        <feComposite in="specOut" in2="SourceAlpha" operator="in" result="specOut"/>
        <feComposite in="SourceGraphic" in2="specOut" operator="arithmetic" k1="1" k2="1" k3="0" k4="0"/>
      </filter>

      <filter id="dropShadow" width="200%" height="200%">
        <feDropShadow dx="10" dy="4" stdDeviation="5" flood-color="rgba(70,55,30,0.5)"/>
      </filter>

      <radialGradient id="eyeFill" cx="30%" cy="35%" r="99%" fx="36%" fy="41%">
        <stop offset="18%" stop-color="#fbf6f6" />
        <stop offset="35%" stop-color="#d5cbc4" />
        <stop offset="55%" stop-color="#bbb1a4" />
        <stop offset="75%" stop-color="#8f7971" />
        <stop offset="80%" stop-color="#7b5b49" />
      </radialGradient>
      <radialGradient id="pupilFill" cx="27%" cy="35%" r="99%" fx="10%" fy="30%">
        <stop offset="35%" stop-color="#4f4e53" />
        <stop offset="75%" stop-color="#231f16" />
      </radialGradient>

      <radialGradient id="lipFill" cx="30%" cy="25%" r="90%" fx="40%" fy="70%">
        <stop offset="18%" stop-color="#d3625c" />
        <stop offset="70%" stop-color="#b5483c" />
        <stop offset="95%" stop-color="#a03c21" />
      </radialGradient>

      <radialGradient id="pegShadeFill" cx="0%" cy="0%" r="111%" fx="0%" fy="50%">
        <stop offset="0%" stop-opacity="0.25" />
        <stop offset="99%" stop-opacity="0" />
      </radialGradient>
    </defs>



    <g id="pegLeft1">
      <path id="pegShade1" class="pegLeft1" filter="url(#blur)" fill="url(#pegShadeFill)" d="M221.56,643.46c-29.2-13.03-51.63-22.93-51.54-26.66 c0.2-8.23,2.83-17.3,8.88-15.6c4.99,1.4,30.88,4.65,58.88,17.31S240.08,651.73,221.56,643.46z"/>
      <path id="pegShade2" class="pegLeft1" filter="url(#blur)" fill="url(#pegShadeFill)"  d="M202.18,659.08c-19.76-24.93-34.98-44-33.52-47.17 c3.23-7,8.82-13.58,13.29-9.27c3.68,3.55,24.3,18.5,43.18,42.56C244.02,669.27,214.72,674.9,202.18,659.08z"/>					
      <path id="pegPt3" class="pegLeft1" fill="#5D451A" d="M186.51,610.69c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68 c0.25-5.68,4.44-10.12,9.37-9.9C182.96,600.22,186.75,605,186.51,610.69z"/>
      <path id="pegPt2" class="pegLeft1" fill="#AF8C2F" d="M184.35,610.68c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-51.04,12.96-53.1,9.85 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,46.03-10.71,50.94-10.5C180.79,600.83,184.58,605.34,184.35,610.68z"/>
      <path id="pegPt1" class="pegLeft1" fill="#C1A12F" d="M133.41,621.18c-0.23,5.35-4.4,9.5-9.31,9.29s-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C129.85,611.33,133.64,615.84,133.41,621.18z"/>				
      <g>
        <path class="pegLeft1_1" d="M222.51-24.66c-30.5-9.6-53.92-16.86-54.26-20.58 c-0.75-8.2,0.83-17.51,7.04-16.52c5.12,0.82,31.21,1.08,60.48,10.45C265.04-41.93,241.86-18.57,222.51-24.66z"/>
        <path class="pegLeft1_2" d="M205.05-6.92c-22.49-22.5-39.79-39.7-38.7-43.02 c2.41-7.32,7.2-14.5,12.14-10.73c4.07,3.11,26.26,15.6,47.78,37.33S219.31,7.36,205.05-6.92z"/>
        <path class="pegLeft1_3" d="M186.51-50.98c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68c0.25-5.68,4.44-10.12,9.37-9.9 C182.96-61.44,186.75-56.66,186.51-50.98z"/>
        <path class="pegLeft1_4" d="M184.35-50.98c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-51.04-12.04-53.1-15.15 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,46.03,14.29,50.94,14.5C180.79-60.83,184.58-56.32,184.35-50.98z"/>
        <path class="pegLeft1_5" d="M133.41-65.48c-0.23,5.35-4.4,9.5-9.31,9.29s-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C129.85-75.33,133.64-70.83,133.41-65.48z"/>
      </g>
    </g>
    <g id="pegLeft2">
      <path id="pegShade1" class="pegLeft2" filter="url(#blur)" fill="url(#pegShadeFill)" d="M221.56,643.46c-29.2-13.03-51.63-22.93-51.54-26.66 c0.2-8.23,2.83-17.3,8.88-15.6c4.99,1.4,30.88,4.65,58.88,17.31S240.08,651.73,221.56,643.46z"/>
      <path id="pegShade2" class="pegLeft2" filter="url(#blur)" fill="url(#pegShadeFill)"  d="M202.18,659.08c-19.76-24.93-34.98-44-33.52-47.17 c3.23-7,8.82-13.58,13.29-9.27c3.68,3.55,24.3,18.5,43.18,42.56C244.02,669.27,214.72,674.9,202.18,659.08z"/>					
      <path id="pegPt3" class="pegLeft2" fill="#5D451A" d="M186.51,610.69c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68 c0.25-5.68,4.44-10.12,9.37-9.9C182.96,600.22,186.75,605,186.51,610.69z"/>
      <path id="pegPt2" class="pegLeft2" fill="#AF8C2F" d="M184.35,610.68c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-51.04,12.96-53.1,9.85 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,46.03-10.71,50.94-10.5C180.79,600.83,184.58,605.34,184.35,610.68z"/>
      <path id="pegPt1" class="pegLeft2" fill="#C1A12F" d="M133.41,621.18c-0.23,5.35-4.4,9.5-9.31,9.29s-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C129.85,611.33,133.64,615.84,133.41,621.18z"/>				
      <g>
        <path class="pegLeft2_1" d="M222.51-24.66c-30.5-9.6-53.92-16.86-54.26-20.58 c-0.75-8.2,0.83-17.51,7.04-16.52c5.12,0.82,31.21,1.08,60.48,10.45C265.04-41.93,241.86-18.57,222.51-24.66z"/>
        <path class="pegLeft2_2" d="M205.05-6.92c-22.49-22.5-39.79-39.7-38.7-43.02 c2.41-7.32,7.2-14.5,12.14-10.73c4.07,3.11,26.26,15.6,47.78,37.33S219.31,7.36,205.05-6.92z"/>
        <path class="pegLeft2_3" d="M186.51-50.98c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68c0.25-5.68,4.44-10.12,9.37-9.9 C182.96-61.44,186.75-56.66,186.51-50.98z"/>
        <path class="pegLeft2_4" d="M184.35-50.98c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-51.04-12.04-53.1-15.15 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,46.03,14.29,50.94,14.5C180.79-60.83,184.58-56.32,184.35-50.98z"/>
        <path class="pegLeft2_5" d="M133.41-65.48c-0.23,5.35-4.4,9.5-9.31,9.29s-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C129.85-75.33,133.64-70.83,133.41-65.48z"/>
      </g>
    </g>
    <g id="pegLeft3">
      <path id="pegShade1" class="pegLeft3" filter="url(#blur)" fill="url(#pegShadeFill)" d="M221.56,643.46c-29.2-13.03-51.63-22.93-51.54-26.66 c0.2-8.23,2.83-17.3,8.88-15.6c4.99,1.4,30.88,4.65,58.88,17.31S240.08,651.73,221.56,643.46z"/>
      <path id="pegShade2" class="pegLeft3" filter="url(#blur)" fill="url(#pegShadeFill)"  d="M202.18,659.08c-19.76-24.93-34.98-44-33.52-47.17 c3.23-7,8.82-13.58,13.29-9.27c3.68,3.55,24.3,18.5,43.18,42.56C244.02,669.27,214.72,674.9,202.18,659.08z"/>					
      <path id="pegPt3" class="pegLeft3" fill="#5D451A" d="M186.51,610.69c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68 c0.25-5.68,4.44-10.12,9.37-9.9C182.96,600.22,186.75,605,186.51,610.69z"/>
      <path id="pegPt2" class="pegLeft3" fill="#AF8C2F" d="M184.35,610.68c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-51.04,12.96-53.1,9.85 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,46.03-10.71,50.94-10.5C180.79,600.83,184.58,605.34,184.35,610.68z"/>
      <path id="pegPt1" class="pegLeft3" fill="#C1A12F" d="M133.41,621.18c-0.23,5.35-4.4,9.5-9.31,9.29s-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C129.85,611.33,133.64,615.84,133.41,621.18z"/>				
      <g>
        <path class="pegLeft3_1" d="M222.51-24.66c-30.5-9.6-53.92-16.86-54.26-20.58 c-0.75-8.2,0.83-17.51,7.04-16.52c5.12,0.82,31.21,1.08,60.48,10.45C265.04-41.93,241.86-18.57,222.51-24.66z"/>
        <path class="pegLeft3_2" d="M205.05-6.92c-22.49-22.5-39.79-39.7-38.7-43.02 c2.41-7.32,7.2-14.5,12.14-10.73c4.07,3.11,26.26,15.6,47.78,37.33S219.31,7.36,205.05-6.92z"/>
        <path class="pegLeft3_3" d="M186.51-50.98c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68c0.25-5.68,4.44-10.12,9.37-9.9 C182.96-61.44,186.75-56.66,186.51-50.98z"/>
        <path class="pegLeft3_4" d="M184.35-50.98c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-51.04-12.04-53.1-15.15 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,46.03,14.29,50.94,14.5C180.79-60.83,184.58-56.32,184.35-50.98z"/>
        <path class="pegLeft3_5" d="M133.41-65.48c-0.23,5.35-4.4,9.5-9.31,9.29s-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C129.85-75.33,133.64-70.83,133.41-65.48z"/>
      </g>
    </g>

    <g id="arnold">
      <g id="lips" filter="url(#dropShadow)">
        <path id="lipsLine" fill="none" stroke="#8E291D" stroke-width="9" d="M161.75,353.25c45.75,2.25,222.75,8.75,255.75,6"/>
        <path id="lipsBg" filter="url(#bevel)" fill="url(#lipFill)" d="M419.15,315.83c-30.65,0-245.581-3.28-254.45-3.14 c-8.87,0.14-34.03,10.47-31.41,40.31s24.71,39.04,32.46,39.27c3.661,0.109,57.694,2.148,115.748,4.303 c64.835,2.405,134.684,4.954,144.982,5.118c19.52,0.31,34.56-12.04,36.13-38.221C464.18,337.29,449.8,315.83,419.15,315.83z M417.5,360.25c-0.16,2.75-2.75,0-133.75-2.75c-119.52-2.51-122.25-1.26-122-4.25c0.25-3,6.97,1.33,125,2.75 C411,357.5,417.75,356,417.5,360.25z"/>
      </g>

      <path id="eyeLeft" fill="url(#eyeFill)" filter="url(#dropShadow)" d="M261.81,251.41c17.5,0,31.68,14.18,31.68,31.68s-14.18,31.68-31.68,31.68 c-17.5,0-31.68-14.18-31.68-31.68S244.31,251.41,261.81,251.41z"/>
      <path id="pupilLeft" fill="url(#pupilFill)" d="M252.72,272.72c6.07,0,10.99,5.16,10.99,11.52c0,6.36-4.92,11.52-10.99,11.52 c-6.07,0-10.99-5.16-10.99-11.52C241.73,277.88,246.65,272.72,252.72,272.72z"/>

      <path id="eyeRight" fill="url(#eyeFill)" filter="url(#dropShadow)" d="M318.37,252.06c17.5,0,31.68,14.18,31.68,31.68c0,17.5-14.18,31.68-31.68,31.68 c-17.5,0-31.68-14.18-31.68-31.68C286.69,266.24,300.87,252.06,318.37,252.06z"/>
      <path id="pupilRight" fill="url(#pupilFill)" d="M303.81,272.5c5.61,0,10.16,5.32,10.16,11.89c0,6.57-4.55,11.89-10.16,11.89 c-5.61,0-10.16-5.32-10.16-11.89C293.65,277.82,298.2,272.5,303.81,272.5z"/>

      <g fill="none">
        <path id="lipsLine2" d="M190.5,184c54.5,126.25,169.25,76.5,196.75-3.25"/>
        <path id="lipsBg2" d="M340.25,182.75c-25.75,45-80.5,40.75-98,10.5 C224.97,163.38,210.5,133.5,175.5,156c-25.2,16.2-19,56.75,15.5,98.25c21.13,25.42,55.85,47.74,95.27,48.76 c24.95,0.65,51.77-7.23,78.23-28.26c68.25-54.25,81-119.25,46-134S366,137.75,340.25,182.75z M386.75,177.25 c3.5,1-30.25,87.75-102.5,85.5s-96-77.25-93.75-79.75s20,74.5,93.5,77.25S383.25,176.25,386.75,177.25z"/>	
        <path id="eyeLeft2" d="M259.56,141.91c17.5,0,31.68,14.18,31.68,31.68 s-14.18,31.68-31.68,31.68c-17.5,0-31.68-14.18-31.68-31.68S242.06,141.91,259.56,141.91z"/>
        <path id="pupilLeft2" d="M258,148c6.07,0,10.53,5.07,9,11.25c-1.74,7.02-6.43,8.75-12.5,8.75c-6.07,0-9.75-3.25-8.99-9.52 C246.28,152.16,251.93,148,258,148z"/>
        <path id="eyeRight2" d="M316.37,139.56c17.5,0,31.68,14.18,31.68,31.68 c0,17.5-14.18,31.68-31.68,31.68c-17.5,0-31.68-14.18-31.68-31.68C284.69,153.74,298.87,139.56,316.37,139.56z"/>
        <path id="pupilRight2" d="M304.25,148.75c5.61,0,7.5,3.18,7.5,9.75c0,6.57-6.14,12.25-11.75,12.25c-5.61,0-6.75-2.68-6.75-9.25 C293.25,154.93,298.64,148.75,304.25,148.75z"/>
      </g>

      <g fill="none">
        <path id="lipsLine3" d="M161.75,353.25c45.75,2.25,222.75,8.75,255.75,6"/>
        <path id="lipsBg3" d="M419.15,315.83c-30.65,0-245.581-3.28-254.45-3.14 c-8.87,0.14-34.03,10.47-31.41,40.31s24.71,39.04,32.46,39.27c3.661,0.109,57.694,2.148,115.748,4.303 c64.835,2.405,134.684,4.954,144.982,5.118c19.52,0.31,34.56-12.04,36.13-38.221C464.18,337.29,449.8,315.83,419.15,315.83z M417.5,360.25c-0.16,2.75-2.75,0-133.75-2.75c-119.52-2.51-122.25-1.26-122-4.25c0.25-3,6.97,1.33,125,2.75 C411,357.5,417.75,356,417.5,360.25z"/>
        <path id="eyeLeft3" d="M261.81,251.41c17.5,0,31.68,14.18,31.68,31.68s-14.18,31.68-31.68,31.68 c-17.5,0-31.68-14.18-31.68-31.68S244.31,251.41,261.81,251.41z"/>
        <path id="pupilLeft3" d="M252.72,272.72c6.07,0,10.99,5.16,10.99,11.52c0,6.36-4.92,11.52-10.99,11.52 c-6.07,0-10.99-5.16-10.99-11.52C241.73,277.88,246.65,272.72,252.72,272.72z"/>
        <path id="eyeRight3" d="M318.37,252.06c17.5,0,31.68,14.18,31.68,31.68c0,17.5-14.18,31.68-31.68,31.68 c-17.5,0-31.68-14.18-31.68-31.68C286.69,266.24,300.87,252.06,318.37,252.06z"/>
        <path id="pupilRight3" d="M303.81,272.5c5.61,0,10.16,5.32,10.16,11.89c0,6.57-4.55,11.89-10.16,11.89 c-5.61,0-10.16-5.32-10.16-11.89C293.65,277.82,298.2,272.5,303.81,272.5z"/>
      </g>
    </g>




    <g id="pegRight1">
      <path id="pegShade1" class="pegRight1" filter="url(#blur)" fill="url(#pegShadeFill)" d="M504.56,642.46c-29.2-13.03-51.63-22.93-51.54-26.66 c0.2-8.23,2.83-17.3,8.88-15.6c4.99,1.4,30.88,4.65,58.88,17.31S523.08,650.73,504.56,642.46z"/>
      <path id="pegShade2" class="pegRight1" filter="url(#blur)" fill="url(#pegShadeFill)"  d="M485.18,658.08c-19.76-24.93-34.98-44-33.52-47.17 c3.23-7,8.82-13.58,13.29-9.27c3.68,3.55,24.3,18.5,43.18,42.56C527.02,668.27,497.72,673.9,485.18,658.08z"/>
      <path id="pegPt3" class="pegRight1" fill="#5D451A" d="M469.51,609.69c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68 c0.25-5.68,4.44-10.12,9.37-9.9C465.96,599.22,469.75,604,469.51,609.69z"/>
      <path id="pegPt2" class="pegRight1" fill="#AF8C2F" d="M467.35,609.68c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-46.04,12.96-48.1,9.85 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,41.03-10.71,45.94-10.5C463.79,599.83,467.58,604.34,467.35,609.68z"/>
      <path id="pegPt1" class="pegRight1" fill="#C1A12F" d="M421.41,620.18c-0.23,5.35-4.4,9.5-9.31,9.29c-4.91-0.21-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C417.85,610.33,421.64,614.84,421.41,620.18z"/>			
      <g>
        <path class="pegRight1_1" d="M505.51-25.66c-30.5-9.6-53.92-16.86-54.26-20.58 c-0.75-8.2,0.82-17.51,7.04-16.52c5.12,0.82,31.21,1.08,60.48,10.45C548.04-42.93,524.86-19.57,505.51-25.66z"/>
        <path class="pegRight1_2" d="M488.05-7.92c-22.49-22.5-39.79-39.7-38.71-43.02 c2.41-7.32,7.21-14.5,12.14-10.73c4.07,3.11,26.26,15.6,47.78,37.33C530.78-2.6,502.31,6.36,488.05-7.92z"/>
        <path class="pegRight1_3" d="M469.51-51.98c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68c0.25-5.68,4.44-10.12,9.37-9.9 C465.96-62.44,469.75-57.66,469.51-51.98z"/>
        <path class="pegRight1_4" d="M467.35-51.98c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-46.04-12.04-48.1-15.15 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,41.03,14.29,45.94,14.5C463.79-61.83,467.58-57.32,467.35-51.98z"/>
        <path class="pegRight1_5" d="M421.41-66.48c-0.23,5.35-4.4,9.5-9.31,9.29c-4.91-0.21-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C417.85-76.33,421.64-71.83,421.41-66.48z"/>
      </g>
    </g>
    <g id="pegRight2">
      <path id="pegShade1" class="pegRight2" filter="url(#blur)" fill="url(#pegShadeFill)" d="M504.56,642.46c-29.2-13.03-51.63-22.93-51.54-26.66 c0.2-8.23,2.83-17.3,8.88-15.6c4.99,1.4,30.88,4.65,58.88,17.31S523.08,650.73,504.56,642.46z"/>
      <path id="pegShade2" class="pegRight2" filter="url(#blur)" fill="url(#pegShadeFill)"  d="M485.18,658.08c-19.76-24.93-34.98-44-33.52-47.17 c3.23-7,8.82-13.58,13.29-9.27c3.68,3.55,24.3,18.5,43.18,42.56C527.02,668.27,497.72,673.9,485.18,658.08z"/>
      <path id="pegPt3" class="pegRight2" fill="#5D451A" d="M469.51,609.69c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68 c0.25-5.68,4.44-10.12,9.37-9.9C465.96,599.22,469.75,604,469.51,609.69z"/>
      <path id="pegPt2" class="pegRight2" fill="#AF8C2F" d="M467.35,609.68c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-46.04,12.96-48.1,9.85 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,41.03-10.71,45.94-10.5C463.79,599.83,467.58,604.34,467.35,609.68z"/>
      <path id="pegPt1" class="pegRight2" fill="#C1A12F" d="M421.41,620.18c-0.23,5.35-4.4,9.5-9.31,9.29c-4.91-0.21-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C417.85,610.33,421.64,614.84,421.41,620.18z"/>			
      <g>
        <path class="pegRight2_1" d="M505.51-25.66c-30.5-9.6-53.92-16.86-54.26-20.58 c-0.75-8.2,0.82-17.51,7.04-16.52c5.12,0.82,31.21,1.08,60.48,10.45C548.04-42.93,524.86-19.57,505.51-25.66z"/>
        <path class="pegRight2_2" d="M488.05-7.92c-22.49-22.5-39.79-39.7-38.71-43.02 c2.41-7.32,7.21-14.5,12.14-10.73c4.07,3.11,26.26,15.6,47.78,37.33C530.78-2.6,502.31,6.36,488.05-7.92z"/>
        <path class="pegRight2_3" d="M469.51-51.98c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68c0.25-5.68,4.44-10.12,9.37-9.9 C465.96-62.44,469.75-57.66,469.51-51.98z"/>
        <path class="pegRight2_4" d="M467.35-51.98c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-46.04-12.04-48.1-15.15 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,41.03,14.29,45.94,14.5C463.79-61.83,467.58-57.32,467.35-51.98z"/>
        <path class="pegRight2_5" d="M421.41-66.48c-0.23,5.35-4.4,9.5-9.31,9.29c-4.91-0.21-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C417.85-76.33,421.64-71.83,421.41-66.48z"/>
      </g>
    </g>
    <g id="pegRight3">
      <path id="pegShade1" class="pegRight3" filter="url(#blur)" fill="url(#pegShadeFill)" d="M504.56,642.46c-29.2-13.03-51.63-22.93-51.54-26.66 c0.2-8.23,2.83-17.3,8.88-15.6c4.99,1.4,30.88,4.65,58.88,17.31S523.08,650.73,504.56,642.46z"/>
      <path id="pegShade2" class="pegRight3" filter="url(#blur)" fill="url(#pegShadeFill)"  d="M485.18,658.08c-19.76-24.93-34.98-44-33.52-47.17 c3.23-7,8.82-13.58,13.29-9.27c3.68,3.55,24.3,18.5,43.18,42.56C527.02,668.27,497.72,673.9,485.18,658.08z"/>
      <path id="pegPt3" class="pegRight3" fill="#5D451A" d="M469.51,609.69c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68 c0.25-5.68,4.44-10.12,9.37-9.9C465.96,599.22,469.75,604,469.51,609.69z"/>
      <path id="pegPt2" class="pegRight3" fill="#AF8C2F" d="M467.35,609.68c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-46.04,12.96-48.1,9.85 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,41.03-10.71,45.94-10.5C463.79,599.83,467.58,604.34,467.35,609.68z"/>
      <path id="pegPt1" class="pegRight3" fill="#C1A12F" d="M421.41,620.18c-0.23,5.35-4.4,9.5-9.31,9.29c-4.91-0.21-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C417.85,610.33,421.64,614.84,421.41,620.18z"/>			
      <g>
        <path class="pegRight3_1" d="M505.51-25.66c-30.5-9.6-53.92-16.86-54.26-20.58 c-0.75-8.2,0.82-17.51,7.04-16.52c5.12,0.82,31.21,1.08,60.48,10.45C548.04-42.93,524.86-19.57,505.51-25.66z"/>
        <path class="pegRight3_2" d="M488.05-7.92c-22.49-22.5-39.79-39.7-38.71-43.02 c2.41-7.32,7.21-14.5,12.14-10.73c4.07,3.11,26.26,15.6,47.78,37.33C530.78-2.6,502.31,6.36,488.05-7.92z"/>
        <path class="pegRight3_3" d="M469.51-51.98c-0.25,5.69-4.44,10.12-9.37,9.9c-4.93-0.21-8.72-5-8.48-10.68c0.25-5.68,4.44-10.12,9.37-9.9 C465.96-62.44,469.75-57.66,469.51-51.98z"/>
        <path class="pegRight3_4" d="M467.35-51.98c-0.23,5.34-4.4,9.5-9.31,9.29c-3.68-0.16-46.04-12.04-48.1-15.15 c-4.54-6.87-2.95-16.64,3-18.71c4.9-1.7,41.03,14.29,45.94,14.5C463.79-61.83,467.58-57.32,467.35-51.98z"/>
        <path class="pegRight3_5" d="M421.41-66.48c-0.23,5.35-4.4,9.5-9.31,9.29c-4.91-0.21-8.7-4.72-8.47-10.06c0.23-5.34,4.4-9.5,9.31-9.29 C417.85-76.33,421.64-71.83,421.41-66.48z"/>
      </g>
    </g>


  </svg>


</div>
              
            
!

CSS

              
                html, body, #container {
  width:100%;
  height:100%;
  background:#bda571;
  background: radial-gradient(ellipse at top left, #ecdcbf, #bda571);
  overflow: hidden;
}
div, svg {
  position: absolute;
}
              
            
!

JS

              
                gsap.timeline({defaults:{ease:'none', duration:12, repeat:-1}}) 
    .to('.pegLeft1', {morphSVG:function(i){return '.pegLeft1_'+(i+1)}}, 0)
    .from('#pegLeft1', {opacity:0, duration:1, repeatDelay:11, ease:'power2.in'}, 0)
    .to('.pegLeft2', {morphSVG:function(i){return '.pegLeft2_'+(i+1)}}, 4)
    .from('#pegLeft2', {opacity:0, duration:1, repeatDelay:11, ease:'power2.in'}, 4)
    .to('.pegLeft3', {morphSVG:function(i){return '.pegLeft3_'+(i+1)}}, 8)
    .from('#pegLeft3', {opacity:0, duration:1, repeatDelay:11, ease:'power2.in'}, 8)

    .fromTo('.pegRight1', {y:9}, {morphSVG:function(i){return '.pegRight1_'+(i+1)}, y:-15}, 0)
    .from('#pegRight1', {opacity:0, duration:1, repeatDelay:11, ease:'power2.in'}, 0)
    .fromTo('.pegRight2', {y:9}, {morphSVG:function(i){return '.pegRight2_'+(i+1)}, y:-15}, 4)
    .from('#pegRight2', {opacity:0, duration:1, repeatDelay:11, ease:'power2.in'}, 4)
    .fromTo('.pegRight3', {y:9}, {morphSVG:function(i){return '.pegRight3_'+(i+1)}, y:-15}, 8)
    .from('#pegRight3', {opacity:0, duration:1, repeatDelay:11, ease:'power2.in'}, 8)

    .play(8) //jump to the beginning of the seamless loop

gsap.timeline({defaults:{duration:3.6}, repeat:-1})
    .to('#lipsLine',    {morphSVG:'#lipsLine2', ease:'none'}, 0)
    .to('#lipsBg',      {morphSVG:'#lipsBg2', ease:'none'}, 0)
    .to('#eyeLeft',     {morphSVG:'#eyeLeft2', ease:'power1.in'}, 0)
    .to('#pupilLeft',   {morphSVG:'#pupilLeft2', ease:'power1.in'}, 0)
    .to('#eyeRight',    {morphSVG:'#eyeRight2', ease:'sine.in'}, 0)
    .to('#pupilRight',  {morphSVG:'#pupilRight2', ease:'sine.in'}, 0)
    .to('#lipsLine',    {morphSVG:'#lipsLine3', duration:0.3, ease:'bounce.out(9)'}, 3.6)
    .to('#lipsBg',      {morphSVG:'#lipsBg3', duration:0.3, ease:'bounce.out(9)'}, 3.6)
    .to('#eyeLeft',     {morphSVG:'#eyeLeft3', duration:0.4, ease:'bounce.out(9)'}, 3.6)
    .to('#pupilLeft',   {morphSVG:'#pupilLeft3', duration:0.4, ease:'bounce.out(9)'}, 3.6)
    .to('#eyeRight',    {morphSVG:'#eyeRight3', duration:0.4, ease:'bounce.out(9)'}, 3.6)
    .to('#pupilRight',  {morphSVG:'#pupilRight3', duration:0.4, ease:'bounce.out(9)'}, 3.6)


var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
if (isSafari) gsap.set('#lipsBg', {attr:{filter:'none'}}); //Safari doesn't render the specular light filter correctly :(
              
            
!
999px

Console