svg { width: 100px; height: 100px;}svg:hover path { fill: red;}
<style> .x-svg:hover g, .x-svg:hover path{ fill: red; } </style>