| <!DOCTYPE html> | |
| <meta charset=utf-8> | |
| <style> | |
| div { | |
| display: inline-block; | |
| width: 96px; | |
| height: 96px; | |
| background-repeat: no-repeat; | |
| background-size: 100% 100%; | |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle%3E path { fill: none; stroke-width: 2; stroke: black; } %3C/style%3E%3Cpath d='M2 2l20 0' /%3E%3C/svg%3E"); | |
| } | |
| </style> | |
| <div></div> |