I\'m trying to set custom SVG icons with CSS on a \'s list items. Example:
I'm using:
li { margin: 0; padding: 36px 0 36px 84px; list-style: none; background-image: url("../../images/checked_red.svg"); background-repeat: no-repeat; background-position: left center; background-size: 40px; }
where background-size set the background image size.