.arrow {
position: relative;
}
.arrow::before {
content: '';
display: block;
width: 650px;
height: 600px;
background: blue;
}
.arrow::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 600px;
height: 400px;
background: url(http://cliparting.com/wp-content/uploads/2016/05/Arrow-clipart-arrow-graphics-clipartcow-2.png);
}