<svg width="1200px" height="260px">
<pattern id="img1" patternUnits="userSpaceOnUse" width="1200" height="260">
<image href="00080028.jpg" x="0" y="0" width="1200" height="260"/>
</pattern>
<polygon points="40 200,40 40, 1160 40,1160 200, 580 250," style="fill:#img1; fill-opacity:0.5; stroke: black;"/>
</svg>
<meta charset="UTF-8">
<title></title>
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" width="900px" height="300px">
<pattern id="img1" patternUnits="userSpaceOnUse" width="900" height="300">
<image href="pic.jpg" x="0" y="0" width="900" height="300"/>
</pattern>
<polygon points="40 200,
40 40,
860 40,
860 200,
430 250,
"style="fill:url(#img1)"/>
</svg>
background: url(... .svg) center no-repeat;
<svg width="1200px" height="260px" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="img1" patternUnits="userSpaceOnUse" width="1200" height="260">
<image href="http://cdn.wall-pix.net/albums/people-models/00030952.Sao.Paulo.Indy.300.jpg" x="0" y="0" width="1200" height="260"/>
</pattern>
</defs>
<polygon points="40 200,40 40, 1160 40,1160 200, 580 250," style="fill:#img1; fill-opacity:0.5; stroke: black;"/>
</svg>
<---- Is transferred into the file and save it in .svgFind more questions by tags SVG