<svg xmlns="https://www.w3.org/2000/svg" version="1.1">
<linearGradient id="MyGradient" gradientUnits="userSpaceOnUse" x1="100" y1="0" x2="300" y2="0">
<stop offset="0" style="stop-color:#000000" />
<stop offset=".33" style="stop-color:#ffffff" />
<stop offset=".67" style="stop-color:#ffff00" />
<stop offset="1" style="stop-color:#808080" />
<feBlend mode="normal" in2="BackgroundImage" in="SourceGraphic" />
<feBlend mode="multiply" in2="BackgroundImage" in="SourceGraphic" />
<feBlend mode="screen" in2="BackgroundImage" in="SourceGraphic" />