21 lines
960 B
XML
21 lines
960 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="App.model">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#60a5fa"/>
|
|
<stop offset="1" stop-color="#818cf8"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="2" stdDeviation="4" flood-color="#0f172a" flood-opacity="0.6"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<rect x="2" y="2" width="60" height="60" rx="12" ry="12" fill="url(#g)" filter="url(#s)"/>
|
|
|
|
<g transform="translate(32,34) scale(0.9)">
|
|
<path d="M-12,-8 L0,-22 L12,-8 Z" fill="#0f172a" opacity="0.95"/>
|
|
<rect x="-10" y="-8" width="20" height="16" rx="3" ry="3" fill="#0f172a" opacity="0.95"/>
|
|
<rect x="-3" y="0" width="6" height="8" rx="1" ry="1" fill="#60a5fa"/>
|
|
<circle cx="10" cy="-4" r="3" fill="#fbbf24" stroke="#fff5" stroke-width="0.6"/>
|
|
</g>
|
|
</svg>
|