12 lines
561 B
XML
12 lines
561 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
|
|
<!-- Background -->
|
|
<rect width="48" height="48" rx="8" fill="#2196F3"/>
|
|
|
|
<!-- SQL text -->
|
|
<text x="24" y="20" font-family="Arial, sans-serif" font-size="12" font-weight="bold" text-anchor="middle" fill="white">SQL</text>
|
|
|
|
<!-- Extract arrow -->
|
|
<path d="M18 28 L24 34 L30 28" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M24 32 L24 38" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|