12 lines
462 B
XML
12 lines
462 B
XML
<svg width="120" height="48" viewBox="0 0 120 48" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop stop-color="#00d4ff" offset="0"/>
|
|
<stop stop-color="#0a84ff" offset="1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect rx="8" width="120" height="48" fill="#0b132b"/>
|
|
<text x="60" y="30" text-anchor="middle" fill="url(#g)" font-size="18" font-family="Arial, Helvetica">EnergySmart</text>
|
|
</svg>
|
|
|