To make sure we can display different icons per theme (Onyx, Crystal, Slate, ...…) we should not be using static paths to images in HTML via the <img> tag. Rather, we should favor using CSS to set background images of a DOM element. This allows us to override images/icons with just CSS to customize a theme.
...