No matter now I style this, I can't get the icon to appear in the fixed top navbar with Bootstrap 4 with the colour I want. I tried both the fill/color attributes:
<script src="static/js/bootstrap.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="static/css/bootstrap.min.css" type="text/css" />
<nav class="navbar navbar-expand-sm navbar-dark fixed-top bg-dark">
<div class="navbar-brand">
<img style="fill:white; width:32px; height:32px;" src="static/images/si-glyph-disc-upload.svg" />
</div>