Cross and plus cursor init

This commit is contained in:
ful1e5
2021-06-03 19:05:28 +05:30
parent a4685d5f2e
commit 5231a0e9b9
27 changed files with 464 additions and 442 deletions
+17 -18
View File
@@ -1,19 +1,18 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g filter="url(#filter0_d)">
<rect x="20" y="20" width="160" height="160" rx="50" fill="#ED1515"/>
</g>
<path d="M133.077 66.0625C118.183 51.9343 95.4129 48.5905 76.7041 59.3696C57.9952 70.149 49.5119 91.4997 54.3259 111.435L133.077 66.0625Z" fill="white"/>
<path d="M146.674 89.5654L67.9234 134.938C82.8168 149.066 105.587 152.409 124.296 141.63C143.004 130.851 151.488 109.501 146.674 89.5654Z" fill="white"/>
<defs>
<filter id="filter0_d" x="16" y="20" width="168" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="6"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<rect x="20" y="20" width="160" height="160" rx="50" fill="#ED1515"/>
</g>
<path d="M133.077 66.0625C118.183 51.9343 95.4129 48.5905 76.7041 59.3696C57.9952 70.149 49.5119 91.4997 54.3259 111.435L133.077 66.0625Z" fill="white"/>
<path d="M146.674 89.5654L67.9234 134.938C82.8168 149.066 105.587 152.409 124.296 141.63C143.004 130.851 151.488 109.501 146.674 89.5654Z" fill="white"/>
<defs>
<filter id="filter0_d" x="16" y="20" width="168" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="6"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB