desc
string | svg
string | image
image | shape_name
string | bg_color
string | gradient_type
string | num_stops
int64 | is_stroke_gradient
bool |
|---|---|---|---|---|---|---|---|
a circle with radius 68.0 at (374.0, 333.0) filled with a linear gradient from left to right (#1a9fe3 to #6559c5 to #cd8c84) within a 512 x 512 box of color "#960459"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_b6e5ea3c" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#1a9fe3" />
<stop offset="50%" stop-color="#6559c5" />
<stop offset="100%" stop-color="#cd8c84" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#960459" />
<circle cx="374.0" cy="333.0" r="68.0" fill="url(#grad_b6e5ea3c)" />
</svg>
|
circle
|
#960459
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 84.0, height 269.0, and corner radius 27.7 at (149.0, 78.0) filled with a linear gradient from left to right (#45756b to #9d92d5) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_3d459f23" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#45756b" />
<stop offset="100%" stop-color="#9d92d5" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="149.0" y="78.0" width="84.0" height="269.0" rx="27.7" ry="27.7" fill="url(#grad_3d459f23)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 2
| false
|
|
a rounded rectangle with width 416.0, height 395.0, and corner radius 111.9 at (82.0, 63.0) with a linear gradient from top to bottom (#6401c5 to #105c35 to #af0dc5) stroke (width 5.3) and #6401c5 fill within a 512 x 512 box of color "#82a7d4"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_026509cf" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#6401c5" />
<stop offset="50%" stop-color="#105c35" />
<stop offset="100%" stop-color="#af0dc5" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#82a7d4" />
<rect x="82.0" y="63.0" width="416.0" height="395.0" rx="111.9" ry="111.9" fill="#6401c5" stroke="url(#grad_026509cf)" stroke-width="5.3" />
</svg>
|
rounded-rect
|
#82a7d4
|
linear-vertical
| 3
| true
|
|
a circle with radius 82.0 at (272.0, 270.0) filled with a linear gradient from top to bottom (#ecc5d7 to #0e0e31) within a 512 x 512 box of color "#9e1cd8"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_d44d0f48" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ecc5d7" />
<stop offset="100%" stop-color="#0e0e31" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#9e1cd8" />
<circle cx="272.0" cy="270.0" r="82.0" fill="url(#grad_d44d0f48)" />
</svg>
|
circle
|
#9e1cd8
|
linear-vertical
| 2
| false
|
|
a rounded rectangle with width 430.0, height 222.0, and corner radius 38.9 at (69.0, 71.0) filled with a radial gradient from center (#874a21 to #fd1423) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_fe5bfabd" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#874a21" />
<stop offset="100%" stop-color="#fd1423" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="69.0" y="71.0" width="430.0" height="222.0" rx="38.9" ry="38.9" fill="url(#grad_fe5bfabd)" />
</svg>
|
rounded-rect
|
#ffffff
|
radial
| 2
| false
|
|
a rounded rectangle with width 441.0, height 371.0, and corner radius 12.2 at (18.0, 72.0) filled with a radial gradient from center (#3e028c to #076ca2) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_7ea925ed" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#3e028c" />
<stop offset="100%" stop-color="#076ca2" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="18.0" y="72.0" width="441.0" height="371.0" rx="12.2" ry="12.2" fill="url(#grad_7ea925ed)" />
</svg>
|
rounded-rect
|
#ffffff
|
radial
| 2
| false
|
|
a rounded rectangle with width 159.0, height 314.0, and corner radius 36.9 at (201.0, 22.0) with a linear gradient from top to bottom (#1e3f71 to #641385 to #49272b) stroke (width 3.7) and #1e3f71 fill within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_5a93c71c" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1e3f71" />
<stop offset="50%" stop-color="#641385" />
<stop offset="100%" stop-color="#49272b" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="201.0" y="22.0" width="159.0" height="314.0" rx="36.9" ry="36.9" fill="#1e3f71" stroke="url(#grad_5a93c71c)" stroke-width="3.7" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-vertical
| 3
| true
|
|
a circle with radius 211.0 at (250.0, 228.0) filled with a linear gradient from top to bottom (#2721b7 to #1a04a6) within a 512 x 512 box of color "#e64935"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_4de65b25" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#2721b7" />
<stop offset="100%" stop-color="#1a04a6" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#e64935" />
<circle cx="250.0" cy="228.0" r="211.0" fill="url(#grad_4de65b25)" />
</svg>
|
circle
|
#e64935
|
linear-vertical
| 2
| false
|
|
a circle with radius 225.0 at (241.0, 268.0) with a radial gradient from center (#85868f to #2a42f2) stroke (width 3.2) and #85868f fill within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_f2299f0e" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#85868f" />
<stop offset="100%" stop-color="#2a42f2" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="241.0" cy="268.0" r="225.0" fill="#85868f" stroke="url(#grad_f2299f0e)" stroke-width="3.2" />
</svg>
|
circle
|
#000000
|
radial
| 2
| true
|
|
a circle with radius 157.0 at (272.0, 311.0) filled with a linear gradient from left to right (#c6c5c5 to #cbb173) within a 512 x 512 box of color "#1436c4"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_8a2c7f9a" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#c6c5c5" />
<stop offset="100%" stop-color="#cbb173" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#1436c4" />
<circle cx="272.0" cy="311.0" r="157.0" fill="url(#grad_8a2c7f9a)" />
</svg>
|
circle
|
#1436c4
|
linear-horizontal
| 2
| false
|
|
a circle with radius 152.0 at (326.0, 259.0) filled with a linear gradient from left to right (#e14797 to #60744f) within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_98467355" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#e14797" />
<stop offset="100%" stop-color="#60744f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="326.0" cy="259.0" r="152.0" fill="url(#grad_98467355)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 177.0 at (264.0, 190.0) filled with a radial gradient from center (#4121e8 to #174185 to #012b9a) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_5394f828" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#4121e8" />
<stop offset="50%" stop-color="#174185" />
<stop offset="100%" stop-color="#012b9a" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<circle cx="264.0" cy="190.0" r="177.0" fill="url(#grad_5394f828)" />
</svg>
|
circle
|
#7f7f7f
|
radial
| 3
| false
|
|
a circle with radius 53.0 at (286.0, 441.0) with a linear gradient from top to bottom (#d00ce4 to #ab256d) stroke (width 4.8) and #d00ce4 fill within a 512 x 512 box of color "#d1b1fd"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_df14f665" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d00ce4" />
<stop offset="100%" stop-color="#ab256d" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#d1b1fd" />
<circle cx="286.0" cy="441.0" r="53.0" fill="#d00ce4" stroke="url(#grad_df14f665)" stroke-width="4.8" />
</svg>
|
circle
|
#d1b1fd
|
linear-vertical
| 2
| true
|
|
a circle with radius 60.0 at (288.0, 142.0) filled with a radial gradient from center (#a0513e to #2710b5) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_06873e8c" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#a0513e" />
<stop offset="100%" stop-color="#2710b5" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="288.0" cy="142.0" r="60.0" fill="url(#grad_06873e8c)" />
</svg>
|
circle
|
#ffffff
|
radial
| 2
| false
|
|
a rounded rectangle with width 357.0, height 101.0, and corner radius 39.5 at (105.0, 179.0) filled with a linear gradient from top to bottom (#e7712a to #719dae) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_7abb7693" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#e7712a" />
<stop offset="100%" stop-color="#719dae" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="105.0" y="179.0" width="357.0" height="101.0" rx="39.5" ry="39.5" fill="url(#grad_7abb7693)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 2
| false
|
|
a circle with radius 142.0 at (324.0, 218.0) filled with a linear gradient from left to right (#cf045d to #2442be to #1355c3) within a 512 x 512 box of color "#34d6f2"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_b6447ecd" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#cf045d" />
<stop offset="50%" stop-color="#2442be" />
<stop offset="100%" stop-color="#1355c3" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#34d6f2" />
<circle cx="324.0" cy="218.0" r="142.0" fill="url(#grad_b6447ecd)" />
</svg>
|
circle
|
#34d6f2
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 117.0, height 216.0, and corner radius 20.4 at (374.0, 96.0) filled with a radial gradient from center (#fe301a to #d20a03) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_938fb161" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#fe301a" />
<stop offset="100%" stop-color="#d20a03" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="374.0" y="96.0" width="117.0" height="216.0" rx="20.4" ry="20.4" fill="url(#grad_938fb161)" />
</svg>
|
rounded-rect
|
#000000
|
radial
| 2
| false
|
|
a rounded rectangle with width 147.0, height 473.0, and corner radius 48.4 at (256.0, 18.0) filled with a linear gradient from top to bottom (#231ba4 to #000a03 to #b10aa1) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_2fb0a0c1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#231ba4" />
<stop offset="50%" stop-color="#000a03" />
<stop offset="100%" stop-color="#b10aa1" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<rect x="256.0" y="18.0" width="147.0" height="473.0" rx="48.4" ry="48.4" fill="url(#grad_2fb0a0c1)" />
</svg>
|
rounded-rect
|
#7f7f7f
|
linear-vertical
| 3
| false
|
|
a circle with radius 169.0 at (284.0, 181.0) with a linear gradient from left to right (#87759b to #5b06e1 to #c1067b) stroke (width 4.3) and #87759b fill within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_0936ba6f" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#87759b" />
<stop offset="50%" stop-color="#5b06e1" />
<stop offset="100%" stop-color="#c1067b" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="284.0" cy="181.0" r="169.0" fill="#87759b" stroke="url(#grad_0936ba6f)" stroke-width="4.3" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 3
| true
|
|
a rounded rectangle with width 143.0, height 447.0, and corner radius 11.9 at (279.0, 50.0) with a radial gradient from center (#ae7fd1 to #5eb8ab) stroke (width 4.2) and #ae7fd1 fill within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_42b9d8b6" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ae7fd1" />
<stop offset="100%" stop-color="#5eb8ab" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="279.0" y="50.0" width="143.0" height="447.0" rx="11.9" ry="11.9" fill="#ae7fd1" stroke="url(#grad_42b9d8b6)" stroke-width="4.2" />
</svg>
|
rounded-rect
|
#000000
|
radial
| 2
| true
|
|
a circle with radius 112.0 at (154.0, 303.0) filled with a radial gradient from center (#e6d5c7 to #87aa66 to #c0f53c) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_2d26c1bd" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#e6d5c7" />
<stop offset="50%" stop-color="#87aa66" />
<stop offset="100%" stop-color="#c0f53c" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="154.0" cy="303.0" r="112.0" fill="url(#grad_2d26c1bd)" />
</svg>
|
circle
|
#000000
|
radial
| 3
| false
|
|
a circle with radius 67.0 at (329.0, 204.0) filled with a linear gradient from left to right (#046d54 to #8e18b0) within a 512 x 512 box of color "#f2be49"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_d3745fd6" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#046d54" />
<stop offset="100%" stop-color="#8e18b0" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#f2be49" />
<circle cx="329.0" cy="204.0" r="67.0" fill="url(#grad_d3745fd6)" />
</svg>
|
circle
|
#f2be49
|
linear-horizontal
| 2
| false
|
|
a circle with radius 97.0 at (164.0, 305.0) filled with a radial gradient from center (#27563c to #5b514f to #c5623c) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_9226c834" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#27563c" />
<stop offset="50%" stop-color="#5b514f" />
<stop offset="100%" stop-color="#c5623c" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="164.0" cy="305.0" r="97.0" fill="url(#grad_9226c834)" />
</svg>
|
circle
|
#ffffff
|
radial
| 3
| false
|
|
a circle with radius 245.0 at (256.0, 256.0) filled with a linear gradient from top to bottom (#383638 to #1f2a6e to #1d1df2) within a 512 x 512 box of color "#9c69b1"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_085af0f8" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#383638" />
<stop offset="50%" stop-color="#1f2a6e" />
<stop offset="100%" stop-color="#1d1df2" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#9c69b1" />
<circle cx="256.0" cy="256.0" r="245.0" fill="url(#grad_085af0f8)" />
</svg>
|
circle
|
#9c69b1
|
linear-vertical
| 3
| false
|
|
a circle with radius 191.0 at (287.0, 219.0) filled with a linear gradient from top to bottom (#656cd0 to #539044) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_92486e42" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#656cd0" />
<stop offset="100%" stop-color="#539044" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="287.0" cy="219.0" r="191.0" fill="url(#grad_92486e42)" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 2
| false
|
|
a rounded rectangle with width 328.0, height 395.0, and corner radius 62.1 at (17.0, 106.0) filled with a linear gradient from left to right (#920f79 to #5da7f1) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_6c8afd52" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#920f79" />
<stop offset="100%" stop-color="#5da7f1" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="17.0" y="106.0" width="328.0" height="395.0" rx="62.1" ry="62.1" fill="url(#grad_6c8afd52)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 2
| false
|
|
a circle with radius 198.0 at (235.0, 232.0) with a linear gradient from top to bottom (#c066b4 to #171c13) stroke (width 4.7) and #c066b4 fill within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_4a23c4ec" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#c066b4" />
<stop offset="100%" stop-color="#171c13" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="235.0" cy="232.0" r="198.0" fill="#c066b4" stroke="url(#grad_4a23c4ec)" stroke-width="4.7" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 2
| true
|
|
a circle with radius 58.0 at (204.0, 228.0) with a linear gradient from left to right (#fdfdbb to #640533) stroke (width 3.4) and #fdfdbb fill within a 512 x 512 box of color "#039427"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_b7b84d8f" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#fdfdbb" />
<stop offset="100%" stop-color="#640533" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#039427" />
<circle cx="204.0" cy="228.0" r="58.0" fill="#fdfdbb" stroke="url(#grad_b7b84d8f)" stroke-width="3.4" />
</svg>
|
circle
|
#039427
|
linear-horizontal
| 2
| true
|
|
a rounded rectangle with width 439.0, height 363.0, and corner radius 118.5 at (39.0, 115.0) filled with a linear gradient from left to right (#055705 to #e61b39 to #f54d16) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_8ca87f93" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#055705" />
<stop offset="50%" stop-color="#e61b39" />
<stop offset="100%" stop-color="#f54d16" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="39.0" y="115.0" width="439.0" height="363.0" rx="118.5" ry="118.5" fill="url(#grad_8ca87f93)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 3
| false
|
|
a circle with radius 174.0 at (251.0, 283.0) filled with a linear gradient from left to right (#f8fd63 to #c1f077 to #301a36) within a 512 x 512 box of color "#985f33"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_6648989d" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#f8fd63" />
<stop offset="50%" stop-color="#c1f077" />
<stop offset="100%" stop-color="#301a36" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#985f33" />
<circle cx="251.0" cy="283.0" r="174.0" fill="url(#grad_6648989d)" />
</svg>
|
circle
|
#985f33
|
linear-horizontal
| 3
| false
|
|
a circle with radius 175.0 at (294.0, 315.0) filled with a linear gradient from top to bottom (#c05b0e to #2c1853 to #dc1dab) within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_9c31829f" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#c05b0e" />
<stop offset="50%" stop-color="#2c1853" />
<stop offset="100%" stop-color="#dc1dab" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="294.0" cy="315.0" r="175.0" fill="url(#grad_9c31829f)" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 3
| false
|
|
a circle with radius 150.0 at (316.0, 251.0) with a linear gradient from top to bottom (#fb08cc to #0a2dd6) stroke (width 2.8) and #fb08cc fill within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_77a21afc" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#fb08cc" />
<stop offset="100%" stop-color="#0a2dd6" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="316.0" cy="251.0" r="150.0" fill="#fb08cc" stroke="url(#grad_77a21afc)" stroke-width="2.8" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 2
| true
|
|
a circle with radius 43.0 at (340.0, 191.0) filled with a linear gradient from left to right (#cb109b to #91321c) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_d7589bd8" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#cb109b" />
<stop offset="100%" stop-color="#91321c" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="340.0" cy="191.0" r="43.0" fill="url(#grad_d7589bd8)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 197.0 at (250.0, 252.0) filled with a linear gradient from top to bottom (#889a0a to #6a542e to #34b6f2) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_c4ca0ca4" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#889a0a" />
<stop offset="50%" stop-color="#6a542e" />
<stop offset="100%" stop-color="#34b6f2" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="250.0" cy="252.0" r="197.0" fill="url(#grad_c4ca0ca4)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 342.0, height 424.0, and corner radius 84.9 at (130.0, 28.0) with a radial gradient from center (#ec39eb to #5828e5) stroke (width 2.1) and #ec39eb fill within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_d73a74bf" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ec39eb" />
<stop offset="100%" stop-color="#5828e5" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="130.0" y="28.0" width="342.0" height="424.0" rx="84.9" ry="84.9" fill="#ec39eb" stroke="url(#grad_d73a74bf)" stroke-width="2.1" />
</svg>
|
rounded-rect
|
#ffffff
|
radial
| 2
| true
|
|
a circle with radius 120.0 at (382.0, 196.0) filled with a linear gradient from top to bottom (#6e0ff2 to #b91456 to #571912) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_0652ee67" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#6e0ff2" />
<stop offset="50%" stop-color="#b91456" />
<stop offset="100%" stop-color="#571912" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<circle cx="382.0" cy="196.0" r="120.0" fill="url(#grad_0652ee67)" />
</svg>
|
circle
|
#7f7f7f
|
linear-vertical
| 3
| false
|
|
a circle with radius 189.0 at (283.0, 310.0) filled with a radial gradient from center (#fe32f0 to #039422) within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_57cbc05f" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#fe32f0" />
<stop offset="100%" stop-color="#039422" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="283.0" cy="310.0" r="189.0" fill="url(#grad_57cbc05f)" />
</svg>
|
circle
|
#ffffff
|
radial
| 2
| false
|
|
a circle with radius 109.0 at (193.0, 209.0) with a linear gradient from left to right (#a0c28f to #73e2c2) stroke (width 5.7) and #a0c28f fill within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_c185481f" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#a0c28f" />
<stop offset="100%" stop-color="#73e2c2" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="193.0" cy="209.0" r="109.0" fill="#a0c28f" stroke="url(#grad_c185481f)" stroke-width="5.7" />
</svg>
|
circle
|
#000000
|
linear-horizontal
| 2
| true
|
|
a circle with radius 125.0 at (304.0, 189.0) with a linear gradient from top to bottom (#ab4064 to #120582) stroke (width 5.0) and #ab4064 fill within a 512 x 512 box of color "#79cf69"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_943db8db" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ab4064" />
<stop offset="100%" stop-color="#120582" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#79cf69" />
<circle cx="304.0" cy="189.0" r="125.0" fill="#ab4064" stroke="url(#grad_943db8db)" stroke-width="5.0" />
</svg>
|
circle
|
#79cf69
|
linear-vertical
| 2
| true
|
|
a circle with radius 197.0 at (242.0, 282.0) filled with a linear gradient from top to bottom (#226246 to #f87616 to #547e76) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_4f029239" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#226246" />
<stop offset="50%" stop-color="#f87616" />
<stop offset="100%" stop-color="#547e76" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="242.0" cy="282.0" r="197.0" fill="url(#grad_4f029239)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 228.0, height 105.0, and corner radius 45.3 at (27.0, 299.0) filled with a linear gradient from top to bottom (#73c92d to #f73621 to #883def) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_64ee2b57" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#73c92d" />
<stop offset="50%" stop-color="#f73621" />
<stop offset="100%" stop-color="#883def" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="27.0" y="299.0" width="228.0" height="105.0" rx="45.3" ry="45.3" fill="url(#grad_64ee2b57)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 323.0, height 148.0, and corner radius 22.3 at (110.0, 317.0) filled with a linear gradient from left to right (#2b9673 to #13719d) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_97266c00" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#2b9673" />
<stop offset="100%" stop-color="#13719d" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="110.0" y="317.0" width="323.0" height="148.0" rx="22.3" ry="22.3" fill="url(#grad_97266c00)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a rounded rectangle with width 236.0, height 261.0, and corner radius 85.2 at (250.0, 91.0) with a radial gradient from center (#02da9a to #c056c4 to #3ff559) stroke (width 3.1) and #02da9a fill within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_085d63eb" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#02da9a" />
<stop offset="50%" stop-color="#c056c4" />
<stop offset="100%" stop-color="#3ff559" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="250.0" y="91.0" width="236.0" height="261.0" rx="85.2" ry="85.2" fill="#02da9a" stroke="url(#grad_085d63eb)" stroke-width="3.1" />
</svg>
|
rounded-rect
|
#000000
|
radial
| 3
| true
|
|
a circle with radius 209.0 at (243.0, 286.0) filled with a linear gradient from top to bottom (#7ed076 to #6e4ef6 to #d7898f) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_2aa25b5d" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#7ed076" />
<stop offset="50%" stop-color="#6e4ef6" />
<stop offset="100%" stop-color="#d7898f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="243.0" cy="286.0" r="209.0" fill="url(#grad_2aa25b5d)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 361.0, height 458.0, and corner radius 46.7 at (27.0, 26.0) filled with a linear gradient from left to right (#db1205 to #2f3e64) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_cc735377" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#db1205" />
<stop offset="100%" stop-color="#2f3e64" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<rect x="27.0" y="26.0" width="361.0" height="458.0" rx="46.7" ry="46.7" fill="url(#grad_cc735377)" />
</svg>
|
rounded-rect
|
#7f7f7f
|
linear-horizontal
| 2
| false
|
|
a circle with radius 38.0 at (249.0, 137.0) filled with a linear gradient from left to right (#231813 to #172352 to #192883) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_a5995d60" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#231813" />
<stop offset="50%" stop-color="#172352" />
<stop offset="100%" stop-color="#192883" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<circle cx="249.0" cy="137.0" r="38.0" fill="url(#grad_a5995d60)" />
</svg>
|
circle
|
#7f7f7f
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 304.0, height 288.0, and corner radius 117.9 at (80.0, 27.0) filled with a linear gradient from top to bottom (#d12a40 to #9e8713) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_0f3f7693" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d12a40" />
<stop offset="100%" stop-color="#9e8713" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="80.0" y="27.0" width="304.0" height="288.0" rx="117.9" ry="117.9" fill="url(#grad_0f3f7693)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 2
| false
|
|
a circle with radius 121.0 at (304.0, 136.0) filled with a linear gradient from left to right (#2dad79 to #ea123a) within a 512 x 512 box of color "#340cae"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_908885c2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#2dad79" />
<stop offset="100%" stop-color="#ea123a" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#340cae" />
<circle cx="304.0" cy="136.0" r="121.0" fill="url(#grad_908885c2)" />
</svg>
|
circle
|
#340cae
|
linear-horizontal
| 2
| false
|
|
a rounded rectangle with width 317.0, height 139.0, and corner radius 66.7 at (169.0, 180.0) filled with a linear gradient from left to right (#2708e0 to #a6013d to #9f2520) within a 512 x 512 box of color "#f45a97"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_e9a71636" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#2708e0" />
<stop offset="50%" stop-color="#a6013d" />
<stop offset="100%" stop-color="#9f2520" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#f45a97" />
<rect x="169.0" y="180.0" width="317.0" height="139.0" rx="66.7" ry="66.7" fill="url(#grad_e9a71636)" />
</svg>
|
rounded-rect
|
#f45a97
|
linear-horizontal
| 3
| false
|
|
a circle with radius 216.0 at (230.0, 251.0) with a linear gradient from left to right (#7fe577 to #c3b167) stroke (width 5.2) and #7fe577 fill within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_eacc916a" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#7fe577" />
<stop offset="100%" stop-color="#c3b167" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="230.0" cy="251.0" r="216.0" fill="#7fe577" stroke="url(#grad_eacc916a)" stroke-width="5.2" />
</svg>
|
circle
|
#000000
|
linear-horizontal
| 2
| true
|
|
a rounded rectangle with width 396.0, height 422.0, and corner radius 73.5 at (96.0, 31.0) with a linear gradient from top to bottom (#b8023c to #7311c3) stroke (width 4.5) and #b8023c fill within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_c94d0873" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#b8023c" />
<stop offset="100%" stop-color="#7311c3" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<rect x="96.0" y="31.0" width="396.0" height="422.0" rx="73.5" ry="73.5" fill="#b8023c" stroke="url(#grad_c94d0873)" stroke-width="4.5" />
</svg>
|
rounded-rect
|
#7f7f7f
|
linear-vertical
| 2
| true
|
|
a rounded rectangle with width 141.0, height 399.0, and corner radius 35.8 at (283.0, 65.0) filled with a linear gradient from left to right (#883c55 to #08ea4c to #49d989) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_c37a1e43" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#883c55" />
<stop offset="50%" stop-color="#08ea4c" />
<stop offset="100%" stop-color="#49d989" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="283.0" y="65.0" width="141.0" height="399.0" rx="35.8" ry="35.8" fill="url(#grad_c37a1e43)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 449.0, height 81.0, and corner radius 9.7 at (31.0, 377.0) with a linear gradient from left to right (#dc00a5 to #24435f) stroke (width 3.6) and #dc00a5 fill within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_3d9fb539" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#dc00a5" />
<stop offset="100%" stop-color="#24435f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<rect x="31.0" y="377.0" width="449.0" height="81.0" rx="9.7" ry="9.7" fill="#dc00a5" stroke="url(#grad_3d9fb539)" stroke-width="3.6" />
</svg>
|
rounded-rect
|
#7f7f7f
|
linear-horizontal
| 2
| true
|
|
a rounded rectangle with width 273.0, height 220.0, and corner radius 76.2 at (154.0, 77.0) filled with a linear gradient from top to bottom (#254361 to #bab186) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_6062cf00" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#254361" />
<stop offset="100%" stop-color="#bab186" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="154.0" y="77.0" width="273.0" height="220.0" rx="76.2" ry="76.2" fill="url(#grad_6062cf00)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 2
| false
|
|
a circle with radius 223.0 at (254.0, 242.0) filled with a linear gradient from left to right (#d1d723 to #88c16f) within a 512 x 512 box of color "#0e5d4e"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_bf660d21" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#d1d723" />
<stop offset="100%" stop-color="#88c16f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#0e5d4e" />
<circle cx="254.0" cy="242.0" r="223.0" fill="url(#grad_bf660d21)" />
</svg>
|
circle
|
#0e5d4e
|
linear-horizontal
| 2
| false
|
|
a rounded rectangle with width 233.0, height 155.0, and corner radius 56.2 at (150.0, 122.0) filled with a linear gradient from left to right (#3b338a to #bc41da) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_8d775156" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#3b338a" />
<stop offset="100%" stop-color="#bc41da" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="150.0" y="122.0" width="233.0" height="155.0" rx="56.2" ry="56.2" fill="url(#grad_8d775156)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 78.0 at (411.0, 393.0) filled with a radial gradient from center (#b903d5 to #880132 to #4b2777) within a 512 x 512 box of color "#6aa2fd"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_758b838d" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#b903d5" />
<stop offset="50%" stop-color="#880132" />
<stop offset="100%" stop-color="#4b2777" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#6aa2fd" />
<circle cx="411.0" cy="393.0" r="78.0" fill="url(#grad_758b838d)" />
</svg>
|
circle
|
#6aa2fd
|
radial
| 3
| false
|
|
a rounded rectangle with width 198.0, height 109.0, and corner radius 47.5 at (117.0, 315.0) filled with a linear gradient from top to bottom (#b7498c to #90c85a to #2e44bd) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_03798ecc" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#b7498c" />
<stop offset="50%" stop-color="#90c85a" />
<stop offset="100%" stop-color="#2e44bd" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="117.0" y="315.0" width="198.0" height="109.0" rx="47.5" ry="47.5" fill="url(#grad_03798ecc)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 199.0, height 117.0, and corner radius 10.0 at (24.0, 131.0) filled with a linear gradient from left to right (#f2fd24 to #8ec146) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_deab0a4a" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#f2fd24" />
<stop offset="100%" stop-color="#8ec146" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="24.0" y="131.0" width="199.0" height="117.0" rx="10.0" ry="10.0" fill="url(#grad_deab0a4a)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 2
| false
|
|
a circle with radius 140.0 at (257.0, 259.0) with a linear gradient from left to right (#0527dd to #c60ffd to #398bb2) stroke (width 3.0) and #0527dd fill within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_50820c30" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#0527dd" />
<stop offset="50%" stop-color="#c60ffd" />
<stop offset="100%" stop-color="#398bb2" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="257.0" cy="259.0" r="140.0" fill="#0527dd" stroke="url(#grad_50820c30)" stroke-width="3.0" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 3
| true
|
|
a circle with radius 189.0 at (220.0, 280.0) filled with a linear gradient from top to bottom (#398282 to #b24504 to #d01a4f) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_cb0daf3a" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#398282" />
<stop offset="50%" stop-color="#b24504" />
<stop offset="100%" stop-color="#d01a4f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="220.0" cy="280.0" r="189.0" fill="url(#grad_cb0daf3a)" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 462.0, height 269.0, and corner radius 13.8 at (30.0, 95.0) filled with a radial gradient from center (#8d1f31 to #930913) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_20561743" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#8d1f31" />
<stop offset="100%" stop-color="#930913" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<rect x="30.0" y="95.0" width="462.0" height="269.0" rx="13.8" ry="13.8" fill="url(#grad_20561743)" />
</svg>
|
rounded-rect
|
#7f7f7f
|
radial
| 2
| false
|
|
a rounded rectangle with width 225.0, height 226.0, and corner radius 51.5 at (32.0, 26.0) filled with a linear gradient from left to right (#c7e8cd to #d60f03) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_794660cf" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#c7e8cd" />
<stop offset="100%" stop-color="#d60f03" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="32.0" y="26.0" width="225.0" height="226.0" rx="51.5" ry="51.5" fill="url(#grad_794660cf)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 2
| false
|
|
a circle with radius 63.0 at (137.0, 307.0) filled with a linear gradient from left to right (#98754b to #8b277f) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_b4fe3a49" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#98754b" />
<stop offset="100%" stop-color="#8b277f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="137.0" cy="307.0" r="63.0" fill="url(#grad_b4fe3a49)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 154.0 at (338.0, 344.0) filled with a linear gradient from left to right (#570286 to #f61a17) within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_f8ebe879" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#570286" />
<stop offset="100%" stop-color="#f61a17" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="338.0" cy="344.0" r="154.0" fill="url(#grad_f8ebe879)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 38.0 at (290.0, 95.0) filled with a linear gradient from left to right (#d12dee to #776b24 to #196d87) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_8009568b" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#d12dee" />
<stop offset="50%" stop-color="#776b24" />
<stop offset="100%" stop-color="#196d87" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="290.0" cy="95.0" r="38.0" fill="url(#grad_8009568b)" />
</svg>
|
circle
|
#000000
|
linear-horizontal
| 3
| false
|
|
a circle with radius 40.0 at (402.0, 131.0) filled with a linear gradient from left to right (#62347a to #9b6e4a) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_1c2bbe36" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#62347a" />
<stop offset="100%" stop-color="#9b6e4a" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="402.0" cy="131.0" r="40.0" fill="url(#grad_1c2bbe36)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 107.0 at (163.0, 275.0) with a radial gradient from center (#1c06ef to #350e12 to #0c2120) stroke (width 3.2) and #1c06ef fill within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_d6ba29ce" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#1c06ef" />
<stop offset="50%" stop-color="#350e12" />
<stop offset="100%" stop-color="#0c2120" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<circle cx="163.0" cy="275.0" r="107.0" fill="#1c06ef" stroke="url(#grad_d6ba29ce)" stroke-width="3.2" />
</svg>
|
circle
|
#7f7f7f
|
radial
| 3
| true
|
|
a rounded rectangle with width 117.0, height 106.0, and corner radius 14.0 at (208.0, 38.0) filled with a linear gradient from left to right (#094008 to #311596) within a 512 x 512 box of color "#0d8bdd"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_f6ca3397" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#094008" />
<stop offset="100%" stop-color="#311596" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#0d8bdd" />
<rect x="208.0" y="38.0" width="117.0" height="106.0" rx="14.0" ry="14.0" fill="url(#grad_f6ca3397)" />
</svg>
|
rounded-rect
|
#0d8bdd
|
linear-horizontal
| 2
| false
|
|
a rounded rectangle with width 77.0, height 306.0, and corner radius 9.6 at (254.0, 194.0) with a radial gradient from center (#226f70 to #1240c0) stroke (width 3.1) and #226f70 fill within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_a4aba339" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#226f70" />
<stop offset="100%" stop-color="#1240c0" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="254.0" y="194.0" width="77.0" height="306.0" rx="9.6" ry="9.6" fill="#226f70" stroke="url(#grad_a4aba339)" stroke-width="3.1" />
</svg>
|
rounded-rect
|
#ffffff
|
radial
| 2
| true
|
|
a circle with radius 145.0 at (315.0, 269.0) filled with a linear gradient from left to right (#ed35d5 to #2f33e3) within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_6ede945f" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ed35d5" />
<stop offset="100%" stop-color="#2f33e3" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="315.0" cy="269.0" r="145.0" fill="url(#grad_6ede945f)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 2
| false
|
|
a circle with radius 154.0 at (221.0, 185.0) filled with a linear gradient from top to bottom (#607e37 to #42836a) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_2599854c" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#607e37" />
<stop offset="100%" stop-color="#42836a" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="221.0" cy="185.0" r="154.0" fill="url(#grad_2599854c)" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 2
| false
|
|
a rounded rectangle with width 337.0, height 215.0, and corner radius 28.5 at (145.0, 239.0) filled with a linear gradient from left to right (#76a4c4 to #110d79 to #088971) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_ae83ae48" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#76a4c4" />
<stop offset="50%" stop-color="#110d79" />
<stop offset="100%" stop-color="#088971" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="145.0" y="239.0" width="337.0" height="215.0" rx="28.5" ry="28.5" fill="url(#grad_ae83ae48)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 3
| false
|
|
a circle with radius 179.0 at (244.0, 199.0) filled with a linear gradient from left to right (#40143a to #862181 to #217e61) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_0845ce0a" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#40143a" />
<stop offset="50%" stop-color="#862181" />
<stop offset="100%" stop-color="#217e61" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="244.0" cy="199.0" r="179.0" fill="url(#grad_0845ce0a)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 3
| false
|
|
a circle with radius 136.0 at (168.0, 250.0) filled with a linear gradient from top to bottom (#40fe8e to #7b9440) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_14c8f68c" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#40fe8e" />
<stop offset="100%" stop-color="#7b9440" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="168.0" cy="250.0" r="136.0" fill="url(#grad_14c8f68c)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 2
| false
|
|
a rounded rectangle with width 80.0, height 405.0, and corner radius 36.7 at (130.0, 71.0) filled with a linear gradient from left to right (#f1582f to #6c0f23 to #2f594a) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_23408734" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#f1582f" />
<stop offset="50%" stop-color="#6c0f23" />
<stop offset="100%" stop-color="#2f594a" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="130.0" y="71.0" width="80.0" height="405.0" rx="36.7" ry="36.7" fill="url(#grad_23408734)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 448.0, height 233.0, and corner radius 93.7 at (26.0, 148.0) filled with a linear gradient from top to bottom (#aa0424 to #0817a1 to #c60862) within a 512 x 512 box of color "#489b21"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_7f4bbae0" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#aa0424" />
<stop offset="50%" stop-color="#0817a1" />
<stop offset="100%" stop-color="#c60862" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#489b21" />
<rect x="26.0" y="148.0" width="448.0" height="233.0" rx="93.7" ry="93.7" fill="url(#grad_7f4bbae0)" />
</svg>
|
rounded-rect
|
#489b21
|
linear-vertical
| 3
| false
|
|
a circle with radius 71.0 at (226.0, 422.0) filled with a linear gradient from top to bottom (#e4bd9c to #6a7108) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_3991647d" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#e4bd9c" />
<stop offset="100%" stop-color="#6a7108" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="226.0" cy="422.0" r="71.0" fill="url(#grad_3991647d)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 2
| false
|
|
a rounded rectangle with width 333.0, height 366.0, and corner radius 74.3 at (27.0, 82.0) filled with a linear gradient from top to bottom (#3f218b to #1a3d2f to #76566f) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_3837dbc6" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#3f218b" />
<stop offset="50%" stop-color="#1a3d2f" />
<stop offset="100%" stop-color="#76566f" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="27.0" y="82.0" width="333.0" height="366.0" rx="74.3" ry="74.3" fill="url(#grad_3837dbc6)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 466.0, height 297.0, and corner radius 124.5 at (23.0, 63.0) filled with a linear gradient from left to right (#6c219f to #24029b to #18427c) within a 512 x 512 box of color "gray"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_d0f84dcd" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#6c219f" />
<stop offset="50%" stop-color="#24029b" />
<stop offset="100%" stop-color="#18427c" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#7f7f7f" />
<rect x="23.0" y="63.0" width="466.0" height="297.0" rx="124.5" ry="124.5" fill="url(#grad_d0f84dcd)" />
</svg>
|
rounded-rect
|
#7f7f7f
|
linear-horizontal
| 3
| false
|
|
a circle with radius 133.0 at (340.0, 226.0) filled with a linear gradient from top to bottom (#cc2a56 to #bd636d) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_e7cec169" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#cc2a56" />
<stop offset="100%" stop-color="#bd636d" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="340.0" cy="226.0" r="133.0" fill="url(#grad_e7cec169)" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 2
| false
|
|
a circle with radius 162.0 at (288.0, 296.0) filled with a linear gradient from top to bottom (#de39a7 to #3749a3 to #4b76d5) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_2e6596e6" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#de39a7" />
<stop offset="50%" stop-color="#3749a3" />
<stop offset="100%" stop-color="#4b76d5" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="288.0" cy="296.0" r="162.0" fill="url(#grad_2e6596e6)" />
</svg>
|
circle
|
#ffffff
|
linear-vertical
| 3
| false
|
|
a circle with radius 95.0 at (112.0, 174.0) with a linear gradient from top to bottom (#eed1b3 to #b989a1) stroke (width 5.2) and #eed1b3 fill within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_7debc94e" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#eed1b3" />
<stop offset="100%" stop-color="#b989a1" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="112.0" cy="174.0" r="95.0" fill="#eed1b3" stroke="url(#grad_7debc94e)" stroke-width="5.2" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 2
| true
|
|
a rounded rectangle with width 138.0, height 481.0, and corner radius 12.7 at (311.0, 18.0) filled with a linear gradient from left to right (#814009 to #5c1435 to #140536) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_dffd8e76" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#814009" />
<stop offset="50%" stop-color="#5c1435" />
<stop offset="100%" stop-color="#140536" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="311.0" y="18.0" width="138.0" height="481.0" rx="12.7" ry="12.7" fill="url(#grad_dffd8e76)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 256.0, height 341.0, and corner radius 39.2 at (245.0, 113.0) filled with a linear gradient from left to right (#ec36b6 to #358968) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_6452a8f3" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ec36b6" />
<stop offset="100%" stop-color="#358968" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="245.0" y="113.0" width="256.0" height="341.0" rx="39.2" ry="39.2" fill="url(#grad_6452a8f3)" />
</svg>
|
rounded-rect
|
#000000
|
linear-horizontal
| 2
| false
|
|
a circle with radius 128.0 at (240.0, 306.0) filled with a linear gradient from top to bottom (#981ec5 to #e018b0 to #72218b) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_49d4ea73" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#981ec5" />
<stop offset="50%" stop-color="#e018b0" />
<stop offset="100%" stop-color="#72218b" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="240.0" cy="306.0" r="128.0" fill="url(#grad_49d4ea73)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 3
| false
|
|
a rounded rectangle with width 76.0, height 201.0, and corner radius 16.5 at (364.0, 119.0) with a linear gradient from left to right (#6d02af to #be68a8 to #5b2144) stroke (width 2.5) and #6d02af fill within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_64577d68" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#6d02af" />
<stop offset="50%" stop-color="#be68a8" />
<stop offset="100%" stop-color="#5b2144" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="364.0" y="119.0" width="76.0" height="201.0" rx="16.5" ry="16.5" fill="#6d02af" stroke="url(#grad_64577d68)" stroke-width="2.5" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 3
| true
|
|
a circle with radius 115.0 at (253.0, 275.0) filled with a linear gradient from left to right (#38550d to #b0cd21) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_072fd334" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#38550d" />
<stop offset="100%" stop-color="#b0cd21" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="253.0" cy="275.0" r="115.0" fill="url(#grad_072fd334)" />
</svg>
|
circle
|
#000000
|
linear-horizontal
| 2
| false
|
|
a circle with radius 76.0 at (131.0, 212.0) with a linear gradient from top to bottom (#514cd4 to #30dcf5) stroke (width 4.2) and #514cd4 fill within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_914fe774" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#514cd4" />
<stop offset="100%" stop-color="#30dcf5" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="131.0" cy="212.0" r="76.0" fill="#514cd4" stroke="url(#grad_914fe774)" stroke-width="4.2" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 2
| true
|
|
a rounded rectangle with width 243.0, height 411.0, and corner radius 13.3 at (74.0, 63.0) filled with a linear gradient from left to right (#8962ee to #b65702 to #be53d3) within a 512 x 512 box of color "#ffffff"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_d4d6e4ae" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#8962ee" />
<stop offset="50%" stop-color="#b65702" />
<stop offset="100%" stop-color="#be53d3" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<rect x="74.0" y="63.0" width="243.0" height="411.0" rx="13.3" ry="13.3" fill="url(#grad_d4d6e4ae)" />
</svg>
|
rounded-rect
|
#ffffff
|
linear-horizontal
| 3
| false
|
|
a rounded rectangle with width 186.0, height 422.0, and corner radius 32.6 at (315.0, 78.0) filled with a linear gradient from top to bottom (#6fea97 to #5a10d0 to #7b6a8b) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_5111839a" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#6fea97" />
<stop offset="50%" stop-color="#5a10d0" />
<stop offset="100%" stop-color="#7b6a8b" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="315.0" y="78.0" width="186.0" height="422.0" rx="32.6" ry="32.6" fill="url(#grad_5111839a)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 3
| false
|
|
a circle with radius 224.0 at (252.0, 238.0) filled with a radial gradient from center (#242b32 to #a43182) within a 512 x 512 box of color "#7df34d"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_db1798c1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#242b32" />
<stop offset="100%" stop-color="#a43182" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#7df34d" />
<circle cx="252.0" cy="238.0" r="224.0" fill="url(#grad_db1798c1)" />
</svg>
|
circle
|
#7df34d
|
radial
| 2
| false
|
|
a circle with radius 112.0 at (167.0, 141.0) with a radial gradient from center (#f3760b to #6888bb) stroke (width 4.1) and #f3760b fill within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad_30a7bdb2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f3760b" />
<stop offset="100%" stop-color="#6888bb" />
</radialGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="167.0" cy="141.0" r="112.0" fill="#f3760b" stroke="url(#grad_30a7bdb2)" stroke-width="4.1" />
</svg>
|
circle
|
#000000
|
radial
| 2
| true
|
|
a rounded rectangle with width 335.0, height 362.0, and corner radius 72.8 at (133.0, 94.0) with a linear gradient from top to bottom (#ae5819 to #2babf2) stroke (width 5.3) and #ae5819 fill within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_08263c22" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ae5819" />
<stop offset="100%" stop-color="#2babf2" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="133.0" y="94.0" width="335.0" height="362.0" rx="72.8" ry="72.8" fill="#ae5819" stroke="url(#grad_08263c22)" stroke-width="5.3" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 2
| true
|
|
a rounded rectangle with width 195.0, height 399.0, and corner radius 34.5 at (199.0, 70.0) filled with a linear gradient from top to bottom (#bd68f9 to #ca579c) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_44689538" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#bd68f9" />
<stop offset="100%" stop-color="#ca579c" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<rect x="199.0" y="70.0" width="195.0" height="399.0" rx="34.5" ry="34.5" fill="url(#grad_44689538)" />
</svg>
|
rounded-rect
|
#000000
|
linear-vertical
| 2
| false
|
|
a circle with radius 176.0 at (313.0, 268.0) filled with a linear gradient from top to bottom (#5b6d02 to #6dae44 to #21a28b) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_1e19a2c9" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#5b6d02" />
<stop offset="50%" stop-color="#6dae44" />
<stop offset="100%" stop-color="#21a28b" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="313.0" cy="268.0" r="176.0" fill="url(#grad_1e19a2c9)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 3
| false
|
|
a circle with radius 46.0 at (344.0, 411.0) filled with a linear gradient from top to bottom (#f14038 to #12acb9) within a 512 x 512 box of color "#000000"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_eef1fd89" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f14038" />
<stop offset="100%" stop-color="#12acb9" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="344.0" cy="411.0" r="46.0" fill="url(#grad_eef1fd89)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 2
| false
|
|
a circle with radius 82.0 at (398.0, 276.0) filled with a linear gradient from top to bottom (#37a65a to #4ef6d9) within a 512 x 512 box of color "black"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_aa5af8f3" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#37a65a" />
<stop offset="100%" stop-color="#4ef6d9" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#000000" />
<circle cx="398.0" cy="276.0" r="82.0" fill="url(#grad_aa5af8f3)" />
</svg>
|
circle
|
#000000
|
linear-vertical
| 2
| false
|
|
a circle with radius 68.0 at (274.0, 261.0) filled with a linear gradient from left to right (#1a6b77 to #cd5b9a to #6f2878) within a 512 x 512 box of color "white"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_7dccf233" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#1a6b77" />
<stop offset="50%" stop-color="#cd5b9a" />
<stop offset="100%" stop-color="#6f2878" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#ffffff" />
<circle cx="274.0" cy="261.0" r="68.0" fill="url(#grad_7dccf233)" />
</svg>
|
circle
|
#ffffff
|
linear-horizontal
| 3
| false
|
|
a circle with radius 193.0 at (209.0, 283.0) filled with a linear gradient from top to bottom (#424211 to #202a0b) within a 512 x 512 box of color "#e668fd"
|
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_605a5fd0" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#424211" />
<stop offset="100%" stop-color="#202a0b" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="#e668fd" />
<circle cx="209.0" cy="283.0" r="193.0" fill="url(#grad_605a5fd0)" />
</svg>
|
circle
|
#e668fd
|
linear-vertical
| 2
| false
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 21