To change the color of an SVG using CSS, which property is used?
Use fill to set the color inside the object and stroke to set the color of the border.
The color cannot be changed with CSS.
Use fill or background to set the color inside the object and stroke to set the color of the border.
Use background-fill to set the color inside the object and stroke or border to set the color of the border.