add some icons

This commit is contained in:
ajnart
2025-04-25 12:35:29 +02:00
parent 5b4a4b5fed
commit 34c17ea08e
600 changed files with 3458 additions and 0 deletions

17
svg/scala.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 416">
<defs>
<linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="a">
<stop stop-color="#4F4F4F" offset="0%"/>
<stop offset="100%"/>
</linearGradient>
<linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="b">
<stop stop-color="#C40000" offset="0%"/>
<stop stop-color="red" offset="100%"/>
</linearGradient>
</defs>
<path d="M0 288v-32c0-5 116-14 192-32 37 8 64 19 64 32v32c0 13-27 24-64 32-76-18-192-27-192-32" fill="url(#a)" transform="matrix(1 0 0 -1 0 544)"/>
<path d="M0 160v-32c0-5 116-14 192-32 37 8 64 19 64 32v32c0 13-27 24-64 32-76-18-192-27-192-32" fill="url(#a)" transform="matrix(1 0 0 -1 0 288)"/>
<path d="M0 224v-96c0 8 256 24 256 64v96c0-40-256-56-256-64" fill="url(#b)" transform="matrix(1 0 0 -1 0 416)"/>
<path d="M0 96V0c0 8 256 24 256 64v96c0-40-256-56-256-64" fill="url(#b)" transform="matrix(1 0 0 -1 0 160)"/>
<path d="M0 352v-96c0 8 256 24 256 64v96c0-40-256-56-256-64" fill="url(#b)" transform="matrix(1 0 0 -1 0 672)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB