<link href='https://allfont.net/allfont.css?fonts=montserrat-bold' rel='stylesheet' type='text/css'>

<svg height="0" width="0">
    <defs>
        <clipPath id="svgTextPath">
            <text x="10" y="160" font-family="Montserrat Bold" font-size="20vh" font-weight="700"> 🐝Hello! W3cplus!🦋 </text>
        </clipPath>
    </defs>
</svg>

<div class="rick-text"></div>
body {
  height: 100vh;
  background: #B8BEB4;
  background: radial-gradient(#34495e, #22313F);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rick-text{
  width: 80vw;
  height: 80vh;
  background-size:cover;
  background-blend-mode: screen;
  clip-path: url(#svgTextPath);
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/125101/rickAndMorty2.jpg"); 
  
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.