<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<svg id="cursor" width="30" height="30">
<defs>
<linearGradient id="gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f2c061"></stop>
<stop offset="100%" stop-color="#da1b60"></stop>
</linearGradient>
</defs>
<circle r="13" cx="15" cy="15" fill="none"></circle>
<line x1="0" y1="0" x2="30" y2="30"></line>
<line x1="0" y1="30" x2="30" y2="0"></line>
</svg>