Initial commit.
26
17/accessories.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="10" y="20" width="28" height="18" rx="3"/>
|
||||
<path d="M16 20v-4a4 4 0 014-4h8a4 4 0 014 4v4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
29
17/accordion.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="10" width="32" height="28" rx="3"/>
|
||||
<rect x="14" y="10" width="4" height="28"/>
|
||||
<rect x="20" y="10" width="8" height="28"/>
|
||||
<rect x="30" y="10" width="4" height="28"/>
|
||||
<line x1="8" y1="18" x2="40" y2="18 M8 26 L40 26 M8 34 L40 34"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
26
17/account.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="15" r="7"/>
|
||||
<path d="M12 38c0-6.6 5.4-12 12-12s12 5.4 12 12"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
25
17/acorn2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="22" rx="8" ry="10"/><ellipse cx="24" cy="12" rx="10" ry="4"/><line x1="24" y1="8" x2="24" y2="4"/><circle cx="20" cy="20" r="1.5"/><circle cx="28" cy="20" r="1.5"/><line x1="24" y1="32" x2="24" y2="38"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/adapter.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="10" y="12" width="28" height="24" rx="4"/>
|
||||
<rect x="6" y="20" width="4" height="8" rx="1"/>
|
||||
<rect x="38" y="22" width="4" height="4" rx="1"/>
|
||||
<rect x="38" y="28" width="4" height="4" rx="1"/>
|
||||
<circle cx="24" cy="24" r="4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
25
17/airplane.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M6 24 L16 20 L16 14 L24 20 L36 18 L40 24 L36 30 L24 28 L16 34 L16 28 Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
28
17/airport.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="4" y="6" width="40" height="30" rx="4"/>
|
||||
<rect x="4" y="36" width="40" height="6" rx="2"/>
|
||||
<rect x="10" y="12" width="14" height="10" rx="2"/>
|
||||
<rect x="28" y="12" width="10" height="10" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/airship.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="18" ry="8"/>
|
||||
<ellipse cx="24" cy="18" rx="10" ry="5"/>
|
||||
<rect x="6" y="26" width="8" height="6" rx="2"/>
|
||||
<rect x="30" y="26" width="12" height="6" rx="3"/>
|
||||
<rect x="4" y="14" width="4" height="8" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/aix.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="14"/>
|
||||
<path d="M14 34 L24 10 L34 34"/>
|
||||
<line x1="18" y1="26" x2="30" y2="26"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
28
17/alarm2.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="6" width="32" height="32" rx="4"/>
|
||||
<circle cx="24" cy="22" r="8"/>
|
||||
<line x1="24" y1="22" x2="24" y2="16 M24 22 L28 24"/>
|
||||
<circle cx="24" cy="22" r="2" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
17/albatross.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="10" ry="5"/>
|
||||
<circle cx="24" cy="12" r="3.5"/>
|
||||
<circle cx="22" cy="10" r="1.5"/>
|
||||
<path d="M34 16 Q44 10 44 18 Q44 22 34 20"/>
|
||||
<path d="M14 16 Q4 10 4 18 Q4 22 14 20"/>
|
||||
<path d="M24 18 L24 44 M24 22 L18 22"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
27
17/alert.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<polygon points="24,6 4,42 44,42"/>
|
||||
<line x1="24" y1="18" x2="24" y2="32"/>
|
||||
<circle cx="24" cy="37" r="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
30
17/alien.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="24" y1="8" x2="24" y2="2"/>
|
||||
<circle cx="24" cy="2" r="2" fill="#607D8B"/>
|
||||
<path d="M24 8 C36 8 38 26 34 34 C30 40 18 40 14 34 C10 26 12 8 24 8 Z"/>
|
||||
<ellipse cx="16" cy="18" rx="5" ry="7" fill="#607D8B"/>
|
||||
<ellipse cx="32" cy="18" rx="5" ry="7" fill="#607D8B"/>
|
||||
<line x1="20" y1="28" x2="28" y2="28"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
29
17/alligator.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="14" ry="5"/>
|
||||
<path d="M8 22 L4 18 L6 24 L4 30 L8 26"/>
|
||||
<path d="M38 22 Q44 20 44 24 Q44 28 38 26"/>
|
||||
<line x1="14" y1="22" x2="14" y2="18 M34 22 L34 18"/>
|
||||
<line x1="10" y1="24" x2="10" y2="30 M18 24 L18 30 M30 24 L30 30 M38 24 L38 30"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
25
17/alligator2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M6 34 Q6 10 20 10 Q34 10 42 34"/><line x1="6" y1="34" x2="42" y2="34"/><circle cx="24" cy="22" r="2"/><circle cx="30" cy="22" r="2"/><path d="M6 30 L2 26"/><path d="M42 28 L46 24"/><line x1="6" y1="20" x2="42" y2="20"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
31
17/alpaca.svg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="9" ry="7"/>
|
||||
<ellipse cx="24" cy="14" rx="7" ry="6"/>
|
||||
<circle cx="22" cy="12" r="1.5"/>
|
||||
<circle cx="26" cy="12" r="1.5"/>
|
||||
<path d="M24 14 L24 8 L28 10 M24 8 L20 10"/>
|
||||
<line x1="16" y1="28" x2="10" y2="44"/>
|
||||
<line x1="32" y1="28" x2="38" y2="44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
30
17/ambulance.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="4" y="16" width="40" height="16" rx="3"/>
|
||||
<rect x="8" y="20" width="10" height="8" rx="1"/>
|
||||
<circle cx="14" cy="36" r="4"/>
|
||||
<circle cx="34" cy="36" r="4"/>
|
||||
<path d="M28 20 L28 28 L36 28"/>
|
||||
<line x1="32" y1="20" x2="32" y2="28"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
28
17/amplifier.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="8" width="36" height="32" rx="3"/>
|
||||
<circle cx="18" cy="18" r="6"/>
|
||||
<circle cx="30" cy="18" r="6"/>
|
||||
<rect x="14" y="28" width="20" height="6" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
25
17/amplifier2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="8" width="36" height="28" rx="3"/><circle cx="14" cy="22" r="5"/><circle cx="34" cy="22" r="5"/><circle cx="14" cy="22" r="2.5"/><circle cx="34" cy="22" r="2.5"/><rect x="18" y="18" width="12" height="8" rx="2"/><line x1="18" y1="8" x2="18" y2="14"/><line x1="30" y1="8" x2="30" y2="14"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
29
17/amulet.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="20" r="10"/>
|
||||
<circle cx="24" cy="20" r="6"/>
|
||||
<circle cx="24" cy="20" r="2" fill="currentColor"/>
|
||||
<line x1="24" y1="10" x2="24" y2="4"/>
|
||||
<circle cx="24" cy="4" r="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/anchor.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="10" r="4"/>
|
||||
<line x1="24" y1="14" x2="24" y2="40"/>
|
||||
<path d="M10 30 Q10 40 24 40 Q38 40 38 30"/>
|
||||
<line x1="8" y1="26" x2="40" y2="26"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/anchor2.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="24" y1="8" x2="24" y2="44"/>
|
||||
<circle cx="24" cy="8" r="4"/>
|
||||
<path d="M10 34 Q10 44 24 44 Q38 44 38 34"/>
|
||||
<line x1="10" y1="34" x2="6" y2="30 M38 34 L42 30"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
34
17/anemone.svg
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="16" y1="44" x2="16" y2="16"/>
|
||||
<line x1="20" y1="44" x2="20" y2="12"/>
|
||||
<line x1="24" y1="44" x2="24" y2="8"/>
|
||||
<line x1="28" y1="44" x2="28" y2="12"/>
|
||||
<line x1="32" y1="44" x2="32" y2="16"/>
|
||||
<ellipse cx="16" cy="14" rx="4" ry="3"/>
|
||||
<ellipse cx="20" cy="10" rx="4" ry="3"/>
|
||||
<ellipse cx="24" cy="6" rx="4" ry="3"/>
|
||||
<ellipse cx="28" cy="10" rx="4" ry="3"/>
|
||||
<ellipse cx="32" cy="14" rx="4" ry="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
29
17/angel.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="18"/>
|
||||
<circle cx="14" cy="18" r="2.5"/>
|
||||
<circle cx="34" cy="18" r="2.5"/>
|
||||
<path d="M18 30 Q24 34 30 30"/>
|
||||
<rect x="22" y="22" width="4" height="6" rx="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/angry.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="18"/>
|
||||
<circle cx="14" cy="14" r="4"/>
|
||||
<circle cx="34" cy="14" r="4"/>
|
||||
<path d="M16 28 L24 28 L32 28"/>
|
||||
<line x1="24" y1="28" x2="24" y2="36"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/angry2.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="16"/>
|
||||
<circle cx="16" cy="18" r="3" fill="currentColor"/>
|
||||
<circle cx="32" cy="18" r="3" fill="currentColor"/>
|
||||
<path d="M10 16 L16 22 M38 16 L32 22"/>
|
||||
<path d="M16 32 Q24 28 32 32"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/anklet.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M12 38 Q12 44 24 44 Q36 44 36 38" fill="none" stroke-width="3"/>
|
||||
<circle cx="24" cy="44" r="2" fill="currentColor"/>
|
||||
<circle cx="16" cy="42" r="1.5" fill="currentColor"/>
|
||||
<circle cx="32" cy="42" r="1.5" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/ant.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M24 6 Q10 14 10 24 Q10 34 24 42"/>
|
||||
<path d="M24 6 Q38 14 38 24 Q38 34 24 42"/>
|
||||
<line x1="10" y1="18" x2="38" y2="18"/>
|
||||
<line x1="10" y1="30" x2="38" y2="30"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/anteater.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="26" cy="22" rx="8" ry="6"/>
|
||||
<path d="M8 22 Q4 22 2 24 L8 24 Z"/>
|
||||
<line x1="34" y1="20" x2="44" y2="16"/>
|
||||
<line x1="34" y1="24" x2="44" y2="28"/>
|
||||
<path d="M18 28 L18 42 M30 28 L30 42"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/antenna.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="24" y1="8" x2="24" y2="38"/>
|
||||
<line x1="24" y1="8" x2="8" y2="22"/>
|
||||
<line x1="24" y1="8" x2="40" y2="22"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
27
17/anvil.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<polygon points="12,36 20,10 28,10 36,36"/>
|
||||
<rect x="12" y="36" width="24" height="6" rx="2"/>
|
||||
<line x1="24" y1="10" x2="24" y2="6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
32
17/apartment.svg
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="10" width="36" height="34" rx="2"/>
|
||||
<rect x="10" y="14" width="8" height="8" rx="1"/>
|
||||
<rect x="30" y="14" width="8" height="8" rx="1"/>
|
||||
<rect x="10" y="26" width="8" height="8" rx="1"/>
|
||||
<rect x="30" y="26" width="8" height="8" rx="1"/>
|
||||
<rect x="10" y="38" width="8" height="6" rx="1"/>
|
||||
<rect x="30" y="38" width="8" height="6" rx="1"/>
|
||||
<rect x="20" y="4" width="8" height="6" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
27
17/apple.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M16 22 Q16 10 24 10 Q32 10 32 22 Q32 36 24 40 Q16 36 16 22 Z"/>
|
||||
<path d="M20 10 Q22 4 24 6 Q26 4 28 10"/>
|
||||
<line x1="24" y1="6" x2="24" y2="10"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/apple2.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="12"/>
|
||||
<path d="M24 12 Q24 4 20 2 Q24 4 28 2 Q24 4 24 12"/>
|
||||
<path d="M20 28 Q24 32 28 28"/>
|
||||
<line x1="24" y1="12" x2="24" y2="4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
34
17/application.svg
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="12"/>
|
||||
<circle cx="24" cy="24" r="4"/>
|
||||
<line x1="24" y1="11" x2="24" y2="6"/>
|
||||
<line x1="33" y1="15" x2="37" y2="11"/>
|
||||
<line x1="37" y1="24" x2="42" y2="24"/>
|
||||
<line x1="33" y1="33" x2="37" y2="37"/>
|
||||
<line x1="24" y1="37" x2="24" y2="42"/>
|
||||
<line x1="15" y1="33" x2="11" y2="37"/>
|
||||
<line x1="11" y1="24" x2="6" y2="24"/>
|
||||
<line x1="15" y1="15" x2="11" y2="11"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
27
17/apricot.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="26" rx="8" ry="10"/>
|
||||
<path d="M24 16 Q24 10 22 6 Q24 10 26 6 Q24 10 24 16"/>
|
||||
<line x1="24" y1="16" x2="24" y2="8"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
30
17/archery.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="16"/>
|
||||
<circle cx="24" cy="24" r="10"/>
|
||||
<circle cx="24" cy="24" r="3"/>
|
||||
<line x1="12" y1="12" x2="36" y2="36"/>
|
||||
<line x1="8" y1="24" x2="40" y2="24"/>
|
||||
<line x1="24" y1="8" x2="24" y2="40"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/armadillo.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="13" ry="8"/>
|
||||
<path d="M14 20 Q24 12 34 20"/>
|
||||
<path d="M11 24 L11 32 M17 24 L17 34 M24 24 L24 34 M31 24 L31 34 M37 24 L37 32"/>
|
||||
<path d="M11 28 Q17 34 24 34 Q31 34 37 28"/>
|
||||
<circle cx="12" cy="24" r="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
25
17/armchair2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="14" width="32" height="18" rx="4"/><rect x="6" y="28" width="36" height="10" rx="3"/><rect x="12" y="10" width="24" height="6" rx="3"/><line x1="12" y1="10" x2="10" y2="6"/><line x1="36" y1="10" x2="38" y2="6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/artichoke.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="28" rx="10" ry="8"/>
|
||||
<ellipse cx="24" cy="16" rx="8" ry="6"/>
|
||||
<polygon points="24,2 20,10 28,10"/>
|
||||
<path d="M14 12 L6 8 M34 12 L42 8 M18 8 L12 4 M30 8 L36 4"/>
|
||||
<path d="M16 20 L14 16 M32 20 L34 16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
17/asparagus.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="18" y1="44" x2="18" y2="10"/>
|
||||
<line x1="30" y1="44" x2="30" y2="10"/>
|
||||
<line x1="24" y1="44" x2="24" y2="6"/>
|
||||
<polygon points="24,6 20,14 28,14"/>
|
||||
<polygon points="18,10 14,18 22,18"/>
|
||||
<polygon points="30,10 26,18 34,18"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
28
17/asteroid.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M14 8 Q22 4 30 10 Q36 16 34 24 Q32 34 22 36 Q12 38 8 28 Q4 18 14 8 Z"/>
|
||||
<circle cx="16" cy="14" r="2" fill="currentColor"/>
|
||||
<circle cx="28" cy="20" r="1.5" fill="currentColor"/>
|
||||
<circle cx="20" cy="30" r="2" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/astronaut.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="16"/>
|
||||
<circle cx="24" cy="22" r="10"/>
|
||||
<rect x="14" y="28" width="20" height="4" rx="2"/>
|
||||
<line x1="20" y1="18" x2="20" y2="26"/>
|
||||
<line x1="28" y1="18" x2="28" y2="26"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/atm.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="12" width="36" height="32" rx="4"/>
|
||||
<rect x="10" y="16" width="28" height="10" rx="2"/>
|
||||
<line x1="14" y1="30" x2="34" y2="30 M14" y1="34" x2="30" y2="34 M14" y1="38" x2="26" y2="38"/>
|
||||
<rect x="14" y="8" width="20" height="6" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
28
17/atom.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="4" fill="currentColor"/>
|
||||
<ellipse cx="24" cy="24" rx="16" ry="6" transform="rotate(30 24 24)"/>
|
||||
<ellipse cx="24" cy="24" rx="16" ry="6" transform="rotate(-30 24 24)"/>
|
||||
<ellipse cx="24" cy="24" rx="16" ry="6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/audio.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="10" y="16" width="10" height="16" rx="2"/>
|
||||
<polygon points="20,18 30,24 20,30"/>
|
||||
<path d="M33 18a10 10 0 010 12"/>
|
||||
<path d="M38 14a16 16 0 010 20"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/avocado.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="28" rx="16" ry="12"/>
|
||||
<ellipse cx="24" cy="22" rx="8" ry="4"/>
|
||||
<circle cx="24" cy="10" r="6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
26
17/award.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="18" r="10"/>
|
||||
<path d="M16 26 L12 44 L24 36 L36 44 L32 26"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
27
17/axe.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="24" y1="18" x2="24" y2="44"/>
|
||||
<rect x="6" y="6" width="20" height="12" rx="2"/>
|
||||
<rect x="26" y="8" width="6" height="8"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
25
17/axe2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="24" y1="6" x2="24" y2="42"/><path d="M10 18 L24 4 L38 18 Z"/><line x1="10" y1="18" x2="38" y2="18"/><rect x="12" y="6" width="24" height="4" rx="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
17/axolotl.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="8" ry="5"/>
|
||||
<circle cx="24" cy="16" r="4.5"/>
|
||||
<circle cx="22" cy="14" r="1.5"/>
|
||||
<circle cx="26" cy="14" r="1.5"/>
|
||||
<path d="M18 14 L14 8 L12 12 M30 14 L34 8 L36 12"/>
|
||||
<path d="M16 24 L12 44 M32 24 L36 44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
29
17/baboon.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="10" ry="12"/>
|
||||
<circle cx="19" cy="20" r="2"/>
|
||||
<circle cx="29" cy="20" r="2"/>
|
||||
<ellipse cx="24" cy="30" rx="8" ry="10"/>
|
||||
<path d="M32 30 Q38 28 40 32 Q38 36 32 34"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/baby.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="14" r="6"/>
|
||||
<circle cx="21" cy="12" r="2"/>
|
||||
<circle cx="27" cy="12" r="2"/>
|
||||
<ellipse cx="24" cy="22" rx="8" ry="5"/>
|
||||
<line x1="16" y1="22" x2="10" y2="44 M32 22 L38 44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
26
17/backpack.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="20" width="36" height="14" rx="2"/>
|
||||
<line x1="6" y1="34" x2="42" y2="34"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
29
17/backpack2.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="10" width="32" height="28" rx="6"/>
|
||||
<rect x="8" y="10" width="32" height="8" rx="3"/>
|
||||
<line x1="8" y1="18" x2="8" y2="38 M40 18 L40 38"/>
|
||||
<rect x="16" y="24" width="16" height="14" rx="2"/>
|
||||
<line x1="16" y1="10" x2="12" y2="4 M32 10 L36 4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
26
17/bacon.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M6 12 Q16 6 24 12 Q32 18 42 14 Q44 18 40 22 Q34 26 30 24 Q24 20 18 24 Q10 28 6 24 Q4 20 6 12 Z"/>
|
||||
<line x1="10" y1="14" x2="8" y2="22 M18" y1="12" x2="14" y2="22 M28" y1="14" x2="24" y2="22 M36" y1="16" x2="34" y2="22"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/badge2.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="14"/>
|
||||
<polygon points="24,10 20,18 24,14 28,18"/>
|
||||
<circle cx="24" cy="24" r="6"/>
|
||||
<circle cx="24" cy="24" r="2" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
31
17/badger.svg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="10" ry="8"/>
|
||||
<ellipse cx="24" cy="16" rx="6" ry="5"/>
|
||||
<ellipse cx="19" cy="16" rx="3" ry="4"/>
|
||||
<ellipse cx="29" cy="16" rx="3" ry="4"/>
|
||||
<circle cx="19" cy="16" r="1.5"/>
|
||||
<circle cx="29" cy="16" r="1.5"/>
|
||||
<path d="M20 26 L20 44 M28 26 L28 44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
25
17/badger2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="26" rx="10" ry="12"/><circle cx="24" cy="10" r="7"/><circle cx="18" cy="10" r="3"/><circle cx="30" cy="10" r="3"/><circle cx="20" cy="24" r="2"/><circle cx="28" cy="24" r="2"/><path d="M18 34 Q24 38 30 34"/><line x1="10" y1="26" x2="6" y2="30"/><line x1="38" y1="26" x2="42" y2="30"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
27
17/badminton.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="6" ry="18"/>
|
||||
<ellipse cx="24" cy="8" rx="12" ry="4"/>
|
||||
<ellipse cx="24" cy="40" rx="12" ry="4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
28
17/bagel.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="14"/>
|
||||
<circle cx="24" cy="24" r="6"/>
|
||||
<ellipse cx="18" cy="18" rx="2" ry="1" fill="currentColor"/>
|
||||
<ellipse cx="30" cy="30" rx="2" ry="1" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/bagpipes.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="12" cy="26" rx="6" ry="10"/>
|
||||
<line x1="18" y1="22" x2="36" y2="14"/>
|
||||
<line x1="18" y1="26" x2="38" y2="26"/>
|
||||
<line x1="36" y1="14" x2="42" y2="10"/>
|
||||
<ellipse cx="38" cy="26" rx="4" ry="6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/baguette.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="18" ry="6" transform="rotate(-30 24 24)"/>
|
||||
<line x1="12" y1="14" x2="36" y2="34" stroke-width="2"/>
|
||||
<line x1="18" y1="17" x2="30" y2="27" stroke-width="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/bait.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="20" rx="4" ry="8"/>
|
||||
<ellipse cx="24" cy="20" rx="2" ry="6" fill="currentColor"/>
|
||||
<line x1="24" y1="28" x2="24" y2="44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/baking.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="12" ry="8"/>
|
||||
<path d="M12 18 L12 36 Q12 44 24 44 Q36 44 36 36 L36 18"/>
|
||||
<line x1="12" y1="26" x2="36" y2="26"/>
|
||||
<circle cx="18" cy="34" r="2" fill="currentColor"/>
|
||||
<circle cx="30" cy="34" r="2" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
28
17/balloon.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="8" ry="10"/>
|
||||
<line x1="24" y1="28" x2="24" y2="44"/>
|
||||
<polygon points="24,44 22,40 26,40"/>
|
||||
<path d="M16 12 Q24 6 32 12"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/balloon2.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="20" rx="8" ry="10"/>
|
||||
<line x1="24" y1="30" x2="24" y2="44"/>
|
||||
<polygon points="24,44 22,40 26,40"/>
|
||||
<path d="M16 14 Q24 8 32 14"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
25
17/bamboo2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="18" y1="6" x2="18" y2="42"/><line x1="30" y1="10" x2="30" y2="42"/><line x1="14" y1="16" x2="22" y2="16"/><line x1="14" y1="26" x2="22" y2="26"/><line x1="14" y1="36" x2="22" y2="36"/><line x1="26" y1="20" x2="34" y2="20"/><line x1="26" y1="30" x2="34" y2="30"/><line x1="26" y1="40" x2="34" y2="40"/><circle cx="18" cy="6" r="2"/><circle cx="30" cy="10" r="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
26
17/banana.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M16 16 Q24 4 32 16 Q36 28 24 38 Q12 28 16 16 Z"/>
|
||||
<line x1="18" y1="14" x2="30" y2="14"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
27
17/bandage.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="18" width="36" height="12" rx="4"/>
|
||||
<rect x="14" y="18" width="20" height="12"/>
|
||||
<line x1="14" y1="18" x2="14" y2="30 M34 18 L34 30"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/banjo.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="14" ry="8"/>
|
||||
<line x1="24" y1="16" x2="24" y2="8"/>
|
||||
<rect x="20" y="6" width="8" height="4" rx="1"/>
|
||||
<line x1="24" y1="32" x2="24" y2="40"/>
|
||||
<circle cx="24" cy="40" r="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/bank.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="4" y="20" width="40" height="24" rx="2"/>
|
||||
<polygon points="24,6 4,20 44,20"/>
|
||||
<rect x="14" y="28" width="8" height="10" rx="1"/>
|
||||
<rect x="26" y="28" width="8" height="10" rx="1"/>
|
||||
<circle cx="24" cy="24" r="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/banknote.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="12" width="32" height="24" rx="3"/>
|
||||
<path d="M20 14 C32 12 32 18 24 20 C16 22 16 26 24 28 C32 30 32 36 32 34"/>
|
||||
<line x1="24" y1="14" x2="24" y2="34"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/banner2.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<polygon points="4,8 44,8 44,24 4,24"/>
|
||||
<polygon points="4,8 24,4 44,8"/>
|
||||
<line x1="4" y1="8" x2="4" y2="24 M44 8 L44 24"/>
|
||||
<line x1="12" y1="14" x2="36" y2="14 M12 20 L36 20"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/barbecue.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="12" ry="6"/>
|
||||
<line x1="12" y1="18" x2="36" y2="18"/>
|
||||
<line x1="24" y1="24" x2="24" y2="44"/>
|
||||
<line x1="16" y1="38" x2="32" y2="38"/>
|
||||
<path d="M6 14 L42 14"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
25
17/barcode.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<line x1="8" y1="6" x2="8" y2="42"/><line x1="12" y1="6" x2="12" y2="42"/><line x1="16" y1="10" x2="16" y2="38"/><line x1="19" y1="10" x2="19" y2="38"/><line x1="22" y1="10" x2="22" y2="38"/><line x1="26" y1="6" x2="26" y2="42"/><line x1="30" y1="10" x2="30" y2="38"/><line x1="33" y1="10" x2="33" y2="38"/><line x1="36" y1="10" x2="36" y2="38"/><line x1="40" y1="6" x2="40" y2="42"/><line x1="44" y1="6" x2="44" y2="42"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
27
17/barge.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="2" y="30" width="44" height="10" rx="2"/>
|
||||
<rect x="18" y="22" width="12" height="8" rx="2"/>
|
||||
<line x1="2" y1="34" x2="46" y2="34"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/barn.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<polygon points="8,28 8,12 24,4 40,12 40,28"/>
|
||||
<rect x="12" y="28" width="24" height="16"/>
|
||||
<rect x="16" y="32" width="8" height="8" rx="1"/>
|
||||
<rect x="28" y="32" width="6" height="6" rx="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/barrel.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="10" width="32" height="28" rx="4"/>
|
||||
<ellipse cx="24" cy="10" rx="16" ry="5"/>
|
||||
<ellipse cx="24" cy="38" rx="16" ry="5"/>
|
||||
<line x1="8" y1="16" x2="40" y2="16 M8 32 L40 32"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/barrier.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="4" y="16" width="40" height="20" rx="2"/>
|
||||
<line x1="12" y1="4" x2="12" y2="44 M36 4 L36 44"/>
|
||||
<line x1="4" y1="22" x2="44" y2="22 M4 28 L44 28"/>
|
||||
<line x1="12" y1="18" x2="36" y2="18" stroke-dasharray="4 2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/baseball.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="17"/>
|
||||
<path d="M12 14 Q24 20 36 14"/>
|
||||
<path d="M12 34 Q24 28 36 34"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
26
17/basil.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M24 44 L24 24 Q24 16 16 12 Q8 8 14 4 Q18 2 22 8 Q24 12 24 8 Q24 4 28 2 Q34 6 30 12 Q26 16 24 24"/>
|
||||
<line x1="24" y1="44" x2="24" y2="24"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/basilisk.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="14" ry="6"/>
|
||||
<circle cx="12" cy="12" r="5"/>
|
||||
<circle cx="10" cy="10" r="2"/>
|
||||
<line x1="14" y1="14" x2="24" y2="18 M34 18 L44 22"/>
|
||||
<line x1="24" y1="18" x2="24" y2="44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
26
17/basin.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="14" rx="16" ry="6"/>
|
||||
<path d="M8 14 L10 40 Q12 44 24 44 Q36 44 38 40 L40 14"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
25
17/basin2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="18" rx="16" ry="8"/><path d="M8 18 L8 32 Q8 38 24 38 Q40 38 40 32 L40 18"/><circle cx="18" cy="26" r="2.5"/><circle cx="30" cy="26" r="2.5"/><circle cx="24" cy="32" r="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
27
17/basket.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M6 16 L10 44 L38 44 L42 16 Z"/>
|
||||
<ellipse cx="24" cy="16" rx="18" ry="5"/>
|
||||
<path d="M6 22 L42 22 M8 30 L40 30 M10 38 L38 38"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
25
17/basket2.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="14" width="32" height="20" rx="3"/><line x1="8" y1="14" x2="16" y2="6"/><line x1="40" y1="14" x2="32" y2="6"/><line x1="16" y1="6" x2="32" y2="6"/><line x1="8" y1="22" x2="40" y2="22"/><line x1="8" y1="28" x2="40" y2="28"/><circle cx="24" cy="34" r="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
28
17/basketball.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="24" r="17"/>
|
||||
<line x1="24" y1="7" x2="24" y2="41"/>
|
||||
<path d="M7 24 Q24 14 41 24"/>
|
||||
<path d="M7 24 Q24 34 41 24"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
30
17/bass.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="22" width="26" height="16" rx="8"/>
|
||||
<line x1="32" y1="26" x2="42" y2="8"/>
|
||||
<line x1="32" y1="30" x2="42" y2="12"/>
|
||||
<line x1="32" y1="34" x2="42" y2="16"/>
|
||||
<line x1="32" y1="38" x2="42" y2="20"/>
|
||||
<rect x="6" y="26" width="6" height="8" rx="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
29
17/bat.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="20" rx="14" ry="10"/>
|
||||
<path d="M10 20 Q10 38 24 38 Q38 38 38 20"/>
|
||||
<circle cx="18" cy="16" r="2"/>
|
||||
<circle cx="30" cy="16" r="2"/>
|
||||
<path d="M24 24 L24 30 M20 28 L28 28"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/bathrobe.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<path d="M6 14 L6 44 L42 44 L42 14 Z"/>
|
||||
<path d="M6 14 Q24 0 42 14"/>
|
||||
<path d="M24 2 L24 44"/>
|
||||
<line x1="6" y1="24" x2="42" y2="24"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
28
17/bathtub.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="18" width="36" height="18" rx="4"/>
|
||||
<rect x="6" y="36" width="36" height="4" rx="2"/>
|
||||
<line x1="10" y1="22" x2="10" y2="34"/>
|
||||
<circle cx="14" cy="12" r="4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/battery.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="8" y="14" width="28" height="20" rx="2"/>
|
||||
<rect x="36" y="20" width="4" height="8" rx="1"/>
|
||||
<rect x="12" y="18" width="8" height="12" rx="1"/>
|
||||
<rect x="22" y="18" width="8" height="12" rx="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
29
17/battery2.svg
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="6" y="14" width="32" height="20" rx="3"/>
|
||||
<rect x="38" y="18" width="4" height="12" rx="1"/>
|
||||
<rect x="10" y="18" width="6" height="12" rx="1"/>
|
||||
<rect x="18" y="18" width="6" height="12" rx="1"/>
|
||||
<rect x="26" y="18" width="6" height="12" rx="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
27
17/bay-leaf.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="20" rx="6" ry="12" transform="rotate(30 24 20)"/>
|
||||
<line x1="18" y1="30" x2="24" y2="44"/>
|
||||
<line x1="24" y1="44" x2="26" y2="44"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
28
17/beaker.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="18" y="30" width="8" height="14" rx="1"/>
|
||||
<path d="M22 30 L22 10 L36 10 L36 24"/>
|
||||
<circle cx="36" cy="28" r="6"/>
|
||||
<rect x="10" y="40" width="28" height="4" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
17/bear.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<circle cx="24" cy="30" r="14"/>
|
||||
<circle cx="14" cy="18" r="7"/>
|
||||
<circle cx="34" cy="18" r="7"/>
|
||||
<circle cx="18" cy="28" r="3"/>
|
||||
<circle cx="30" cy="28" r="3"/>
|
||||
<ellipse cx="24" cy="34" rx="4" ry="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
17/beaver.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="24" rx="12" ry="9"/>
|
||||
<circle cx="18" cy="22" r="2"/>
|
||||
<circle cx="30" cy="22" r="2"/>
|
||||
<path d="M20 28 Q24 32 28 28"/>
|
||||
<ellipse cx="36" cy="30" rx="6" ry="4" transform="rotate(20 36 30)"/>
|
||||
<line x1="30" y1="24" x2="38" y2="26"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
27
17/bed.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<rect x="4" y="14" width="40" height="22" rx="4"/>
|
||||
<rect x="8" y="18" width="14" height="14" rx="2"/>
|
||||
<rect x="24" y="24" width="16" height="8" rx="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
17/bee.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="gg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CFD8DC"/>
|
||||
<stop offset="100%" stop-color="#37474F"/>
|
||||
</linearGradient>
|
||||
<filter id="g3d" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2.5" result="blur1"/>
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" result="blur2"/>
|
||||
<feOffset dx="1.5" dy="2.5" in="SourceAlpha" result="offsetAlpha"/>
|
||||
<feGaussianBlur stdDeviation="2" in="offsetAlpha" result="shadowBlur"/>
|
||||
<feFlood flood-color="#1a1a2e" flood-opacity="0.3" result="shadowColor"/>
|
||||
<feComposite in="shadowColor" in2="shadowBlur" operator="in" result="shadow"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur1"/>
|
||||
<feMergeNode in="blur2"/>
|
||||
<feMergeNode in="shadow"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g fill="none" stroke="url(#gg)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" filter="url(#g3d)">
|
||||
<ellipse cx="24" cy="26" rx="8" ry="6"/>
|
||||
<ellipse cx="24" cy="18" rx="6" ry="4"/>
|
||||
<ellipse cx="10" cy="22" rx="6" ry="3"/>
|
||||
<ellipse cx="38" cy="22" rx="6" ry="3"/>
|
||||
<line x1="18" y1="26" x2="30" y2="26"/>
|
||||
<line x1="24" y1="32" x2="24" y2="40"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |