```metadata title: SVG Magic Filters description: >- This example brew uses the magic of SVG filtering; the first removes the pure white background from an image, while the second pixelates the image. tags: - example - reddit - svg systems: [] renderer: V3 theme: 5ePHB ``` ```css .page .removeWhiteBackground { filter: url(#removeWhite); } ``` ![](https://img00.deviantart.net/b844/i/2013/126/2/d/wasteland__commission__by_ehecod-d64attr.png){position:absolute,top:0,left:0,width:1016px,filter:url(#pixelate)} ![](https://i.pinimg.com/originals/12/04/40/1204403bb365661bb17fdd2ecdd6584c.png){position:absolute,top:0,left:0,width:550px,filter:url(#removeWhiteBackground)}