jquery UI Slider handle
by Nikolay Petrov
HTML
<div class="test"></div>
CSS
.test{
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Ebene_1" x="0px" y="0px" viewBox="0 0 898 1145" width="100px" height="100%" enable-background="new 0 0 898 1145" xml:space="preserve" preserveAspectRatio="none"><g><path fill="#009EE0" d="M239 0l420 0c132,0 239,107 239,239l0 420c0,70 -30,134 -79,177 -43,40 -357,309 -372,309 -14,0 -323,-268 -367,-308 -49,-44 -80,-107 -80,-178l0 -420c0,-132 107,-239 239,-239z"/></g></svg>');
width:30px;
height:40px;
}