<!doctype html>
<style>
div {
width: 100px;
height: 100px;
background-image: url(resource://usercontext-content/fingerprint.svg);
background-size: 100px 100px;
background-color: white;
}
</style>
<div></div>