mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 17:34:03 +00:00
- Added a new SVG logo for Trakt with a radial gradient background and checkbox design. - Introduced a comprehensive SVG logo for Zigbee2MQTT featuring intricate path designs and color fills.
17 lines
1008 B
XML
17 lines
1008 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
|
|
<linearGradient id="a" x1="97.508" x2="522.069" y1="308.135" y2="63.019" gradientTransform="matrix(1 0 0 -1 0 514)"
|
|
gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" style="stop-color:#aa5cc3" />
|
|
<stop offset="1" style="stop-color:#00a4dc" />
|
|
</linearGradient>
|
|
<path d="M256 196.2c-22.4 0-94.8 131.3-83.8 153.4s156.8 21.9 167.7 0-61.3-153.4-83.9-153.4" style="fill:url(#a)" />
|
|
<linearGradient id="b" x1="94.193" x2="518.754" y1="302.394" y2="57.278" gradientTransform="matrix(1 0 0 -1 0 514)"
|
|
gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" style="stop-color:#aa5cc3" />
|
|
<stop offset="1" style="stop-color:#00a4dc" />
|
|
</linearGradient>
|
|
<path
|
|
d="M256 0C188.3 0-29.8 395.4 3.4 462.2s472.3 66 505.2 0S323.8 0 256 0m165.6 404.3c-21.6 43.2-309.3 43.8-331.1 0S211.7 101.4 256 101.4 443.2 361 421.6 404.3"
|
|
style="fill:url(#b)" />
|
|
</svg>
|