问题 Trouble is that I can't set value (color) in fill property in Chrome, but in Firefox it works. I tried a lot ways to do it, but there is no result. The only way I see to change color of SVG icon is via jQuery (or JavaScript) by changing id of <symbol> , which is below. Please help me solve this problem! This is what I need to work in Chrome: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style> span:hover .pathCrossBtn{ fill: blue; } </style> </head> <body> <svg