<figure>
<img src="https://fatihhayrioglu.com/images/cover-photo.png" alt="">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><g><path d="M13.2,0.4l40,30.4c1.1,0.8,1.1,2.4,0,3.2l-40,29.6c-1.3,1-3.2,0-3.2-1.6V2C10,0.4,11.9-0.6,13.2,0.4z"/></g></svg>
</figure>
figure {
position: relative;
display: flex;
justify-content: center;
align-content: center;
}
figure img {
width: 1024px;
height: 700px;
}
figure svg {
width: 100px;
height: 100px;
fill: white;
position: absolute;
align-self: center;
filter: drop-shadow(1px 2px 6px rgba(0,0,0,.8));
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.