Sorry but I don't seem to understand this one, how can I add an SVG into an IMG tag and target it for things like :hover or maybe changing colours at different breakpoints?
HTML
<img src="static/img/partner-logo.svg" alt="" width="118" height="44" class="partner-logo logo">
CSS
.partner-logo:hover {
fill: red
}