I\'m trying to set custom SVG icons with CSS on a \'s list items. Example:
I'd use:
li{ list-style: none; } li::before{ content: ''; display: inline-block; height: y; width: x; background-image: url(); }