Say you have a Figma where the designer have created icons and such. Do you prefer to export them to svg and use them inside an <img /> element with the src pointing to the file, or do you prefer to extract the path and use the <svg> directly like that?
It feels like you get more control with svg tag since you can recolour etc, but it also clutters things to have the paths and all?