<svg width="60" height="145" viewBox="0 0 60 145" class="ferry-wand">
<polygon class="star" points="0,20 20,20 30,0 40,20 60,20 40,35 60,60 30,45 0,60 20,35 " fill="#b6e2ff"/>
<line class="stick" x1="30" y1="35" x2="30" y2="145" stroke="#818ccf" stroke-width="4"/>
</svg>
.stick{
stroke: lightgrey;
}
.ferry-wand:hover .star{
fill: yellow;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.