SVG background Image - no-repeat

CSS

body {
    background: url("http://www.w3.org/Graphics/SVG/svglogo.svg");
    background-size: 150px 150px;
    height:100%;
    width:100%;
}