change icon etx
This commit is contained in:
43
icon.svg
Normal file
43
icon.svg
Normal file
@@ -0,0 +1,43 @@
|
||||
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Background Chip Body -->
|
||||
<rect x="20" y="20" width="88" height="88" rx="12" fill="#4F46E5"/>
|
||||
|
||||
<!-- Side Pins -->
|
||||
<rect x="40" y="10" width="8" height="10" rx="2" fill="#818CF8"/>
|
||||
<rect x="60" y="10" width="8" height="10" rx="2" fill="#818CF8"/>
|
||||
<rect x="80" y="10" width="8" height="10" rx="2" fill="#818CF8"/>
|
||||
|
||||
<rect x="40" y="108" width="8" height="10" rx="2" fill="#818CF8"/>
|
||||
<rect x="60" y="108" width="8" height="10" rx="2" fill="#818CF8"/>
|
||||
<rect x="80" y="108" width="8" height="10" rx="2" fill="#818CF8"/>
|
||||
|
||||
<rect x="10" y="40" width="10" height="8" rx="2" fill="#818CF8"/>
|
||||
<rect x="10" y="60" width="10" height="8" rx="2" fill="#818CF8"/>
|
||||
<rect x="10" y="80" width="10" height="8" rx="2" fill="#818CF8"/>
|
||||
|
||||
<rect x="108" y="40" width="10" height="8" rx="2" fill="#818CF8"/>
|
||||
<rect x="108" y="60" width="10" height="8" rx="2" fill="#818CF8"/>
|
||||
<rect x="108" y="80" width="10" height="8" rx="2" fill="#818CF8"/>
|
||||
|
||||
<!-- Sourcing/Data Icon (Magnifying Glass + Data Lines) -->
|
||||
<g transform="translate(34, 34)">
|
||||
<!-- Magnifying Glass Handle -->
|
||||
<rect x="44" y="44" width="16" height="6" rx="3" transform="rotate(45 44 44)" fill="white"/>
|
||||
<!-- Magnifying Glass Rim -->
|
||||
<circle cx="28" cy="28" r="22" stroke="white" stroke-width="6"/>
|
||||
<!-- Data Lines inside Lens -->
|
||||
<rect x="18" y="18" width="20" height="3" rx="1.5" fill="white" fill-opacity="0.8"/>
|
||||
<rect x="18" y="26" width="14" height="3" rx="1.5" fill="white" fill-opacity="0.8"/>
|
||||
<rect x="18" y="34" width="18" height="3" rx="1.5" fill="white" fill-opacity="0.8"/>
|
||||
</g>
|
||||
|
||||
<!-- Subtle Gradient Overlay -->
|
||||
<rect x="20" y="20" width="88" height="88" rx="12" fill="url(#paint0_linear)" style="mix-blend-mode:overlay"/>
|
||||
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear" x1="20" y1="20" x2="108" y2="108" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.3"/>
|
||||
<stop offset="1" stop-color="black" stop-opacity="0.1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user