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