round corner icon
by janetyc
HTML
<div id="img"></div>
CSS
#img{
background-image: url('http://cdn.pttrns.com/pttrns/785/original/Sparrow_Utilities.PNG');
width: 200px;
height: 200px;
border: 1px solid #dedede;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}