How to get SVG images of VaadinIcon in V14

Hi,

In previous Vaadin with Polymer 2, I can get the image file with the following definition:

background-image: url(frontend/bower_components/vaadin-icons/assets/svg/envelope.svg);

I am wondering how I can get the same image in V14 with Polymer 3.

Best regards,
Joey