<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
    "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="500" height="250">

<g id="whiskers">
<line x1="75" y1="95" x2="135" y2="85" style="stroke: black;"/>
<line x1="75" y1="95" x2="135" y2="105" style="stroke: black;"/>
</g>

<use xlink:href="#whiskers" x="100" y="0"/>
<use xlink:href="#whiskers" x="0" y="100"/>
<use xlink:href="#whiskers" x="100" y="100"/>

</svg>
</svg>