Static svg init

This commit is contained in:
ful1e5
2021-06-04 14:51:21 +05:30
parent 5231a0e9b9
commit b9000a4d6f
42 changed files with 848 additions and 592 deletions
+21
View File
@@ -0,0 +1,21 @@
<?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)">
<path d="M127.961 100.44L80.1374 76.544L73.4127 96.457H48.255V104.422H73.4127L80.1374 124.335L127.961 100.44Z" fill="white"/>
<path d="M151.576 32.7357H143.606V168.144H151.576V32.7357Z" fill="white"/>
<path d="M129.525 103.571C130.712 102.978 131.461 101.766 131.461 100.44C131.461 99.1136 130.712 97.9014 129.525 97.3087L81.7018 73.4131C80.7965 72.9607 79.7397 72.9224 78.8039 73.308C77.8682 73.6936 77.1452 74.4653 76.8214 75.4242L70.9005 92.957H48.255C46.322 92.957 44.755 94.524 44.755 96.457V104.422C44.755 106.355 46.322 107.922 48.255 107.922H70.9005L76.8214 125.455C77.1452 126.414 77.8682 127.186 78.8039 127.571C79.7397 127.957 80.7965 127.919 81.7018 127.466L129.525 103.571ZM143.606 29.2357C141.673 29.2357 140.106 30.8027 140.106 32.7357V168.144C140.106 170.077 141.673 171.644 143.606 171.644H151.576C153.509 171.644 155.076 170.077 155.076 168.144V32.7357C155.076 30.8027 153.509 29.2357 151.576 29.2357H143.606Z" stroke="white" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M127.961 100.44L80.1374 76.544L73.4127 96.457H48.255V104.422H73.4127L80.1374 124.335L127.961 100.44Z" fill="#4D4D4D"/>
<path d="M151.576 32.7357H143.606V168.144H151.576V32.7357Z" fill="#4D4D4D"/>
<defs>
<filter id="filter0_d" x="37.255" y="25.7357" width="125.321" height="159.408" 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>

After

Width:  |  Height:  |  Size: 2.0 KiB