.body {
display: flex;
justify-content: center;
width: 600px;
}
.block {
background: #5A80FF;
width: 95px;
height: 55px;
border-radius: 10px;
color: #fff;
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.img-figure-1 {
clip-path: path("M110,0H290a10,10,0,0,1,10,10V130a10,10,0,0,1-10,10H215a15,15,0,0,0-15,15v35a10,10,0,0,1-10,10H10A10,10,0,0,1,0,190V70A10,10,0,0,1,10,60H85a15,15,0,0,0,15-15V10A10,10,0,0,1,110,0Z");
background: url("https://media.istockphoto.com/id/1288385045/ru/%D1%84%D0%BE%D1%82%D0%BE/%D0%B7%D0%B0%D1%81%D0%BD%D0%B5%D0%B6%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9-%D0%BF%D0%B8%D0%BA-k2.jpg?s=612x612&w=0&k=20&c=MxlQOac2Ud_KNb1lWhpSTyJjHUgVqTK2VZMOQDtozCw=");
background-size: cover;
width: 300px;
height: 200px;
position: relative;
right: 95px;
}
.img-figure-2 {
clip-path: path("M0,190V155a10,10,0,0,1,10-10H85a15,15,0,0,0,15-15V10A10,10,0,0,1,110,0h80a10,10,0,0,1,10,10V190a10,10,0,0,1-10,10H10A10,10,0,0,1,0,190Z");
background: url("https://moya-planeta.ru/upload/images/xl/85/ec/85ec639804ea05eb0d5bf4e6793c540e5951d508.jpg");
background-size: cover;
width: 200px;
height: 200px;
position: relative;
right: 190px;
}
<body class="body">
<div class="block">Красивые пейзажи</div>
<div class="img-figure-1"></div>
<div class="img-figure-2"></div>
</body>