I'm trying to add a custom cursor with CSS
it's working properly with Cursor: URL
but can we show both Pointer with this custom URL Image?
like this, I don't want to create an image with Cursor
.abcd{
width:100vw;
height:100vh;
cursor: url(https://cdn.shopify.com/s/files/1/0578/6786/2050/files/Ellipse_1.svg?v=1654343486)4 12, pointer;
}
<div class="abcd">
</div>