I have been attempting to achieve this desired outcome. However, my efforts to reproduce it resulted in the check marks being rendered at a smaller size than intended due to using an SVG file. An example of this issue can be seen in the following image: I am currently facing this challenge.
The CSS code I employed is as follows:
li{
font-size: 21px;
margin-bottom: 1rem;
list-style-image: url("images/download.svg");
}
I am also uncertain about how to include the background color into the replication process. Could you provide guidance on achieving the desired output depicted in the image above?