mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 21:33:39 +00:00
78 lines
2.7 KiB
XML
78 lines
2.7 KiB
XML
<svg viewBox="0 0 600 100" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background -->
|
|
<rect width="600" height="100" fill="transparent"/>
|
|
|
|
<!-- Custom Integration Logo (left side) -->
|
|
<defs>
|
|
<linearGradient id="boltGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00D4FF;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0099CC;stop-opacity:1" />
|
|
</linearGradient>
|
|
<linearGradient id="priceGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Centered content group -->
|
|
<g transform="translate(67, 0)">
|
|
<g transform="translate(5, 20) scale(0.38)">
|
|
<!-- Lightning bolt -->
|
|
<path d="M 100 20 L 70 90 L 100 85 L 80 150 L 140 80 L 110 85 Z"
|
|
fill="url(#boltGrad)"
|
|
stroke="none"/>
|
|
|
|
<!-- Price tag circle -->
|
|
<circle cx="145" cy="50" r="35" fill="url(#priceGrad)" stroke="white" stroke-width="4"/>
|
|
|
|
<!-- Euro symbol -->
|
|
<text x="145" y="53"
|
|
font-family="Arial, sans-serif"
|
|
font-size="32"
|
|
font-weight="bold"
|
|
fill="white"
|
|
text-anchor="middle"
|
|
dominant-baseline="middle">€</text>
|
|
</g>
|
|
|
|
<!-- Integration Name -->
|
|
<text x="90" y="45"
|
|
font-family="Arial, sans-serif"
|
|
font-size="24"
|
|
font-weight="700"
|
|
fill="#333333">Tibber Prices</text>
|
|
|
|
<text x="90" y="65"
|
|
font-family="Arial, sans-serif"
|
|
font-size="12"
|
|
font-weight="normal"
|
|
fill="#666666">Custom Integration</text>
|
|
|
|
<!-- Vertical Divider -->
|
|
<line x1="270" y1="25" x2="270" y2="75"
|
|
stroke="#CCCCCC"
|
|
stroke-width="2"/>
|
|
|
|
<!-- "for" text -->
|
|
<text x="290" y="55"
|
|
font-family="Arial, sans-serif"
|
|
font-size="14"
|
|
font-weight="normal"
|
|
fill="#666666">for</text>
|
|
|
|
<!-- Tibber Logo (right side - simplified) -->
|
|
<g transform="translate(335, 50)">
|
|
<!-- Lightning bolt symbol -->
|
|
<path d="M 0 -30 L -15 5 L 0 0 L -8 25 L 18 -5 L 5 0 Z"
|
|
fill="#00D4FF"
|
|
stroke="none"/>
|
|
</g>
|
|
|
|
<!-- Tibber Text -->
|
|
<text x="365" y="58"
|
|
font-family="Arial, sans-serif"
|
|
font-size="28"
|
|
font-weight="bold"
|
|
fill="#333333">Tibber</text>
|
|
</g>
|
|
</svg>
|