<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="1400" height="300" viewBox="0 0 1400 300">
<defs>
<style>
.pathtext {
transform: translateY(-20);
}
.svg-path {
fill: none;
stroke: #8ed2e7;
stroke-width: 2px;
}
.svg-path-text {
fill: none;
}
</style>
<pattern id="svgplane" patternUnits="objectBoundingBox" x="0" y="0" width="1" height="1">
<image xlink:href="http://www.freeiconspng.com/uploads/right-arrow-icon-15.png" x="63" y="63" height="127px" width="127px"/>
</pattern>
</defs>
<g>
<path stroke-dasharray="25,25" d="M50,20 Q248,343 1400,20" class="svg-path" id="svgpath" />
<path d="M50,0 Q248,343 1400,0" class="svg-path-text" id="svgpathtext" />
<circle r="127" cx="0" cy="0" fill="url(#svgplane)">
<animateMotion
begin="0s"
dur="5s"
repeatCount="indefinite"
rotate="auto" >
<mpath xlink:href="#svgpath" />
</animateMotion>
</circle>
<text x="40%" y="-15" height="20" fill="#00b3bd" class="pathtext turquoise fs16 avenir-roman uppercase">
<textPath xlink:href="#svgpathtext">
UN BEAU TEXTE SUR LEQUEL MON AVION PASSE
</textPath>
</text>
</g>
</svg>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.