<svg width="256" height="200" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid slice">
<defs>
<radialGradient id="g2" fx="0.5" fy="1">
<stop offset="0%" stop-color="white"/>
<stop offset="100%" stop-color="black"/>
</radialGradient>
<clipPath id="clipRect">
<rect x="0" y="0" width="256" height="256"/>
</clipPath>
</defs>
<rect x="0" y="0" width="100%" height="100%" fill="black"/>
<rect x="0" y="0" width="100%" height="100%" fill="url('#g2')"
transform="skewX(15) rotate(15) translate(32 0)"
clip-path="url(#clipRect)"/>
</svg>