SVG Demonstration 8
Code
<svg id="content" width="200" height="200">
<g style="stroke:#000000;stroke-width:2;fill:none;">
<path d="M30 65 L75 30 L180 30 L135 65 L30 65 L30 170 L75 135 L75 30" />
<path d="M30 170 L135 170 L180 135 L75 135 M180 30 L180 135 M135 65 L135 170" />
</g>
</svg>