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
+19
View File
@@ -0,0 +1,19 @@
<?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="M96.4079 32.5419V96.0147H79.2218L72.4961 76.1017L24.6726 99.9973L72.4961 123.893L79.2218 103.98H96.4079V167.951H104.378V103.98H121.566L128.29 123.893L176.114 99.9973L128.29 76.1017L121.566 96.0147H104.378V32.5419H96.4079Z" fill="white"/>
<path d="M96.4079 29.0419C94.4749 29.0419 92.9079 30.6089 92.9079 32.5419V92.5147H81.7339L75.8121 74.9817C75.4883 74.0229 74.7652 73.2512 73.8295 72.8656C72.8938 72.4801 71.837 72.5184 70.9317 72.9708L23.1082 96.8664C21.922 97.4591 21.1726 98.6713 21.1726 99.9973C21.1726 101.323 21.922 102.536 23.1082 103.128L70.9317 127.024C71.837 127.476 72.8938 127.515 73.8295 127.129C74.7652 126.743 75.4883 125.972 75.8121 125.013L81.7339 107.48H92.9079V167.951C92.9079 169.884 94.4749 171.451 96.4079 171.451H104.378C106.311 171.451 107.878 169.884 107.878 167.951V107.48H119.053L124.974 125.013C125.298 125.972 126.021 126.743 126.957 127.129C127.892 127.515 128.949 127.476 129.855 127.024L177.678 103.128C178.864 102.536 179.614 101.323 179.614 99.9973C179.614 98.6713 178.864 97.4591 177.678 96.8664L129.855 72.9708C128.949 72.5184 127.892 72.4801 126.957 72.8657C126.021 73.2512 125.298 74.023 124.974 74.9818L119.053 92.5147H107.878V32.5419C107.878 30.6089 106.311 29.0419 104.378 29.0419H96.4079Z" stroke="white" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M96.4079 32.5419V96.0147H79.2218L72.4961 76.1017L24.6726 99.9973L72.4961 123.893L79.2218 103.98H96.4079V167.951H104.378V103.98H121.566L128.29 123.893L176.114 99.9973L128.29 76.1017L121.566 96.0147H104.378V32.5419H96.4079Z" fill="#4D4D4D"/>
<defs>
<filter id="filter0_d" x="13.6726" y="25.5419" width="173.441" height="159.409" 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.4 KiB