Bars

Progress bar

You can change the bar percent in style tag.

70%
<div class="progress-bar">
  <div class="progress" style="width:70%">
    <span>70%</span>
  </div>
</div>

Loading bar

You can change the bar color in circle tag class next to path.

<svg class="spinner" width="30px" height="30px" viewBox="0 0 66 66">
  <circle class="path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
</svg>