<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 55" width="500px">
  <defs>
    <style>
      text{
        text-transform: uppercase;
        font-weight: 900;
        font-size: 40px;
        font-family: sans-serif;
      }
    </style>
    <clipPath id="cp">
        <text x="-1" y="42">clip-path</text>
    </clipPath>
  </defs>

  <image width="300" height="100"
         x="-5" y="0"
         preserveAspectRatio="none"
         href="https://storage.myseldon.com/news_pict_80/80E04700FDB16AA38C2A62767018D6D3" clip-path="url(#cp)">
    <animate attributeName="x"
             begin="0s"
             dur="3s"
             values="-2;2;0;-3;0"
             repeatCount="indefinite"/>
      <animate attributeName="y"
             begin="0s"
             dur="3s"
             values="-2;2;0;-3;0"
             repeatCount="indefinite"/>
  </image>
</svg>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.