Whitespace SVG

Altered SVG to account for whitespace

HTML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
    <g stroke="none" fill="#444">
        <rect x="10" y="10" width="40" height="9" />
        <rect x="10" y="25.5" width="40" height="9" />
        <rect x="10" y="41" width="40" height="9" />
        <rect x="0" y="0" width="60" height="60" fill="transparent" stroke="none" stroke-width="0" />
        <animateTransform begin="mouseover" attributeName="transform" type="rotate" dur="0.5s" from="0 30 30" to="-90 30 30" fill="freeze" />
    </g>
</svg>