I'm trying to achieve the same effect as in the picture attached below using font-awsome layers and css. I can achieve everything but the gradient. Is it possible without using any extra graphics?
My code so far:
<script src="https://use.fontawesome.com/releases/v5.8.1/js/all.js"></script>
<span class="fa-layers fa-fw fa-7x">
<i class="far fa-circle progress-circle" ></i>
<i class="far fa-circle progress-circle-small" data-fa-transform="shrink-8" style="color: white;"></i>
<i class="fas fa-sync-alt progress-circle-small" data-fa-transform="shrink-12" style="color: white;"></i>
</span>