I am using svg symbols on web page (http://css-tricks.com/svg-symbol-good-choice-icons/)
To add icon i should insert next code.
<svg class="svg-icon svg-icon_exit_door">
<use xlink:href="#exit-door"/>
</svg>
Is there any way to use this construction in 'content' property of CSS selector?