Why use inline_svg instead of a normal image or asset tag?
Normal image tags don’t allow us to specify a class that gets add to the svg element itself. Instead, they render an <img> that points to the svg, which is different to rendering the svg directly.