Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html >
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
 
  <svg height=200 width=200 viewBox='0 0 200 200'>
    <rect width=200 height=200 class="face" />
    <!-- left eye -->
    <rect x=50 y=80 width=10 height=10 fill="white" />
    <!-- right eye -->
    <rect x=150 y=80 width=10 height=10 fill="white"/>
    <!-- nose -->
    <rect x=100 y=110 width=10 height=20 fill="white"/>
    <!-- mouth -->
    <rect x=60 y=150 width=100 height=10 fill="red"/>
  </svg>
  <input type="color" name="favcolor" id="favcolor">
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers