Pelican on a Bike
Generate an SVG of a pelican riding a bicycle.
Requirements:
- Output only raw SVG code (no markdown, no code blocks)
- The SVG should be self-contained and viewable in a browser
- Include the pelican's distinctive large beak/pouch and plumage
- Show the pelican actively pedaling a bicycle
- Use a reasonable viewBox (around 400x300)
- Be creative with the style, but make it recognizable as a pelican
Note h/t to the brilliant Simon Willison
38.6s $0.0028 Tokens i/o: 119/2,694 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#87CEEB"/>
<!-- Ground -->
<rect x="0" y="260" width="400" height="40" fill="#90EE90"/>
<!-- Back Wheel -->
<circle cx="100" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="100" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="100" y1="190" x2="100" y2="270" stroke="#333" stroke-width="2"/>
<line x1="60" y1="230" x2="140" y2="230" stroke="#333" stroke-width="2"/>
<line x1="72" y1="202" x2="128" y2="258" stroke="#333" stroke-width="2"/>
<line x1="128" y1="202" x2="72" y2="258" stroke="#333" stroke-width="2"/>
<!-- Front Wheel -->
<circle cx="280" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="280" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="280" y1="190" x2="280" y2="270" stroke="#333" stroke-width="2"/>
<line x1="240" y1="230" x2="320" y2="230" stroke="#333" stroke-width="2"/>
<line x1="252" y1="202" x2="308" y2="258" stroke="#333" stroke-width="2"/>
<line x1="308" y1="202" x2="252" y2="258" stroke="#333" stroke-width="2"/>
<!-- Bicycle Frame -->
<polygon points="100,230 180,180 280,230 180,230" fill="none" stroke="#E74C3C" stroke-width="5"/>
<line x1="180" y1="180" x2="180" y2="150" stroke="#E74C3C" stroke-width="5"/>
<line x1="280" y1="230" x2="260" y2="160" stroke="#E74C3C" stroke-width="4"/>
<!-- Handlebar -->
<line x1="240" y1="155" x2="280" y2="155" stroke="#333" stroke-width="4"/>
<circle cx="240" cy="155" r="4" fill="#333"/>
<circle cx="280" cy="155" r="4" fill="#333"/>
<line x1="260" y1="155" x2="260" y2="160" stroke="#333" stroke-width="3"/>
<!-- Seat -->
<ellipse cx="180" cy="145" rx="15" ry="6" fill="#8B4513"/>
<!-- Pedals and Crank -->
<circle cx="180" cy="230" r="12" fill="#333"/>
<line x1="180" y1="230" x2="165" y2="250" stroke="#333" stroke-width="4"/>
<line x1="180" y1="230" x2="195" y2="210" stroke="#333" stroke-width="4"/>
<rect x="158" y="248" width="14" height="6" fill="#666" rx="2"/>
<rect x="188" y="206" width="14" height="6" fill="#666" rx="2"/>
<!-- Chain -->
<ellipse cx="180" cy="230" rx="20" ry="10" fill="none" stroke="#444" stroke-width="2" stroke-dasharray="3,2"/>
<!-- Pelican Body -->
<ellipse cx="180" cy="120" rx="45" ry="35" fill="#F5F5DC"/>
<!-- Pelican Wing -->
<path d="M 150 100 Q 120 90 110 110 Q 100 130 130 140 Q 150 145 160 130 Z" fill="#D4C4A8" stroke="#B8A888" stroke-width="1"/>
<path d="M 120 115 L 135 125" stroke="#B8A888" stroke-width="1"/>
<path d="M 125 110 L 140 120" stroke="#B8A888" stroke-width="1"/>
<!-- Pelican Tail Feathers -->
<path d="M 220 130 Q 250 125 260 140 Q 255 145 225 140 Z" fill="#D4C4A8"/>
<path d="M 220 135 Q 245 135 255 145 Q 250 152 225 145 Z" fill="#C4B498"/>
<!-- Pelican Neck -->
<path d="M 145 110 Q 120 90 115 60 Q 112 45 120 40" fill="none" stroke="#F5F5DC" stroke-width="20"/>
<path d="M 145 110 Q 120 90 115 60 Q 112 45 120 40" fill="none" stroke="#E8E0C8" stroke-width="18"/>
<!-- Pelican Head -->
<ellipse cx="125" cy="35" rx="22" ry="18" fill="#F5F5DC"/>
<!-- Pelican Eye -->
<circle cx="118" cy="30" r="6" fill="white"/>
<circle cx="116" cy="30" r="3" fill="#333"/>
<circle cx="115" cy="29" r="1" fill="white"/>
<!-- Pelican Beak - Upper -->
<path d="M 105 35 L 55 45 Q 50 42 55 38 L 105 30 Q 108 32 105 35 Z" fill="#F4A460"/>
<line x1="105" y1="32" x2="60" y2="40" stroke="#D2691E" stroke-width="1"/>
<!-- Pelican Beak - Hook -->
<path d="M 55 38 Q 48 40 50 45 Q 52 48 55 45" fill="#E8944A"/>
<!-- Pelican Pouch -->
<path d="M 105 35 Q 95 55 80 65 Q 65 70 55 60 Q 50 50 55 45 L 105 35" fill="#FFB347" opacity="0.8"/>
<path d="M 100 40 Q 90 50 80 55" stroke="#E8944A" stroke-width="1" fill="none"/>
<path d="M 95 42 Q 85 52 75 58" stroke="#E8944A" stroke-width="1" fill="none"/>
<!-- Pelican Crest/Plumage -->
<path d="M 140 25 Q 150 15 145 25 Q 155 18 150 28 Q 158 22 152 32" fill="none" stroke="#F5F5DC" stroke-width="3"/>
<!-- Pelican Legs -->
<line x1="170" y1="150" x2="165" y2="248" stroke="#F4A460" stroke-width="4"/>
<line x1="190" y1="150" x2="195" y2="206" stroke="#F4A460" stroke-width="4"/>
<!-- Pelican Feet on Pedals -->
<path d="M 158 252 L 150 258 L 155 258 L 160 254 L 168 258 L 172 254 Z" fill="#F4A460"/>
<path d="M 188 210 L 183 216 L 188 214 L 193 218 L 198 214 L 202 210 Z" fill="#F4A460"/>
<!-- Wing holding handlebar -->
<path d="M 200 110 Q 220 100 240 120 Q 250 140 240 155" fill="none" stroke="#D4C4A8" stroke-width="8"/>
<ellipse cx="242" cy="155" rx="8" ry="5" fill="#D4C4A8"/>
<!-- Motion lines -->
<path d="M 320 230 L 340 225" stroke="#666" stroke-width="2" opacity="0.5"/>
<path d="M 320 235 L 345 235" stroke="#666" stroke-width="2" opacity="0.5"/>
<path d="M 320 240 L 340 245" stroke="#666" stroke-width="2" opacity="0.5"/>
<!-- Sun -->
<circle cx="350" cy="50" r="25" fill="#FFD700"/>
<g stroke="#FFD700" stroke-width="3">
<line x1="350" y1="15" x2="350" y2="5"/>
<line x1="350" y1="85" x2="350" y2="95"/>
<line x1="315" y1="50" x2="305" y2="50"/>
<line x1="385" y1="50" x2="395" y2="50"/>
<line x1="325" y1="25" x2="318" y2="18"/>
<line x1="375" y1="75" x2="382" y2="82"/>
<line x1="375" y1="25" x2="382" y2="18"/>
<line x1="325" y1="75" x2="318" y2="82"/>
</g>
<!-- Clouds -->
<g fill="white" opacity="0.9">
<ellipse cx="60" cy="40" rx="25" ry="15"/>
<ellipse cx="85" cy="45" rx="20" ry="12"/>
<ellipse cx="40" cy="45" rx="18" ry="10"/>
</g>
<g fill="white" opacity="0.9">
<ellipse cx="200" cy="30" rx="30" ry="15"/>
<ellipse cx="230" cy="35" rx="22" ry="12"/>
<ellipse cx="175" cy="38" rx="20" ry="10"/>
</g>
</svg>
38.6s $0.0029 Tokens i/o: 119/2,765 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#87CEEB"/>
<!-- Ground -->
<rect x="0" y="260" width="400" height="40" fill="#90EE90"/>
<!-- Bicycle - Back Wheel -->
<circle cx="120" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="120" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="120" y1="190" x2="120" y2="270" stroke="#333" stroke-width="2"/>
<line x1="80" y1="230" x2="160" y2="230" stroke="#333" stroke-width="2"/>
<line x1="92" y1="202" x2="148" y2="258" stroke="#333" stroke-width="2"/>
<line x1="148" y1="202" x2="92" y2="258" stroke="#333" stroke-width="2"/>
<!-- Bicycle - Front Wheel -->
<circle cx="280" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="280" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="280" y1="190" x2="280" y2="270" stroke="#333" stroke-width="2"/>
<line x1="240" y1="230" x2="320" y2="230" stroke="#333" stroke-width="2"/>
<line x1="252" y1="202" x2="308" y2="258" stroke="#333" stroke-width="2"/>
<line x1="308" y1="202" x2="252" y2="258" stroke="#333" stroke-width="2"/>
<!-- Bicycle Frame -->
<line x1="120" y1="230" x2="180" y2="180" stroke="#E74C3C" stroke-width="5"/>
<line x1="180" y1="180" x2="200" y2="180" stroke="#E74C3C" stroke-width="5"/>
<line x1="200" y1="180" x2="280" y2="230" stroke="#E74C3C" stroke-width="5"/>
<line x1="180" y1="180" x2="180" y2="220" stroke="#E74C3C" stroke-width="5"/>
<line x1="200" y1="180" x2="200" y2="150" stroke="#E74C3C" stroke-width="5"/>
<!-- Handlebar -->
<line x1="185" y1="145" x2="215" y2="145" stroke="#333" stroke-width="4"/>
<circle cx="185" cy="145" r="4" fill="#333"/>
<circle cx="215" cy="145" r="4" fill="#333"/>
<!-- Seat -->
<ellipse cx="180" cy="175" rx="15" ry="6" fill="#8B4513"/>
<!-- Pedals and Crank -->
<circle cx="180" cy="220" r="12" fill="none" stroke="#333" stroke-width="3"/>
<line x1="180" y1="220" x2="165" y2="235" stroke="#333" stroke-width="3"/>
<line x1="180" y1="220" x2="195" y2="205" stroke="#333" stroke-width="3"/>
<rect x="158" y="232" width="15" height="6" fill="#333" rx="2"/>
<rect x="188" y="200" width="15" height="6" fill="#333" rx="2"/>
<!-- Chain -->
<ellipse cx="150" cy="225" rx="35" ry="10" fill="none" stroke="#555" stroke-width="2" stroke-dasharray="3,2"/>
<!-- Pelican Body -->
<ellipse cx="180" cy="140" rx="35" ry="30" fill="#F5F5DC"/>
<!-- Pelican Wing -->
<path d="M 155 130 Q 130 140 140 160 Q 160 155 175 145" fill="#D3D3D3" stroke="#A9A9A9" stroke-width="1"/>
<path d="M 160 135 Q 145 145 150 155" fill="none" stroke="#A9A9A9" stroke-width="1"/>
<!-- Pelican Tail Feathers -->
<path d="M 145 150 Q 120 160 115 155 Q 125 145 145 145" fill="#E8E8E8" stroke="#C0C0C0"/>
<path d="M 145 155 Q 115 170 110 165 Q 120 155 145 150" fill="#DCDCDC" stroke="#C0C0C0"/>
<!-- Pelican Neck -->
<path d="M 200 130 Q 230 110 240 80 Q 245 60 250 55" fill="none" stroke="#F5F5DC" stroke-width="18"/>
<path d="M 200 130 Q 230 110 240 80 Q 245 60 250 55" fill="none" stroke="#E8E4D4" stroke-width="14"/>
<!-- Pelican Head -->
<ellipse cx="255" cy="50" rx="22" ry="18" fill="#F5F5DC"/>
<!-- Pelican Eye -->
<circle cx="248" cy="45" r="6" fill="white"/>
<circle cx="249" cy="44" r="3" fill="#333"/>
<circle cx="250" cy="43" r="1" fill="white"/>
<!-- Pelican Beak - Upper -->
<path d="M 268 42 Q 320 35 330 50 Q 320 52 270 50" fill="#F4A460" stroke="#D2691E" stroke-width="1"/>
<line x1="270" y1="46" x2="325" y2="46" stroke="#D2691E" stroke-width="1"/>
<!-- Pelican Beak - Lower with Pouch -->
<path d="M 268 52 Q 300 55 320 52 Q 310 85 280 80 Q 260 75 268 52" fill="#FFB347" stroke="#E8941E" stroke-width="1"/>
<path d="M 275 60 Q 295 62 305 58" fill="none" stroke="#E8941E" stroke-width="1"/>
<path d="M 278 68 Q 292 72 302 65" fill="none" stroke="#E8941E" stroke-width="1"/>
<!-- Beak Hook -->
<path d="M 328 48 Q 332 50 330 54" fill="none" stroke="#D2691E" stroke-width="2"/>
<!-- Pelican Crest/Plumage -->
<path d="M 240 35 Q 235 25 240 20 Q 245 25 243 35" fill="#F5F5DC"/>
<path d="M 248 33 Q 248 22 255 18 Q 255 25 252 33" fill="#F5F5DC"/>
<path d="M 256 35 Q 260 25 268 22 Q 265 30 260 37" fill="#E8E8E8"/>
<!-- Pelican Legs -->
<line x1="170" y1="165" x2="165" y2="200" stroke="#F4A460" stroke-width="4"/>
<line x1="165" y1="200" x2="163" y2="232" stroke="#F4A460" stroke-width="4"/>
<line x1="190" y1="165" x2="195" y2="200" stroke="#F4A460" stroke-width="4"/>
<line x1="195" y1="200" x2="198" y2="200" stroke="#F4A460" stroke-width="4"/>
<!-- Pelican Feet on Pedals -->
<path d="M 155 232 L 175 232 L 175 238 L 150 238 Z" fill="#F4A460"/>
<path d="M 185 200 L 205 200 L 208 206 L 185 206 Z" fill="#F4A460"/>
<!-- Pelican Wing Arm holding handlebar -->
<path d="M 195 125 Q 200 130 205 140" fill="none" stroke="#D3D3D3" stroke-width="6"/>
<ellipse cx="207" cy="143" rx="5" ry="4" fill="#F5F5DC"/>
<!-- Motion Lines -->
<line x1="50" y1="230" x2="70" y2="230" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
<line x1="45" y1="240" x2="65" y2="240" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
<line x1="55" y1="250" x2="75" y2="250" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
<!-- Sun -->
<circle cx="350" cy="50" r="25" fill="#FFD700"/>
<line x1="350" y1="15" x2="350" y2="5" stroke="#FFD700" stroke-width="3"/>
<line x1="350" y1="85" x2="350" y2="95" stroke="#FFD700" stroke-width="3"/>
<line x1="315" y1="50" x2="305" y2="50" stroke="#FFD700" stroke-width="3"/>
<line x1="385" y1="50" x2="395" y2="50" stroke="#FFD700" stroke-width="3"/>
<line x1="325" y1="25" x2="318" y2="18" stroke="#FFD700" stroke-width="3"/>
<line x1="375" y1="75" x2="382" y2="82" stroke="#FFD700" stroke-width="3"/>
<line x1="375" y1="25" x2="382" y2="18" stroke="#FFD700" stroke-width="3"/>
<line x1="325" y1="75" x2="318" y2="82" stroke="#FFD700" stroke-width="3"/>
</svg>
37.1s $0.0028 Tokens i/o: 119/2,659 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#87CEEB"/>
<!-- Ground -->
<rect x="0" y="260" width="400" height="40" fill="#90EE90"/>
<!-- Bicycle - Back Wheel -->
<circle cx="120" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="120" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="120" y1="190" x2="120" y2="270" stroke="#333" stroke-width="2"/>
<line x1="80" y1="230" x2="160" y2="230" stroke="#333" stroke-width="2"/>
<line x1="92" y1="202" x2="148" y2="258" stroke="#333" stroke-width="2"/>
<line x1="148" y1="202" x2="92" y2="258" stroke="#333" stroke-width="2"/>
<!-- Bicycle - Front Wheel -->
<circle cx="280" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="280" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="280" y1="190" x2="280" y2="270" stroke="#333" stroke-width="2"/>
<line x1="240" y1="230" x2="320" y2="230" stroke="#333" stroke-width="2"/>
<line x1="252" y1="202" x2="308" y2="258" stroke="#333" stroke-width="2"/>
<line x1="308" y1="202" x2="252" y2="258" stroke="#333" stroke-width="2"/>
<!-- Bicycle Frame -->
<line x1="120" y1="230" x2="200" y2="180" stroke="#E74C3C" stroke-width="5"/>
<line x1="200" y1="180" x2="280" y2="230" stroke="#E74C3C" stroke-width="5"/>
<line x1="200" y1="180" x2="200" y2="150" stroke="#E74C3C" stroke-width="5"/>
<line x1="120" y1="230" x2="200" y2="230" stroke="#E74C3C" stroke-width="5"/>
<line x1="200" y1="230" x2="200" y2="180" stroke="#E74C3C" stroke-width="5"/>
<!-- Handlebar -->
<line x1="280" y1="230" x2="270" y2="160" stroke="#E74C3C" stroke-width="4"/>
<line x1="255" y1="155" x2="285" y2="155" stroke="#333" stroke-width="6"/>
<!-- Seat -->
<ellipse cx="200" cy="145" rx="20" ry="8" fill="#8B4513"/>
<!-- Pedals and Crank -->
<circle cx="200" cy="230" r="15" fill="none" stroke="#333" stroke-width="3"/>
<line x1="200" y1="230" x2="185" y2="245" stroke="#333" stroke-width="4"/>
<line x1="200" y1="230" x2="215" y2="215" stroke="#333" stroke-width="4"/>
<rect x="175" y="242" width="20" height="8" fill="#333" rx="2"/>
<rect x="205" y="210" width="20" height="8" fill="#333" rx="2"/>
<!-- Pelican Body -->
<ellipse cx="200" cy="120" rx="45" ry="35" fill="#F5F5DC"/>
<!-- Pelican Wing -->
<path d="M 160 100 Q 130 90 120 110 Q 130 130 160 135 Q 180 130 180 115 Z" fill="#D3D3D3" stroke="#A9A9A9" stroke-width="1"/>
<path d="M 165 108 L 140 105" stroke="#A9A9A9" stroke-width="1"/>
<path d="M 165 115 L 135 115" stroke="#A9A9A9" stroke-width="1"/>
<path d="M 165 122 L 140 125" stroke="#A9A9A9" stroke-width="1"/>
<!-- Pelican Tail Feathers -->
<path d="M 240 130 Q 270 125 280 140 Q 265 145 240 140 Z" fill="#D3D3D3"/>
<path d="M 242 135 Q 265 130 275 145" stroke="#A9A9A9" stroke-width="1" fill="none"/>
<!-- Pelican Neck -->
<path d="M 180 100 Q 160 70 170 40 Q 180 30 195 35" fill="#F5F5DC" stroke="#F5F5DC" stroke-width="8"/>
<!-- Pelican Head -->
<ellipse cx="210" cy="45" rx="25" ry="20" fill="#F5F5DC"/>
<!-- Pelican Eye -->
<circle cx="218" cy="40" r="6" fill="white"/>
<circle cx="220" cy="40" r="3" fill="#333"/>
<circle cx="221" cy="39" r="1" fill="white"/>
<!-- Pelican Beak - Upper -->
<path d="M 230 45 L 290 50 L 285 55 L 230 52 Z" fill="#FFA500" stroke="#E59400" stroke-width="1"/>
<line x1="235" y1="48" x2="280" y2="52" stroke="#E59400" stroke-width="1"/>
<!-- Pelican Beak - Lower with Pouch -->
<path d="M 230 52 L 285 55 Q 275 85 250 90 Q 225 85 225 65 Z" fill="#FFB347" stroke="#E59400" stroke-width="1"/>
<path d="M 235 60 Q 260 75 270 65" stroke="#E59400" stroke-width="1" fill="none"/>
<path d="M 235 70 Q 255 80 265 72" stroke="#E59400" stroke-width="1" fill="none"/>
<!-- Pelican Beak Hook -->
<path d="M 288 50 Q 295 52 292 58 L 285 55" fill="#FFA500"/>
<!-- Pelican Crest/Plumage -->
<path d="M 190 30 Q 185 15 195 20 Q 200 10 210 22 Q 220 12 218 25" fill="#F5F5DC" stroke="#E8E8D0" stroke-width="1"/>
<!-- Pelican Legs -->
<line x1="190" y1="150" x2="185" y2="200" stroke="#FFA500" stroke-width="4"/>
<line x1="185" y1="200" x2="185" y2="245" stroke="#FFA500" stroke-width="4"/>
<line x1="210" y1="150" x2="215" y2="180" stroke="#FFA500" stroke-width="4"/>
<line x1="215" y1="180" x2="215" y2="213" stroke="#FFA500" stroke-width="4"/>
<!-- Pelican Feet on Pedals -->
<path d="M 175 245 L 170 250 L 185 255 L 195 250 L 190 245 Z" fill="#FFA500"/>
<path d="M 205 213 L 200 218 L 215 223 L 225 218 L 220 213 Z" fill="#FFA500"/>
<!-- Pelican Wing Grip on Handlebar -->
<ellipse cx="270" cy="155" rx="8" ry="5" fill="#D3D3D3"/>
<path d="M 240 115 Q 250 130 265 150" stroke="#D3D3D3" stroke-width="6" fill="none"/>
<!-- Motion Lines -->
<line x1="50" y1="230" x2="70" y2="230" stroke="#333" stroke-width="2" stroke-dasharray="5,5"/>
<line x1="40" y1="240" x2="65" y2="240" stroke="#333" stroke-width="2" stroke-dasharray="5,5"/>
<line x1="45" y1="220" x2="68" y2="220" stroke="#333" stroke-width="2" stroke-dasharray="5,5"/>
<!-- Sun -->
<circle cx="350" cy="50" r="25" fill="#FFD700"/>
<line x1="350" y1="15" x2="350" y2="5" stroke="#FFD700" stroke-width="3"/>
<line x1="350" y1="85" x2="350" y2="95" stroke="#FFD700" stroke-width="3"/>
<line x1="315" y1="50" x2="305" y2="50" stroke="#FFD700" stroke-width="3"/>
<line x1="385" y1="50" x2="395" y2="50" stroke="#FFD700" stroke-width="3"/>
<line x1="325" y1="25" x2="318" y2="18" stroke="#FFD700" stroke-width="3"/>
<line x1="375" y1="75" x2="382" y2="82" stroke="#FFD700" stroke-width="3"/>
<line x1="375" y1="25" x2="382" y2="18" stroke="#FFD700" stroke-width="3"/>
<line x1="325" y1="75" x2="318" y2="82" stroke="#FFD700" stroke-width="3"/>
</svg>
35.2s $0.0025 Tokens i/o: 119/2,353 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#87CEEB"/>
<!-- Ground -->
<rect x="0" y="260" width="400" height="40" fill="#8B7355"/>
<!-- Back Wheel -->
<circle cx="100" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="100" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="100" y1="190" x2="100" y2="270" stroke="#333" stroke-width="2"/>
<line x1="60" y1="230" x2="140" y2="230" stroke="#333" stroke-width="2"/>
<line x1="72" y1="202" x2="128" y2="258" stroke="#333" stroke-width="2"/>
<line x1="128" y1="202" x2="72" y2="258" stroke="#333" stroke-width="2"/>
<!-- Front Wheel -->
<circle cx="280" cy="230" r="40" fill="none" stroke="#333" stroke-width="4"/>
<circle cx="280" cy="230" r="5" fill="#333"/>
<!-- Spokes -->
<line x1="280" y1="190" x2="280" y2="270" stroke="#333" stroke-width="2"/>
<line x1="240" y1="230" x2="320" y2="230" stroke="#333" stroke-width="2"/>
<line x1="252" y1="202" x2="308" y2="258" stroke="#333" stroke-width="2"/>
<line x1="308" y1="202" x2="252" y2="258" stroke="#333" stroke-width="2"/>
<!-- Bicycle Frame -->
<polygon points="100,230 190,180 280,230 190,230" fill="none" stroke="#E74C3C" stroke-width="5"/>
<line x1="190" y1="180" x2="190" y2="150" stroke="#E74C3C" stroke-width="5"/>
<line x1="280" y1="230" x2="260" y2="160" stroke="#E74C3C" stroke-width="5"/>
<!-- Handlebars -->
<line x1="245" y1="155" x2="275" y2="155" stroke="#333" stroke-width="4"/>
<circle cx="245" cy="155" r="5" fill="#333"/>
<circle cx="275" cy="155" r="5" fill="#333"/>
<line x1="260" y1="160" x2="260" y2="150" stroke="#333" stroke-width="4"/>
<!-- Seat -->
<ellipse cx="190" cy="145" rx="20" ry="8" fill="#2C3E50"/>
<!-- Pedals and Crank -->
<circle cx="190" cy="230" r="15" fill="none" stroke="#333" stroke-width="3"/>
<line x1="190" y1="230" x2="175" y2="245" stroke="#333" stroke-width="4"/>
<line x1="190" y1="230" x2="205" y2="215" stroke="#333" stroke-width="4"/>
<rect x="168" y="243" width="15" height="6" fill="#333" rx="2"/>
<rect x="198" y="211" width="15" height="6" fill="#333" rx="2"/>
<!-- Chain -->
<ellipse cx="145" cy="230" rx="45" ry="10" fill="none" stroke="#555" stroke-width="2" stroke-dasharray="4,2"/>
<!-- Pelican Body -->
<ellipse cx="190" cy="120" rx="45" ry="35" fill="#F5F5DC"/>
<!-- Pelican Wing -->
<path d="M160 100 Q130 90 120 110 Q130 130 160 140 Q175 125 160 100" fill="#D4CFC4" stroke="#A9A9A9" stroke-width="1"/>
<path d="M155 110 Q140 105 135 115" fill="none" stroke="#A9A9A9" stroke-width="1"/>
<path d="M155 120 Q140 118 135 125" fill="none" stroke="#A9A9A9" stroke-width="1"/>
<!-- Pelican Tail Feathers -->
<path d="M145 130 Q120 140 115 155 Q130 150 145 140" fill="#D4CFC4"/>
<path d="M150 135 Q130 150 125 165 Q140 155 155 145" fill="#E8E4D9"/>
<!-- Pelican Neck -->
<path d="M220 110 Q250 90 260 60 Q265 50 270 55" fill="#F5F5DC" stroke="#F5F5DC" stroke-width="15"/>
<!-- Pelican Head -->
<ellipse cx="275" cy="45" rx="22" ry="18" fill="#F5F5DC"/>
<!-- Pelican Eye -->
<circle cx="280" cy="40" r="6" fill="#FFF"/>
<circle cx="282" cy="40" r="3" fill="#000"/>
<circle cx="283" cy="39" r="1" fill="#FFF"/>
<!-- Pelican Beak - Upper -->
<path d="M295 45 L350 50 L355 48 L350 45 L295 40 Z" fill="#F4A460" stroke="#D2691E" stroke-width="1"/>
<line x1="295" y1="42" x2="345" y2="46" stroke="#D2691E" stroke-width="1"/>
<!-- Pelican Beak - Lower with Pouch -->
<path d="M295 45 L340 52 Q335 75 310 80 Q285 78 280 65 Q278 55 295 50 Z" fill="#FFB347" stroke="#D2691E" stroke-width="1"/>
<path d="M295 55 Q310 65 320 60" fill="none" stroke="#E8941E" stroke-width="1"/>
<path d="M290 60 Q305 72 315 68" fill="none" stroke="#E8941E" stroke-width="1"/>
<!-- Beak hook -->
<path d="M350 45 Q358 46 355 52 L350 50" fill="#D2691E"/>
<!-- Pelican Crest/Plumage -->
<path d="M255 30 Q250 15 260 20 Q265 10 275 22 Q285 8 290 25 Q300 18 295 32" fill="#F5F5DC" stroke="#D4CFC4" stroke-width="1"/>
<!-- Pelican Legs -->
<line x1="175" y1="150" x2="175" y2="243" stroke="#FF8C00" stroke-width="4"/>
<line x1="205" y1="145" x2="205" y2="211" stroke="#FF8C00" stroke-width="4"/>
<!-- Pelican Feet on Pedals -->
<path d="M168 248 L160 252 L165 248 L158 250 L168 246" fill="#FF8C00" stroke="#FF8C00" stroke-width="2"/>
<path d="M198 216 L190 220 L195 216 L188 218 L198 214" fill="#FF8C00" stroke="#FF8C00" stroke-width="2"/>
<!-- Pelican Wing Holding Handlebar -->
<path d="M230 115 Q250 130 255 150 L260 155 L250 145 Q245 130 225 120" fill="#D4CFC4" stroke="#A9A9A9" stroke-width="1"/>
<!-- Motion Lines -->
<line x1="40" y1="230" x2="20" y2="230" stroke="#666" stroke-width="2" stroke-dasharray="5,3"/>
<line x1="45" y1="220" x2="25" y2="215" stroke="#666" stroke-width="2" stroke-dasharray="5,3"/>
<line x1="45" y1="240" x2="25" y2="245" stroke="#666" stroke-width="2" stroke-dasharray="5,3"/>
<!-- Small dust clouds -->
<circle cx="50" cy="255" r="8" fill="#C4B59D" opacity="0.6"/>
<circle cx="35" cy="250" r="6" fill="#C4B59D" opacity="0.5"/>
<circle cx="25" cy="258" r="5" fill="#C4B59D" opacity="0.4"/>
</svg>
42.9s $0.0026 Tokens i/o: 783/1,852 Dec 3rd
Preview
<svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#E0F7FA" />
<!-- Bicycle wheels -->
<circle cx="100" cy="220" r="40" fill="none" stroke="#333" stroke-width="8" />
<circle cx="100" cy="220" r="30" fill="#FFF" stroke="#333" stroke-width="4" />
<circle cx="300" cy="220" r="40" fill="none" stroke="#333" stroke-width="8" />
<circle cx="300" cy="220" r="30" fill="#FFF" stroke="#333" stroke-width="4" />
<!-- Bicycle frame -->
<path d="M100 220 L200 180 L300 220 M200 180 L250 220 M200 180 L200 140" stroke="#333" stroke-width="10" fill="none" />
<!-- Seat -->
<rect x="190" y="130" width="40" height="10" fill="#666" />
<!-- Handlebars -->
<path d="M200 140 L180 120 M200 140 L220 120" stroke="#333" stroke-width="8" fill="none" />
<!-- Pedals (simplified) -->
<circle cx="200" cy="200" r="5" fill="#333" />
<line x1="200" y1="200" x2="180" y2="240" stroke="#333" stroke-width="6" />
<line x1="200" y1="200" x2="220" y2="160" stroke="#333" stroke-width="6" />
<!-- Pelican body -->
<ellipse cx="200" cy="120" rx="50" ry="70" fill="#FFF" stroke="#000" stroke-width="2" />
<!-- Neck and head -->
<path d="M200 120 Q220 80 240 60 Q260 40 280 60" fill="none" stroke="#000" stroke-width="4" />
<circle cx="280" cy="60" r="20" fill="#FFF" stroke="#000" stroke-width="2" />
<!-- Beak with pouch -->
<path d="M280 60 L360 50 Q370 70 360 90 L280 70 Q280 80 290 90 Q300 100 280 70" fill="#FFD700" stroke="#FFA500" stroke-width="2" />
<path d="M360 50 L360 90" stroke="#FFA500" stroke-width="2" fill="none" />
<!-- Eye -->
<circle cx="270" cy="55" r="3" fill="#000" />
<!-- Plumage (feathers on body) -->
<path d="M150 120 Q160 140 170 120 Q180 140 190 120 Q200 140 210 120 Q220 140 230 120 Q240 140 250 120" fill="none" stroke="#DDD" stroke-width="2" />
<path d="M160 160 Q170 180 180 160 Q190 180 200 160 Q210 180 220 160 Q230 180 240 160" fill="none" stroke="#DDD" stroke-width="2" />
<!-- Wings (one holding handlebar, one folded) -->
<path d="M150 100 Q100 120 150 180 Q180 140 150 100" fill="#FFF" stroke="#000" stroke-width="2" />
<path d="M150 100 Q120 80 100 120 Q120 140 150 100" fill="none" stroke="#DDD" stroke-width="2" /> <!-- Feather details -->
<path d="M250 100 Q280 120 270 180 Q240 140 250 100" fill="#FFF" stroke="#000" stroke-width="2" />
<path d="M250 100 Q270 80 290 120 Q270 140 250 100" fill="none" stroke="#DDD" stroke-width="2" />
<!-- Wing on handlebar -->
<path d="M180 120 L160 100 Q140 120 160 140" fill="#FFF" stroke="#000" stroke-width="2" />
<!-- Legs and feet pedaling -->
<!-- Left leg (down) -->
<path d="M180 180 L160 220 Q150 240 170 250" stroke="#FFA500" stroke-width="8" fill="none" />
<path d="M170 250 L150 260 L190 260 Z" fill="#FFA500" /> <!-- Webbed foot -->
<!-- Right leg (up) -->
<path d="M220 180 L240 140 Q250 120 230 110" stroke="#FFA500" stroke-width="8" fill="none" />
<path d="M230 110 L210 100 L250 100 Z" fill="#FFA500" /> <!-- Webbed foot -->
<!-- Tail feathers -->
<path d="M150 180 Q120 200 150 220 Q170 200 150 180" fill="#FFF" stroke="#000" stroke-width="2" />
</svg>
31.1s $0.0022 Tokens i/o: 783/1,433 Dec 3rd
Preview
<svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="300" fill="#E0F7FA" />
<!-- Bicycle wheels -->
<circle cx="100" cy="220" r="50" fill="none" stroke="#333" stroke-width="8" />
<circle cx="100" cy="220" r="40" fill="none" stroke="#666" stroke-width="4" stroke-dasharray="10 10" />
<circle cx="300" cy="220" r="50" fill="none" stroke="#333" stroke-width="8" />
<circle cx="300" cy="220" r="40" fill="none" stroke="#666" stroke-width="4" stroke-dasharray="10 10" />
<!-- Bicycle frame -->
<path d="M100 220 L200 150 L300 220 L250 150 L200 150 M200 150 L200 200" fill="none" stroke="#333" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
<!-- Seat -->
<path d="M190 150 L210 150" stroke="#333" stroke-width="10" stroke-linecap="round" />
<!-- Handlebars -->
<path d="M250 150 L270 130 L280 130" stroke="#333" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
<!-- Pedals -->
<circle cx="200" cy="200" r="5" fill="#333" />
<path d="M200 200 L180 240" stroke="#333" stroke-width="6" stroke-linecap="round" /> <!-- Left pedal down -->
<path d="M200 200 L220 160" stroke="#333" stroke-width="6" stroke-linecap="round" /> <!-- Right pedal up -->
<!-- Pelican body -->
<ellipse cx="220" cy="140" rx="60" ry="40" fill="#FFF" stroke="#333" stroke-width="4" />
<!-- Neck and head -->
<path d="M260 140 Q280 100 240 60 Q220 40 180 60" fill="#FFF" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
<!-- Beak with pouch -->
<path d="M180 60 L100 50 Q80 70 100 90 L180 80 Q190 100 180 60" fill="#FFD700" stroke="#333" stroke-width="4" stroke-linejoin="round" />
<!-- Eye -->
<circle cx="200" cy="55" r="5" fill="#000" />
<!-- Plumage (feathers on body) -->
<path d="M220 140 Q230 160 240 140 Q250 160 260 140 Q270 160 280 140" fill="none" stroke="#CCC" stroke-width="6" stroke-linecap="round" />
<!-- Wings (simple plumage) -->
<path d="M160 140 Q140 160 120 140 Q100 160 80 140" fill="#FFF" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
<path d="M280 140 Q300 160 320 140 Q340 160 360 140" fill="#FFF" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
<!-- Legs pedaling -->
<path d="M210 170 L190 230 L180 240" stroke="#FFD700" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" /> <!-- Left leg down -->
<path d="M230 170 L240 190 L220 160" stroke="#FFD700" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" /> <!-- Right leg up -->
<!-- Feet -->
<path d="M180 240 L160 245 L180 250 M180 240 L170 235 L180 230" fill="none" stroke="#FFD700" stroke-width="4" stroke-linecap="round" />
<path d="M220 160 L200 165 L220 170 M220 160 L210 155 L220 150" fill="none" stroke="#FFD700" stroke-width="4" stroke-linecap="round" />
</svg>
31.8s $0.0022 Tokens i/o: 783/1,399 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="400" height="300">
<!-- Background -->
<rect width="400" height="300" fill="#E0F7FA" />
<!-- Bicycle wheels -->
<circle cx="100" cy="220" r="40" fill="none" stroke="#333" stroke-width="5" />
<circle cx="300" cy="220" r="40" fill="none" stroke="#333" stroke-width="5" />
<circle cx="100" cy="220" r="5" fill="#333" />
<circle cx="300" cy="220" r="5" fill="#333" />
<!-- Bicycle frame -->
<path d="M100 220 L200 180 L300 220 M200 180 L250 220 M200 180 L200 140" stroke="#333" stroke-width="5" fill="none" />
<!-- Seat -->
<rect x="185" y="125" width="30" height="10" fill="#666" />
<!-- Handlebars -->
<path d="M200 140 L220 120 M220 120 L240 140" stroke="#333" stroke-width="5" fill="none" />
<!-- Pedals -->
<circle cx="200" cy="200" r="3" fill="#333" />
<line x1="200" y1="200" x2="180" y2="240" stroke="#333" stroke-width="3" />
<line x1="200" y1="200" x2="220" y2="160" stroke="#333" stroke-width="3" />
<!-- Pelican body -->
<ellipse cx="200" cy="120" rx="50" ry="70" fill="#FFF" stroke="#000" stroke-width="2" />
<!-- Plumage/feathers on body -->
<path d="M170 140 Q160 150 170 160 M230 140 Q240 150 230 160 M180 80 Q170 90 180 100 M220 80 Q230 90 220 100" stroke="#CCC" stroke-width="3" fill="none" />
<!-- Pelican head -->
<ellipse cx="200" cy="50" rx="20" ry="25" fill="#FFF" stroke="#000" stroke-width="2" />
<!-- Eye -->
<circle cx="210" cy="45" r="3" fill="#000" />
<!-- Beak -->
<path d="M220 50 L280 40 Q290 50 280 60 L220 55" fill="#FFD700" stroke="#DAA520" stroke-width="2" />
<!-- Pouch -->
<path d="M280 40 Q300 60 280 60 Q290 70 280 60" fill="#FFD700" stroke="#DAA520" stroke-width="2" />
<!-- Wings -->
<path d="M150 100 Q100 150 150 200" fill="#FFF" stroke="#000" stroke-width="2" />
<path d="M250 100 Q300 150 250 200" fill="#FFF" stroke="#000" stroke-width="2" />
<!-- Wing feathers -->
<path d="M130 130 Q120 140 130 150 M140 160 Q130 170 140 180 M270 130 Q280 140 270 150 M260 160 Q270 170 260 180" stroke="#CCC" stroke-width="3" fill="none" />
<!-- Legs pedaling -->
<path d="M180 180 L170 240" stroke="#000" stroke-width="4" />
<path d="M220 180 L230 160" stroke="#000" stroke-width="4" />
<!-- Feet -->
<path d="M170 240 L160 250 L170 245 L180 250" fill="#FFD700" stroke="#DAA520" stroke-width="2" />
<path d="M230 160 L220 150 L230 155 L240 150" fill="#FFD700" stroke="#DAA520" stroke-width="2" />
<!-- Tail feathers -->
<path d="M150 170 Q140 190 150 210 M160 170 Q150 190 160 210 M140 170 Q130 190 140 210" stroke="#CCC" stroke-width="3" fill="none" />
</svg>
24.3s $0.0020 Tokens i/o: 783/1,196 Dec 3rd
Preview
<svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Bicycle wheels -->
<circle cx="100" cy="250" r="50" fill="none" stroke="black" stroke-width="4"/>
<circle cx="300" cy="250" r="50" fill="none" stroke="black" stroke-width="4"/>
<!-- Bicycle frame -->
<path d="M100 250 L200 150 L300 250 M200 150 L200 200 M200 150 L150 100" stroke="black" stroke-width="4" fill="none"/>
<!-- Seat -->
<rect x="190" y="140" width="20" height="10" fill="brown"/>
<!-- Handlebars -->
<path d="M150 100 L140 80 M150 100 L160 80" stroke="black" stroke-width="4" fill="none"/>
<!-- Pedals (simplified) -->
<circle cx="200" cy="200" r="5" fill="gray"/>
<line x1="200" y1="200" x2="180" y2="240" stroke="black" stroke-width="3"/>
<line x1="200" y1="200" x2="220" y2="160" stroke="black" stroke-width="3"/>
<!-- Pelican body -->
<ellipse cx="220" cy="120" rx="50" ry="30" fill="white" stroke="black" stroke-width="2"/>
<!-- Neck -->
<path d="M250 120 Q280 100 260 60" stroke="black" stroke-width="2" fill="none"/>
<!-- Head -->
<ellipse cx="260" cy="50" rx="20" ry="15" fill="white" stroke="black" stroke-width="2"/>
<!-- Beak -->
<path d="M260 50 L320 45 L260 60 L260 50" fill="orange" stroke="black" stroke-width="2"/>
<!-- Pouch -->
<path d="M260 60 Q290 80 320 45" fill="orange" stroke="black" stroke-width="2"/>
<!-- Eye -->
<circle cx="250" cy="45" r="3" fill="black"/>
<!-- Wings/Plumage -->
<path d="M170 120 Q150 100 140 140 Q130 180 170 150" fill="lightgray" stroke="black" stroke-width="2"/>
<path d="M270 120 Q290 100 300 140 Q310 180 270 150" fill="lightgray" stroke="black" stroke-width="2"/>
<!-- Feathers on body -->
<path d="M200 140 Q190 160 210 160 M220 140 Q210 160 230 160" stroke="black" stroke-width="2" fill="none"/>
<!-- Legs pedaling -->
<!-- Left leg -->
<path d="M200 150 L180 220 Q170 240 180 250" stroke="yellow" stroke-width="4" fill="none"/>
<!-- Right leg -->
<path d="M240 150 L220 180 Q210 160 220 150" stroke="yellow" stroke-width="4" fill="none"/>
<!-- Feet -->
<path d="M180 250 L170 260 L190 260 Z" fill="yellow" stroke="black" stroke-width="2"/>
<path d="M220 150 L210 160 L230 160 Z" fill="yellow" stroke="black" stroke-width="2"/>
</svg>
160.2s $0.0075 Tokens i/o: 107/7,405 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#dff2ff"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
<linearGradient id="beakGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#f6a13a"/>
<stop offset="100%" stop-color="#f4cc6a"/>
</linearGradient>
<linearGradient id="pouchGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f39b2b"/>
<stop offset="100%" stop-color="#ffd28a"/>
</linearGradient>
<linearGradient id="bodyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#e9eef4"/>
</linearGradient>
<radialGradient id="tireGrad" cx="50%" cy="50%" r="50%">
<stop offset="75%" stop-color="#2b2b2b"/>
<stop offset="100%" stop-color="#111111"/>
</radialGradient>
<filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
<feOffset dx="0" dy="2" result="off"/>
<feMerge>
<feMergeNode in="off"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="100%" height="100%" fill="url(#sky)"/>
<rect y="240" width="100%" height="60" fill="#d8f0d0"/>
<ellipse cx="210" cy="250" rx="120" ry="12" fill="#b5c9b1" opacity="0.45" filter="url(#shadow)"/>
<!-- Bicycle -->
<g id="bike" stroke-linecap="round" stroke-linejoin="round">
<!-- Wheels -->
<g id="rearWheel">
<circle cx="140" cy="230" r="40" fill="url(#tireGrad)" stroke="#222" stroke-width="3"/>
<circle cx="140" cy="230" r="30" fill="#d1d1d1" stroke="#777" stroke-width="2"/>
<circle cx="140" cy="230" r="6" fill="#888" stroke="#444" stroke-width="2"/>
<!-- spokes -->
<g stroke="#9a9a9a" stroke-width="1.2" opacity="0.8">
<line x1="140" y1="230" x2="140" y2="190"/>
<line x1="140" y1="230" x2="170" y2="200"/>
<line x1="140" y1="230" x2="180" y2="230"/>
<line x1="140" y1="230" x2="170" y2="260"/>
<line x1="140" y1="230" x2="140" y2="270"/>
<line x1="140" y1="230" x2="110" y2="260"/>
<line x1="140" y1="230" x2="100" y2="230"/>
<line x1="140" y1="230" x2="110" y2="200"/>
</g>
</g>
<g id="frontWheel">
<circle cx="280" cy="230" r="40" fill="url(#tireGrad)" stroke="#222" stroke-width="3"/>
<circle cx="280" cy="230" r="30" fill="#d1d1d1" stroke="#777" stroke-width="2"/>
<circle cx="280" cy="230" r="6" fill="#888" stroke="#444" stroke-width="2"/>
<!-- spokes -->
<g stroke="#9a9a9a" stroke-width="1.2" opacity="0.8">
<line x1="280" y1="230" x2="280" y2="190"/>
<line x1="280" y1="230" x2="310" y2="200"/>
<line x1="280" y1="230" x2="320" y2="230"/>
<line x1="280" y1="230" x2="310" y2="260"/>
<line x1="280" y1="230" x2="280" y2="270"/>
<line x1="280" y1="230" x2="250" y2="260"/>
<line x1="280" y1="230" x2="240" y2="230"/>
<line x1="280" y1="230" x2="250" y2="200"/>
</g>
</g>
<!-- Frame -->
<g id="frame" stroke="#2f4f6f" stroke-width="5" fill="none">
<!-- Key points: BB(210,230), SC(195,160), HT(300,170), RH(140,230), FH(280,230) -->
<line x1="210" y1="230" x2="140" y2="230"/>
<line x1="195" y1="160" x2="140" y2="230"/>
<line x1="195" y1="160" x2="210" y2="230"/>
<line x1="195" y1="160" x2="300" y2="170"/>
<line x1="210" y1="230" x2="300" y2="170"/>
<line x1="280" y1="230" x2="300" y2="170"/>
</g>
<!-- Seat -->
<g id="seat" fill="#333">
<path d="M183 156 q12 -5 28 0 q6 3 5 7 q-1 4 -7 5 l-26 1 q-6 0 -8 -5 q-2 -6 8 -8z" />
<rect x="192" y="160" width="6" height="20" fill="#2f4f6f"/>
</g>
<!-- Handlebars -->
<g id="handlebars" stroke="#2f4f6f" stroke-width="5" fill="none">
<line x1="300" y1="170" x2="316" y2="158"/>
<line x1="316" y1="158" x2="332" y2="158" stroke="#333" stroke-width="6"/>
<circle cx="300" cy="170" r="3" fill="#2f4f6f"/>
</g>
<!-- Chainring and cranks -->
<g id="crankset" stroke="#333" stroke-width="4" fill="none">
<circle cx="210" cy="230" r="14" fill="#bbbbbb" stroke="#555" stroke-width="3"/>
<!-- Crank arms -->
<line x1="210" y1="230" x2="225.6" y2="214.4"/>
<line x1="210" y1="230" x2="194.4" y2="245.6"/>
<!-- Pedals -->
<rect x="219.6" y="212.4" width="12" height="4" fill="#444" stroke="#222" stroke-width="1.5" transform="rotate(-45 225.6 214.4) translate(-6 -2)"/>
<rect x="188.4" y="243.6" width="12" height="4" fill="#444" stroke="#222" stroke-width="1.5" transform="rotate(135 194.4 245.6) translate(-6 -2)"/>
<!-- Chain (simplified) -->
<path d="M224 230 q38 -15 56 0" stroke="#555" stroke-width="2" />
<path d="M224 234 q38 -15 56 0" stroke="#777" stroke-width="1.2" opacity="0.8"/>
</g>
</g>
<!-- Motion hints -->
<g stroke="#7fb" stroke-width="3" opacity="0.5">
<path d="M90 230 q-20 0 -35 -10" fill="none"/>
<path d="M320 230 q35 0 50 -10" fill="none"/>
</g>
<!-- Pelican: back leg (behind cranks) -->
<g id="pelican-back-leg" stroke="#d77424" stroke-width="7" stroke-linecap="round" fill="none">
<!-- Hip to knee to pedal (back/down) -->
<path d="M195 202 Q188 214 190 222 T194.4 245.6"/>
<!-- Foot (webbed) on pedal -->
<g fill="#f09b3c" stroke="#c76518" stroke-width="2">
<path d="M194.4 245.6 l-10 6 l9 0.5 l-8 6 l12 -2 l-3 7 l12 -8 q5 -3 2 -6 q-5 -5 -14 -3z"/>
<!-- toe splits -->
<path d="M188.3 252 l8 -2" />
<path d="M186 258 l10 -3" />
</g>
</g>
<!-- Pelican body and features -->
<g id="pelican">
<!-- Tail feathers -->
<g opacity="0.95">
<path d="M150 192 l-18 10 l20 4 z" fill="#cfd6e1" stroke="#9aa5b3" stroke-width="2"/>
<path d="M160 188 l-18 14 l24 6 z" fill="#dbe2ec" stroke="#a6b1bf" stroke-width="2"/>
</g>
<!-- Body -->
<ellipse cx="185" cy="185" rx="55" ry="38" fill="url(#bodyGrad)" stroke="#9aa5b3" stroke-width="2"/>
<!-- Belly shading -->
<path d="M140 190 q30 22 90 12 q-40 20 -82 4 z" fill="#dfe6ef" opacity="0.8"/>
<!-- Wing -->
<g id="wing">
<path d="M178 175 q-40 10 -42 26 q1 10 16 18 q22 12 55 -4 q6 -3 8 -8 q3 -8 -7 -18 q-9 -10 -30 -14z"
fill="#e8edf5" stroke="#9aa5b3" stroke-width="2"/>
<!-- Feather lines -->
<g stroke="#b3bdc9" stroke-width="1.5" fill="none" opacity="0.9">
<path d="M150 204 q18 8 40 4"/>
<path d="M154 196 q20 10 44 6"/>
<path d="M160 190 q22 10 41 7"/>
</g>
</g>
<!-- Neck -->
<path d="M205 165 C220 152, 240 145, 254 150 C250 158, 236 165, 220 175 C212 179, 206 177, 204 170 Z"
fill="#ffffff" stroke="#9aa5b3" stroke-width="2"/>
<!-- Head -->
<g id="head">
<ellipse cx="260" cy="148" rx="16" ry="13" fill="#ffffff" stroke="#9aa5b3" stroke-width="2"/>
<!-- Eye -->
<circle cx="264" cy="146" r="3.5" fill="#202020"/>
<circle cx="265.5" cy="145" r="1.3" fill="#ffffff" opacity="0.9"/>
<!-- Beak upper -->
<path d="M266 150 C286 147, 302 147, 320 150 C302 153, 285 152, 266 153 Z"
fill="url(#beakGrad)" stroke="#c5791e" stroke-width="2"/>
<!-- Lower beak pouch -->
<path d="M262 151
C278 165, 300 170, 322 152
C301 154, 284 153, 266 152
C264 152, 263 151.5, 262 151 Z"
fill="url(#pouchGrad)" stroke="#c5791e" stroke-width="2" opacity="0.98"/>
<!-- Beak hinge detail -->
<circle cx="256" cy="150" r="2" fill="#c5791e"/>
<!-- Small head crest -->
<path d="M246 146 q-8 -6 -10 -2 q6 8 14 6" fill="none" stroke="#b5bfcc" stroke-width="2" stroke-linecap="round"/>
</g>
</g>
<!-- Pelican: front leg (in front of cranks) -->
<g id="pelican-front-leg" stroke="#d77424" stroke-width="7" stroke-linecap="round" fill="none">
<!-- Hip to knee to pedal (front/up) -->
<path d="M206 202 Q214 208 216 214 T225.6 214.4"/>
<!-- Foot (webbed) on pedal -->
<g fill="#f09b3c" stroke="#c76518" stroke-width="2">
<path d="M225.6 214.4 l12 -4 l-5 7 l10 -1 l-11 7 l8 2 l-14 1 q-6 -1 -7 -4 q-1 -5 7 -8z"/>
<!-- toe splits -->
<path d="M233 214 l-9 4"/>
<path d="M239 220 l-12 3"/>
</g>
</g>
<!-- Little motion lines near feet to imply pedaling -->
<g stroke="#f3a34a" stroke-width="2" opacity="0.7">
<path d="M236 206 q6 3 10 0" fill="none"/>
<path d="M184 248 q-6 3 -10 0" fill="none"/>
</g>
</svg>
122.2s $0.0066 Tokens i/o: 107/6,530 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
<defs>
<linearGradient id="skyGrad" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#cfeafe"/>
<stop offset="100%" stop-color="#eaf7ff"/>
</linearGradient>
<linearGradient id="beakGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff9d1a"/>
<stop offset="60%" stop-color="#ffb03a"/>
<stop offset="100%" stop-color="#ffd06a"/>
</linearGradient>
<radialGradient id="tireSheen" cx="30%" cy="30%" r="80%">
<stop offset="0%" stop-color="#111"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="400" height="300" fill="url(#skyGrad)"/>
<rect x="0" y="260" width="400" height="40" fill="#9ecb80"/>
<rect x="0" y="275" width="400" height="10" fill="#8ab36e"/>
<ellipse cx="200" cy="265" rx="150" ry="12" fill="rgba(0,0,0,0.08)"/>
<!-- Bicycle -->
<g id="bicycle" stroke-linecap="round" stroke-linejoin="round">
<!-- Wheels -->
<g id="rearWheel">
<circle cx="120" cy="240" r="46" fill="url(#tireSheen)" stroke="#0a0a0a" stroke-width="2"/>
<circle cx="120" cy="240" r="34" fill="none" stroke="#666" stroke-width="2"/>
<g stroke="#7a7a7a" stroke-width="1.5">
<line x1="120" y1="240" x2="120" y2="206"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(30 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(60 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(90 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(120 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(150 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(180 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(210 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(240 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(270 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(300 120 240)"/>
<line x1="120" y1="240" x2="120" y2="206" transform="rotate(330 120 240)"/>
</g>
<circle cx="120" cy="240" r="4" fill="#bbb" stroke="#666" stroke-width="1"/>
</g>
<g id="frontWheel">
<circle cx="280" cy="240" r="46" fill="url(#tireSheen)" stroke="#0a0a0a" stroke-width="2"/>
<circle cx="280" cy="240" r="34" fill="none" stroke="#666" stroke-width="2"/>
<g stroke="#7a7a7a" stroke-width="1.5">
<line x1="280" y1="240" x2="280" y2="206"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(30 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(60 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(90 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(120 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(150 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(180 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(210 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(240 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(270 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(300 280 240)"/>
<line x1="280" y1="240" x2="280" y2="206" transform="rotate(330 280 240)"/>
</g>
<circle cx="280" cy="240" r="4" fill="#bbb" stroke="#666" stroke-width="1"/>
</g>
<!-- Frame -->
<g id="frame" stroke="#2a8a9e" stroke-width="4" fill="none">
<!-- Chainstay -->
<line x1="120" y1="240" x2="200" y2="240"/>
<!-- Seat tube -->
<line x1="200" y1="240" x2="190" y2="180"/>
<!-- Top tube -->
<line x1="190" y1="180" x2="270" y2="190"/>
<!-- Down tube -->
<line x1="200" y1="240" x2="270" y2="190"/>
<!-- Fork -->
<line x1="270" y1="190" x2="280" y2="240"/>
</g>
<!-- Seat -->
<g stroke="#333" stroke-width="3" fill="none">
<line x1="190" y1="180" x2="182" y2="170"/>
</g>
<rect x="178" y="164" width="36" height="8" rx="4" ry="4" fill="#333"/>
<!-- Handlebars -->
<g stroke="#333" stroke-width="3" fill="none">
<line x1="270" y1="190" x2="275" y2="165"/>
<path d="M 275 165 q 25 -3 40 8" />
<circle cx="316" cy="171" r="3.5" fill="#333"/>
</g>
<!-- Crank, chainring, pedals -->
<g id="crankset">
<circle cx="200" cy="240" r="11" fill="#444" stroke="#252525" stroke-width="2"/>
<!-- Crank arms -->
<line x1="200" y1="240" x2="221" y2="228" stroke="#444" stroke-width="4"/>
<line x1="200" y1="240" x2="179.2" y2="252" stroke="#444" stroke-width="4"/>
<!-- Pedals -->
<rect x="212" y="225.5" width="18" height="5" fill="#222" transform="rotate(-30 221 228) translate(-9 -2.5)"/>
<rect x="170.2" y="249.5" width="18" height="5" fill="#222" transform="rotate(150 179.2 252) translate(-9 -2.5)"/>
<!-- Chain -->
<ellipse cx="160" cy="240" rx="40" ry="9" fill="none" stroke="#666" stroke-width="1.5"/>
</g>
</g>
<!-- Pelican -->
<g id="pelican">
<!-- Tail feathers -->
<path d="M140 174 q -20 5 -26 22 q 18 -5 26 0 q -8 8 -6 14 q 18 -12 28 -18 z" fill="#e6eef2" stroke="#a9b7bf" stroke-width="2"/>
<!-- Wing (behind body) -->
<path d="M155 162
C 125 160, 118 186, 135 202
C 165 232, 225 220, 240 190
C 210 190, 182 182, 165 168 Z"
fill="#f2f6f8" stroke="#b9c4cc" stroke-width="2"/>
<!-- Feather details on wing -->
<path d="M165 176 q 18 8 44 8" stroke="#b9c4cc" stroke-width="1.5" fill="none"/>
<path d="M160 184 q 25 10 60 10" stroke="#b9c4cc" stroke-width="1.5" fill="none"/>
<path d="M156 192 q 30 14 70 14" stroke="#b9c4cc" stroke-width="1.5" fill="none"/>
<!-- Body -->
<ellipse cx="200" cy="170" rx="62" ry="40" fill="#ffffff" stroke="#c7cfd6" stroke-width="3"/>
<ellipse cx="200" cy="170" rx="54" ry="32" fill="rgba(220,230,238,0.15)"/>
<!-- Neck -->
<path d="M188 152
C 220 140, 245 132, 260 112
C 262 126, 248 144, 212 160
Z"
fill="#ffffff" stroke="#c7cfd6" stroke-width="2"/>
<!-- Head -->
<ellipse cx="262" cy="110" rx="18" ry="14" fill="#ffffff" stroke="#c7cfd6" stroke-width="2"/>
<!-- Eye -->
<circle cx="268" cy="108" r="4.2" fill="#111"/>
<circle cx="269.5" cy="106.8" r="1.4" fill="#fff"/>
<!-- Beak: upper mandible -->
<path d="M260 112
C 285 104, 315 108, 334 121
L 326 126
C 306 116, 285 115, 262 118
Z"
fill="url(#beakGrad)" stroke="#d78407" stroke-width="2"/>
<!-- Beak: lower pouch -->
<path d="M262 118
C 300 130, 328 150, 292 162
C 270 168, 246 150, 248 130
Z"
fill="#ffad27" stroke="#d78407" stroke-width="2" opacity="0.96"/>
<!-- Throat line -->
<path d="M250 126 q -10 12 -26 18" stroke="#d2d8dd" stroke-width="1.5" fill="none"/>
<!-- Legs actively pedaling -->
<!-- Right leg to front pedal -->
<path d="M205 195 L 215 215" stroke="#f39c12" stroke-width="8" stroke-linecap="round" fill="none"/>
<path d="M215 215 L 221 228" stroke="#f39c12" stroke-width="8" stroke-linecap="round" fill="none"/>
<!-- Right foot (webbed) -->
<path d="M221 228
l 16 5
l -9 9
l -14 -4
Z"
fill="#f39c12" stroke="#cf7f00" stroke-width="2"/>
<!-- Left leg to rear pedal -->
<path d="M195 198 L 186 224" stroke="#f39c12" stroke-width="8" stroke-linecap="round" fill="none"/>
<path d="M186 224 L 179 252" stroke="#f39c12" stroke-width="8" stroke-linecap="round" fill="none"/>
<!-- Left foot (webbed) -->
<path d="M179 252
l -15 6
l 7 10
l 16 -5
Z"
fill="#f39c12" stroke="#cf7f00" stroke-width="2"/>
<!-- Small plumage accents -->
<path d="M232 158 q -12 8 -27 10" stroke="#c7cfd6" stroke-width="1.5" fill="none"/>
<path d="M170 165 q -10 8 -18 16" stroke="#c7cfd6" stroke-width="1.5" fill="none"/>
</g>
<!-- Motion hints -->
<g stroke="#7aa1b3" stroke-width="2" stroke-dasharray="6 6" fill="none" opacity="0.6">
<path d="M 82 238 a 52 52 0 0 1 0 6 a 52 52 0 0 1 0 6"/>
<path d="M 318 238 a 52 52 0 0 1 0 6 a 52 52 0 0 1 0 6"/>
<path d="M 230 220 q 8 -8 16 -2"/>
</g>
</svg>
104.5s $0.0058 Tokens i/o: 107/5,689 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#bfe3ff"/>
<stop offset="100%" stop-color="#e8f5ff"/>
</linearGradient>
<linearGradient id="roadGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#6c6c6c"/>
<stop offset="100%" stop-color="#5a5a5a"/>
</linearGradient>
<linearGradient id="beakGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff9f1c"/>
<stop offset="100%" stop-color="#ff6f00"/>
</linearGradient>
<linearGradient id="pouchGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffb247"/>
<stop offset="100%" stop-color="#ff9247"/>
</linearGradient>
<radialGradient id="tireShine" cx="50%" cy="50%" r="50%">
<stop offset="40%" stop-color="#222"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<filter id="softShadow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2.5" result="blur"/>
<feOffset dx="0" dy="2" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Sky -->
<rect x="0" y="0" width="400" height="300" fill="url(#skyGrad)"/>
<!-- Distant hill -->
<path d="M0,220 C80,180 180,200 250,210 C320,220 360,205 400,190 L400,300 L0,300 Z" fill="#cfe8c7"/>
<!-- Road -->
<rect x="0" y="255" width="400" height="45" fill="url(#roadGrad)"/>
<path d="M0,258 L400,258" stroke="#808080" stroke-width="2" stroke-dasharray="6 6" opacity="0.5"/>
<!-- Bike shadow -->
<ellipse cx="200" cy="262" rx="110" ry="10" fill="#000" opacity="0.15"/>
<!-- Bicycle -->
<g id="bike" filter="url(#softShadow)">
<!-- Wheels -->
<g transform="translate(120,230)">
<circle r="45" fill="url(#tireShine)"/>
<circle r="36" fill="#d6e0e6" stroke="#9fb3c0" stroke-width="2"/>
<g stroke="#7f8a93" stroke-width="1.5">
<line x1="0" y1="-36" x2="0" y2="36"/>
<line x1="-36" y1="0" x2="36" y2="0"/>
<line x1="-25.5" y1="-25.5" x2="25.5" y2="25.5"/>
<line x1="-25.5" y1="25.5" x2="25.5" y2="-25.5"/>
<line x1="-18" y1="-31" x2="18" y2="31"/>
<line x1="-31" y1="-18" x2="31" y2="18"/>
<line x1="-18" y1="31" x2="18" y2="-31"/>
<line x1="-31" y1="18" x2="31" y2="-18"/>
</g>
<circle r="4" fill="#9fb3c0"/>
</g>
<g transform="translate(280,230)">
<circle r="45" fill="url(#tireShine)"/>
<circle r="36" fill="#d6e0e6" stroke="#9fb3c0" stroke-width="2"/>
<g stroke="#7f8a93" stroke-width="1.5">
<line x1="0" y1="-36" x2="0" y2="36"/>
<line x1="-36" y1="0" x2="36" y2="0"/>
<line x1="-25.5" y1="-25.5" x2="25.5" y2="25.5"/>
<line x1="-25.5" y1="25.5" x2="25.5" y2="-25.5"/>
<line x1="-18" y1="-31" x2="18" y2="31"/>
<line x1="-31" y1="-18" x2="31" y2="18"/>
<line x1="-18" y1="31" x2="18" y2="-31"/>
<line x1="-31" y1="18" x2="31" y2="-18"/>
</g>
<circle r="4" fill="#9fb3c0"/>
</g>
<!-- Frame -->
<g stroke="#d32f2f" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" fill="none">
<!-- Chainstay -->
<line x1="120" y1="230" x2="200" y2="230"/>
<!-- Seat tube -->
<line x1="200" y1="230" x2="200" y2="185"/>
<!-- Top tube -->
<line x1="200" y1="185" x2="265" y2="195"/>
<!-- Down tube -->
<line x1="200" y1="230" x2="265" y2="195"/>
<!-- Fork -->
<line x1="265" y1="195" x2="280" y2="230"/>
</g>
<!-- Seat and post -->
<line x1="200" y1="185" x2="200" y2="175" stroke="#9b1c1c" stroke-width="4" stroke-linecap="round"/>
<path d="M187,173 Q200,167 213,173 Q212,178 187,178 Z" fill="#2b2b2b" stroke="#1a1a1a" stroke-width="1"/>
<!-- Handlebars -->
<g stroke="#2b2b2b" stroke-width="4" stroke-linecap="round" fill="none">
<line x1="265" y1="195" x2="272" y2="182"/>
<path d="M272,182 q12,-6 24,0" />
<circle cx="296" cy="182" r="3" fill="#2b2b2b"/>
</g>
<!-- Crank and pedals -->
<g>
<circle cx="200" cy="230" r="12" fill="#9fb3c0" stroke="#7f8a93" stroke-width="2"/>
<!-- Chain -->
<path d="M200,218 q-55,10 -80,12 q-5,0 -5,4 q0,4 5,4 q25,2 80,12 q55,-10 80,-12 q5,0 5,-4 q0,-4 -5,-4 q-25,-2 -80,-12 Z" fill="#b0b9bf" opacity="0.6"/>
<!-- Crank arms -->
<g stroke="#7f8a93" stroke-width="5" stroke-linecap="round">
<line x1="200" y1="230" x2="221" y2="218"/>
<line x1="200" y1="230" x2="179" y2="242"/>
</g>
<!-- Pedals -->
<g fill="#2b2b2b">
<rect x="218" y="214" width="12" height="8" rx="2" ry="2" transform="rotate(-30 224 218)"/>
<rect x="169" y="238" width="12" height="8" rx="2" ry="2" transform="rotate(150 175 242)"/>
</g>
</g>
</g>
<!-- Pelican -->
<g id="pelican" filter="url(#softShadow)">
<!-- Tail feathers -->
<path d="M130,200 l-18,10 l20,6 z" fill="#dfe7ee" stroke="#a9b5bf" stroke-width="1" opacity="0.9"/>
<!-- Body -->
<ellipse cx="165" cy="190" rx="55" ry="38" fill="#ffffff" stroke="#bfc7cf" stroke-width="2"/>
<!-- Belly shade -->
<path d="M120,195 q45,28 95,8 q-10,22 -52,20 q-38,0 -43,-28 z" fill="#e9eef3" opacity="0.8"/>
<!-- Wing reaching to handlebars -->
<path d="M160,178
q40,2 68,6
q28,4 40,-4
q-4,6 -10,10
q-9,6 -20,8
q-18,3 -45,-1
q-8,7 -15,12
q-5,4 -10,3
q-6,-1 -6,-8
q0,-7 5,-15
q4,-6 13,-11 z"
fill="#ffffff" stroke="#bfc7cf" stroke-width="2"/>
<!-- Neck -->
<path d="M175,175
q30,-20 55,-10
q18,8 18,28
q0,8 -6,14
q-2,2 -7,3"
fill="none" stroke="#dfe7ee" stroke-width="10" stroke-linecap="round"/>
<path d="M175,175
q30,-20 55,-10
q18,8 18,28
q0,8 -6,14
q-2,2 -7,3"
fill="none" stroke="#a9b5bf" stroke-width="2" stroke-linecap="round" opacity="0.8"/>
<!-- Head -->
<g transform="translate(235,150)">
<ellipse cx="0" cy="0" rx="16" ry="14" fill="#ffffff" stroke="#bfc7cf" stroke-width="2"/>
<!-- Small crest -->
<path d="M-10,-13 q2,-7 10,-6 q-6,3 -4,8 z" fill="#dfe7ee" opacity="0.9"/>
<!-- Eye -->
<circle cx="2" cy="-3" r="3.5" fill="#1c1c1c"/>
<circle cx="3" cy="-4.5" r="1.2" fill="#ffffff"/>
<!-- Upper beak -->
<path d="M10,-1
q24,0 46,6
q8,2 6,5
q-2,3 -10,1
q-27,-6 -42,-2
q-6,2 -10,2 z"
fill="url(#beakGrad)" stroke="#e67e00" stroke-width="2"/>
<!-- Lower beak/pouch -->
<path d="M8,2
q18,16 45,18
q6,1 7,-2
q1,-4 -5,-6
q-23,-7 -36,-17
q-8,-6 -12,-3
q-3,2 -2,10 z"
fill="url(#pouchGrad)" stroke="#e67e00" stroke-width="2"/>
</g>
<!-- Wing tip 'grip' on handlebar -->
<path d="M272,182 q-6,5 -14,6 q-6,1 -10,-2 q6,-7 16,-10" fill="#ffffff" stroke="#bfc7cf" stroke-width="2"/>
<!-- Legs actively pedaling -->
<!-- Front/up leg -->
<g stroke-linecap="round" stroke-linejoin="round">
<path d="M178,203
q16,6 26,8
q10,2 18,7" fill="none" stroke="#f7931a" stroke-width="7"/>
<path d="M178,203
q16,6 26,8
q10,2 18,7" fill="none" stroke="#bf6b0a" stroke-width="2" opacity="0.6"/>
<!-- Front foot on pedal -->
<path d="M217,216
l12,4
q-6,6 -16,5
q6,-4 4,-9 z"
fill="#ffb247" stroke="#bf6b0a" stroke-width="1.5"/>
<!-- Webbing lines -->
<path d="M219,218 l5,2 M223,217 l5,2" stroke="#e2871a" stroke-width="1" opacity="0.8"/>
</g>
<!-- Rear/down leg -->
<g stroke-linecap="round" stroke-linejoin="round">
<path d="M170,208
q-2,18 6,28
q6,7 14,10" fill="none" stroke="#f7931a" stroke-width="7"/>
<path d="M170,208
q-2,18 6,28
q6,7 14,10" fill="none" stroke="#bf6b0a" stroke-width="2" opacity="0.6"/>
<!-- Rear foot on pedal -->
<path d="M170,240
l10,6
q-8,3 -18,0
q6,-2 8,-6 z"
fill="#ffb247" stroke="#bf6b0a" stroke-width="1.5"/>
<path d="M172,241 l5,3 M175,239 l5,3" stroke="#e2871a" stroke-width="1" opacity="0.8"/>
</g>
<!-- Subtle plumage lines on body -->
<path d="M150,182 q-10,8 -6,16 M162,186 q-10,8 -6,16" stroke="#d7e0e7" stroke-width="2" stroke-linecap="round"/>
</g>
<!-- Motion accents -->
<g stroke="#8aa4b6" stroke-width="2" opacity="0.6" stroke-linecap="round">
<path d="M95,230 q-8,-2 -16,0"/>
<path d="M305,230 q8,-2 16,0"/>
<path d="M208,208 q10,-8 20,-6"/>
<path d="M168,246 q-10,8 -20,6"/>
</g>
</svg>
101.3s $0.0055 Tokens i/o: 107/5,379 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="beakGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#f6c33b"/>
<stop offset="60%" stop-color="#f19a1a"/>
<stop offset="100%" stop-color="#e36a14"/>
</linearGradient>
<linearGradient id="pouchGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f5a642"/>
<stop offset="100%" stop-color="#e05b2a"/>
</linearGradient>
<linearGradient id="bodyGrad" x1="30%" y1="0%" x2="70%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#dfe4ea"/>
</linearGradient>
<linearGradient id="wingGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#e9edf2"/>
<stop offset="100%" stop-color="#cfd6dd"/>
</linearGradient>
<linearGradient id="frameGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#0d6efd"/>
<stop offset="100%" stop-color="#3b9dfc"/>
</linearGradient>
</defs>
<!-- ground -->
<path d="M20 260 H380" stroke="#c8d0d8" stroke-width="3" stroke-linecap="round" />
<!-- Bicycle: wheels -->
<g id="wheels" stroke="#222" fill="none">
<!-- Rear wheel -->
<circle cx="110" cy="240" r="45" stroke-width="8" />
<circle cx="110" cy="240" r="36" stroke="#6b6b6b" stroke-width="2" />
<circle cx="110" cy="240" r="4" fill="#6b6b6b" stroke="none" />
<!-- Spokes -->
<g stroke="#9aa3ab" stroke-width="1.5">
<line x1="110" y1="240" x2="155" y2="240"/>
<line x1="110" y1="240" x2="65" y2="240"/>
<line x1="110" y1="240" x2="110" y2="195"/>
<line x1="110" y1="240" x2="110" y2="285"/>
<line x1="110" y1="240" x2="141.82" y2="208.18"/>
<line x1="110" y1="240" x2="78.18" y2="208.18"/>
<line x1="110" y1="240" x2="141.82" y2="271.82"/>
<line x1="110" y1="240" x2="78.18" y2="271.82"/>
</g>
<!-- Front wheel -->
<circle cx="290" cy="240" r="45" stroke-width="8" />
<circle cx="290" cy="240" r="36" stroke="#6b6b6b" stroke-width="2" />
<circle cx="290" cy="240" r="4" fill="#6b6b6b" stroke="none" />
<!-- Spokes -->
<g stroke="#9aa3ab" stroke-width="1.5">
<line x1="290" y1="240" x2="335" y2="240"/>
<line x1="290" y1="240" x2="245" y2="240"/>
<line x1="290" y1="240" x2="290" y2="195"/>
<line x1="290" y1="240" x2="290" y2="285"/>
<line x1="290" y1="240" x2="321.82" y2="208.18"/>
<line x1="290" y1="240" x2="258.18" y2="208.18"/>
<line x1="290" y1="240" x2="321.82" y2="271.82"/>
<line x1="290" y1="240" x2="258.18" y2="271.82"/>
</g>
</g>
<!-- Bicycle frame -->
<g id="frame" fill="none" stroke="url(#frameGrad)" stroke-width="6" stroke-linecap="round" stroke-linejoin="round">
<!-- Chainstay -->
<line x1="170" y1="240" x2="110" y2="240" />
<!-- Seat tube -->
<line x1="170" y1="240" x2="170" y2="185" />
<!-- Top tube -->
<line x1="170" y1="185" x2="250" y2="185" />
<!-- Down tube -->
<line x1="170" y1="240" x2="250" y2="185" />
<!-- Seat stay -->
<line x1="110" y1="240" x2="170" y2="185" />
<!-- Fork -->
<line x1="250" y1="192" x2="290" y2="240" />
</g>
<!-- Seat -->
<g fill="#2b2b2b" stroke="#1a1a1a" stroke-width="1.5">
<path d="M160 178 q15 -8 35 0 q-8 10 -35 10 q-8 -3 0 -10z" />
<rect x="168" y="185" width="4" height="15" rx="1" />
</g>
<!-- Head tube and handlebars -->
<g stroke="#2b2b2b" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none">
<line x1="250" y1="180" x2="250" y2="195"/>
<path d="M250 182 L270 175" />
<circle cx="270" cy="175" r="3" fill="#2b2b2b" stroke="none"/>
<path d="M270 175 h14" />
</g>
<!-- Pedals and cranks -->
<g id="cranks" stroke="#2b2b2b" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none">
<!-- Chainring -->
<circle cx="170" cy="240" r="9" fill="none" stroke="#444" stroke-width="3"/>
<!-- Right crank (forward/up) -->
<line x1="170" y1="240" x2="189.05" y2="229" />
<rect x="187" y="226.5" width="12" height="5" rx="2" fill="#444" stroke="none"/>
<!-- Left crank (back/down) -->
<line x1="170" y1="240" x2="150.95" y2="251" />
<rect x="144.5" y="248.5" width="12" height="5" rx="2" fill="#444" stroke="none"/>
</g>
<!-- Pelican -->
<g id="pelican" stroke-linecap="round" stroke-linejoin="round">
<!-- Tail feathers -->
<path d="M135 174 l-14 10 l18 6 z" fill="#101419" stroke="#0b0f12" stroke-width="1.5"/>
<!-- Body -->
<ellipse cx="180" cy="170" rx="55" ry="40" fill="url(#bodyGrad)" stroke="#aab4be" stroke-width="2"/>
<!-- Shading belly -->
<path d="M145 180 q35 25 70 0 q-10 18 -35 22 q-25 -4 -35 -22z" fill="rgba(180,190,200,0.35)"/>
<!-- Wing (folded, with black tips) -->
<path d="M142 158
q22 10 40 5
q-2 15 -15 26
q-9 7 -26 10
q10 4 22 3
q-5 9 -18 12
q-7 -12 -10 -26
q-4 -19 7 -30 z"
fill="url(#wingGrad)" stroke="#9ea8b0" stroke-width="2"/>
<path d="M171 198 q-7 9 -20 13 q-2 -6 3 -12 q10 -2 17 -1z" fill="#1a1f26"/>
<!-- Neck -->
<path d="M170 160
q35 -30 52 -18
q8 6 0 18
q-5 8 -20 14
q-12 5 -24 2 z"
fill="url(#bodyGrad)" stroke="#aab4be" stroke-width="2"/>
<!-- Head -->
<ellipse cx="230" cy="120" rx="20" ry="18" fill="url(#bodyGrad)" stroke="#b1bbc3" stroke-width="2"/>
<!-- Eye -->
<circle cx="236" cy="116" r="4.6" fill="#0b0f12"/>
<circle cx="237.6" cy="114.4" r="1.6" fill="#ffffff"/>
<!-- Beak: upper mandible -->
<path d="M242 121
q25 -4 40 5
q5 3 -8 6
q-18 4 -36 2 z"
fill="url(#beakGrad)" stroke="#e07b1f" stroke-width="2"/>
<!-- Beak: lower mandible and pouch -->
<path d="M238 125
q25 5 43 14
q4 2 -2 5
q-28 8 -60 2
q-8 -2 -2 -10
q7 -7 21 -11 z"
fill="url(#pouchGrad)" stroke="#d66a1b" stroke-width="2"/>
<!-- Beak seam -->
<path d="M242 124 q24 -3 39 5" stroke="#b65d18" stroke-width="1.5" fill="none"/>
<!-- Wing/arm reaching to handlebar (underlay) -->
<path d="M188 158
q30 2 48 12
q10 6 20 8
q3 1 7 0"
fill="none" stroke="#9ea8b0" stroke-width="8"/>
<!-- Legs -->
<!-- Right leg to forward pedal -->
<g fill="#ea8a1a" stroke="#c46b0f" stroke-width="2">
<path d="M185 195
q12 18 20 28
q2 2 4 3
q2 1 4 0"
fill="none"/>
<!-- Right foot on pedal -->
<path d="M186 229
q7 -6 15 -3
q2 1 2 3
q-1 3 -3 4
q-10 2 -14 -4 z"
fill="#ea8a1a"/>
</g>
<!-- Left leg to rear pedal -->
<g fill="#ea8a1a" stroke="#c46b0f" stroke-width="2">
<path d="M175 195
q-10 20 -14 32
q-1 3 -1 5
q1 2 3 3"
fill="none"/>
<!-- Left foot on pedal -->
<path d="M143 250
q8 -2 14 1
q2 2 1 4
q-1 3 -5 3
q-8 0 -10 -8 z"
fill="#ea8a1a"/>
</g>
<!-- Wing tip gripping handlebar (overlay to appear on top) -->
<path d="M252 176
q-8 8 -20 10
q-8 1 -15 -3
q8 -8 18 -10
q10 -2 17 3 z"
fill="#d6dde4" stroke="#9ea8b0" stroke-width="2"/>
</g>
<!-- Chain (simple) -->
<path d="M179 240
C 205 240, 235 236, 255 220"
fill="none" stroke="#6e7a86" stroke-width="2" opacity="0.7"/>
<!-- Motion accents -->
<g stroke="#6b7680" stroke-width="2" stroke-linecap="round" opacity="0.5">
<path d="M60 240 h-12" />
<path d="M340 240 h12" />
<path d="M192 220 l8 -4" />
<path d="M148 257 l-9 5" />
</g>
</svg>
25.7s $0.0020 Tokens i/o: 119/1,898 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Bicycle -->
<!-- Back wheel -->
<circle cx="100" cy="220" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="100" cy="220" r="3" fill="#333"/>
<line x1="100" y1="220" x2="120" y2="200" stroke="#333" stroke-width="2"/>
<line x1="100" y1="220" x2="120" y2="240" stroke="#333" stroke-width="2"/>
<line x1="100" y1="220" x2="80" y2="200" stroke="#333" stroke-width="2"/>
<line x1="100" y1="220" x2="80" y2="240" stroke="#333" stroke-width="2"/>
<!-- Front wheel -->
<circle cx="240" cy="220" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="240" cy="220" r="3" fill="#333"/>
<line x1="240" y1="220" x2="260" y2="200" stroke="#333" stroke-width="2"/>
<line x1="240" y1="220" x2="260" y2="240" stroke="#333" stroke-width="2"/>
<line x1="240" y1="220" x2="220" y2="200" stroke="#333" stroke-width="2"/>
<line x1="240" y1="220" x2="220" y2="240" stroke="#333" stroke-width="2"/>
<!-- Frame -->
<line x1="100" y1="220" x2="140" y2="160" stroke="#444" stroke-width="4"/>
<line x1="140" y1="160" x2="180" y2="180" stroke="#444" stroke-width="4"/>
<line x1="180" y1="180" x2="140" y2="220" stroke="#444" stroke-width="4"/>
<line x1="140" y1="220" x2="100" y2="220" stroke="#444" stroke-width="4"/>
<line x1="180" y1="180" x2="240" y2="220" stroke="#444" stroke-width="4"/>
<line x1="180" y1="180" x2="220" y2="140" stroke="#444" stroke-width="4"/>
<line x1="220" y1="140" x2="240" y2="220" stroke="#444" stroke-width="4"/>
<!-- Handlebars -->
<line x1="220" y1="140" x2="230" y2="120" stroke="#444" stroke-width="3"/>
<line x1="225" y1="120" x2="245" y2="120" stroke="#444" stroke-width="3"/>
<!-- Seat -->
<ellipse cx="140" cy="155" rx="15" ry="6" fill="#666"/>
<!-- Pedals -->
<circle cx="140" cy="200" r="12" fill="none" stroke="#333" stroke-width="2"/>
<rect x="125" y="197" width="12" height="6" fill="#555" rx="2"/>
<rect x="153" y="197" width="12" height="6" fill="#555" rx="2"/>
<!-- Pelican Body -->
<ellipse cx="160" cy="140" rx="40" ry="35" fill="#f0f0f0" stroke="#ddd" stroke-width="2"/>
<!-- Pelican Tail -->
<path d="M 130 150 Q 110 155 100 145 Q 105 150 100 155 Q 110 160 130 155 Z" fill="#e0e0e0" stroke="#ccc" stroke-width="1"/>
<!-- Pelican Wing -->
<path d="M 150 130 Q 140 110 145 95 Q 155 100 165 105 Q 170 115 165 130 Z" fill="#e8e8e8" stroke="#ccc" stroke-width="2"/>
<path d="M 145 95 L 140 85 M 150 98 L 148 88 M 155 100 L 155 90 M 160 103 L 162 93" stroke="#999" stroke-width="1.5" stroke-linecap="round"/>
<!-- Pelican Neck -->
<path d="M 185 125 Q 200 115 210 105" fill="none" stroke="#f0f0f0" stroke-width="18"/>
<!-- Pelican Head -->
<ellipse cx="215" cy="95" rx="20" ry="18" fill="#f5f5f5" stroke="#ddd" stroke-width="2"/>
<!-- Pelican Eye -->
<circle cx="220" cy="90" r="4" fill="#333"/>
<circle cx="221" cy="89" r="1.5" fill="#fff"/>
<!-- Pelican Beak Upper -->
<path d="M 230 95 Q 270 90 285 95 Q 270 93 230 100 Z" fill="#ff9933" stroke="#ff7700" stroke-width="1.5"/>
<!-- Pelican Beak Lower with Pouch -->
<path d="M 230 100 Q 270 93 285 95 Q 280 110 270 120 Q 250 125 235 120 Q 228 110 230 100 Z" fill="#ffcc66" stroke="#ff9933" stroke-width="1.5"/>
<path d="M 235 105 Q 255 115 270 115 Q 260 118 240 115 Z" fill="#ffdd88" opacity="0.7"/>
<!-- Pelican Legs on Pedals -->
<!-- Left leg (extended) -->
<line x1="155" y1="165" x2="145" y2="190" stroke="#ff9933" stroke-width="3"/>
<line x1="145" y1="190" x2="131" y2="197" stroke="#ff9933" stroke-width="3"/>
<!-- Right leg (bent) -->
<line x1="165" y1="165" x2="160" y2="185" stroke="#ff9933" stroke-width="3"/>
<line x1="160" y1="185" x2="159" y2="197" stroke="#ff9933" stroke-width="3"/>
<!-- Webbed feet on pedals -->
<path d="M 129 197 L 125 200 L 127 202 L 131 199 M 127 200 L 124 203 M 129 200 L 127 203" stroke="#ff7700" stroke-width="1.5" fill="none"/>
<path d="M 157 197 L 153 200 L 155 202 L 159 199 M 155 200 L 152 203 M 157 200 L 155 203" stroke="#ff7700" stroke-width="1.5" fill="none"/>
<!-- Ground line -->
<line x1="0" y1="255" x2="400" y2="255" stroke="#8b8b8b" stroke-width="2"/>
</svg>
24.9s $0.0020 Tokens i/o: 119/1,855 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Sky background -->
<rect width="400" height="300" fill="#87CEEB"/>
<!-- Ground -->
<rect y="220" width="400" height="80" fill="#90EE90"/>
<!-- Bicycle -->
<!-- Back wheel -->
<circle cx="100" cy="200" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="100" cy="200" r="3" fill="#333"/>
<line x1="100" y1="200" x2="120" y2="180" stroke="#333" stroke-width="2"/>
<line x1="100" y1="200" x2="115" y2="220" stroke="#333" stroke-width="2"/>
<line x1="100" y1="200" x2="85" y2="215" stroke="#333" stroke-width="2"/>
<!-- Front wheel -->
<circle cx="220" cy="200" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="220" cy="200" r="3" fill="#333"/>
<line x1="220" y1="200" x2="205" y2="180" stroke="#333" stroke-width="2"/>
<line x1="220" y1="200" x2="235" y2="215" stroke="#333" stroke-width="2"/>
<line x1="220" y1="200" x2="220" y2="165" stroke="#333" stroke-width="2"/>
<!-- Bike frame -->
<line x1="120" y1="180" x2="160" y2="165" stroke="#FF6B6B" stroke-width="4"/>
<line x1="160" y1="165" x2="160" y2="190" stroke="#FF6B6B" stroke-width="4"/>
<line x1="160" y1="165" x2="220" y2="165" stroke="#FF6B6B" stroke-width="4"/>
<line x1="160" y1="190" x2="115" y2="220" stroke="#FF6B6B" stroke-width="4"/>
<line x1="160" y1="190" x2="100" y2="200" stroke="#FF6B6B" stroke-width="4"/>
<!-- Pedals and crank -->
<circle cx="160" cy="190" r="8" fill="#444"/>
<line x1="160" y1="190" x2="150" y2="210" stroke="#333" stroke-width="3"/>
<rect x="145" y="208" width="10" height="6" fill="#333" rx="2"/>
<!-- Handlebars -->
<line x1="220" y1="165" x2="230" y2="155" stroke="#333" stroke-width="3"/>
<line x1="225" y1="155" x2="240" y2="155" stroke="#333" stroke-width="3"/>
<!-- Seat -->
<ellipse cx="125" cy="175" rx="15" ry="6" fill="#8B4513"/>
<line x1="125" y1="175" x2="160" y2="165" stroke="#333" stroke-width="2"/>
<!-- Pelican body -->
<ellipse cx="140" cy="140" rx="35" ry="40" fill="#F5F5F5" stroke="#DDD" stroke-width="1"/>
<!-- Pelican wing -->
<ellipse cx="130" cy="145" rx="25" ry="35" fill="#E8E8E8" stroke="#CCC" stroke-width="1" transform="rotate(-20 130 145)"/>
<path d="M 115 130 Q 100 140 105 160 Q 110 155 115 150 Q 120 145 115 130" fill="#D3D3D3" stroke="#BBB" stroke-width="1"/>
<!-- Pelican neck -->
<path d="M 160 120 Q 170 110 180 100" fill="none" stroke="#F5F5F5" stroke-width="18"/>
<!-- Pelican head -->
<ellipse cx="185" cy="95" rx="20" ry="18" fill="#F5F5F5" stroke="#DDD" stroke-width="1"/>
<!-- Pelican eye -->
<circle cx="192" cy="92" r="4" fill="#333"/>
<circle cx="193" cy="91" r="1.5" fill="#FFF"/>
<!-- Pelican crest feathers -->
<path d="M 175 85 Q 170 75 172 70 Q 175 72 177 75" fill="#FFD700" stroke="#FFA500" stroke-width="0.5"/>
<path d="M 180 83 Q 178 73 180 68 Q 182 71 183 75" fill="#FFD700" stroke="#FFA500" stroke-width="0.5"/>
<!-- Pelican beak upper -->
<path d="M 195 95 L 260 100 Q 265 100 263 95 L 195 90 Z" fill="#FFA500" stroke="#FF8C00" stroke-width="1"/>
<!-- Pelican beak lower and pouch -->
<path d="M 195 95 L 260 100 Q 258 105 250 115 Q 240 120 220 118 Q 200 115 195 105 Z" fill="#FFB84D" stroke="#FF8C00" stroke-width="1"/>
<path d="M 200 100 Q 210 112 230 114 Q 245 113 255 105" fill="#FFC870" opacity="0.6"/>
<!-- Pelican legs -->
<line x1="145" y1="175" x2="150" y2="210" stroke="#FF8C00" stroke-width="4"/>
<line x1="135" y1="175" x2="120" y2="180" stroke="#FF8C00" stroke-width="4"/>
<!-- Pelican feet on pedals -->
<path d="M 148 210 L 145 213 M 148 210 L 151 213 M 148 210 L 148 214" stroke="#FF8C00" stroke-width="2" stroke-linecap="round"/>
<!-- Pelican foot on handlebar -->
<path d="M 230 155 L 228 158 M 230 155 L 232 158 M 230 155 L 230 159" stroke="#FF8C00" stroke-width="2" stroke-linecap="round"/>
<!-- Tail feathers -->
<path d="M 110 140 Q 95 135 90 140 Q 95 142 100 142" fill="#E8E8E8" stroke="#CCC" stroke-width="1"/>
<path d="M 108 145 Q 93 145 88 150 Q 93 152 98 150" fill="#E8E8E8" stroke="#CCC" stroke-width="1"/>
</svg>
24.5s $0.0018 Tokens i/o: 119/1,648 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Bicycle -->
<!-- Back wheel -->
<circle cx="100" cy="220" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="100" cy="220" r="3" fill="#333"/>
<line x1="100" y1="220" x2="120" y2="200" stroke="#333" stroke-width="2"/>
<line x1="100" y1="220" x2="85" y2="195" stroke="#333" stroke-width="2"/>
<line x1="100" y1="220" x2="115" y2="240" stroke="#333" stroke-width="2"/>
<!-- Front wheel -->
<circle cx="240" cy="220" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="240" cy="220" r="3" fill="#333"/>
<line x1="240" y1="220" x2="255" y2="200" stroke="#333" stroke-width="2"/>
<line x1="240" y1="220" x2="225" y2="195" stroke="#333" stroke-width="2"/>
<line x1="240" y1="220" x2="240" y2="240" stroke="#333" stroke-width="2"/>
<!-- Frame -->
<line x1="100" y1="220" x2="150" y2="170" stroke="#555" stroke-width="4"/>
<line x1="150" y1="170" x2="200" y2="170" stroke="#555" stroke-width="4"/>
<line x1="200" y1="170" x2="240" y2="220" stroke="#555" stroke-width="4"/>
<line x1="150" y1="170" x2="150" y2="200" stroke="#555" stroke-width="4"/>
<line x1="150" y1="200" x2="100" y2="220" stroke="#555" stroke-width="4"/>
<!-- Handlebars -->
<line x1="200" y1="170" x2="210" y2="150" stroke="#555" stroke-width="3"/>
<line x1="205" y1="145" x2="215" y2="145" stroke="#333" stroke-width="3"/>
<!-- Seat -->
<ellipse cx="150" cy="165" rx="15" ry="6" fill="#444"/>
<!-- Pedals and crank -->
<circle cx="150" cy="200" r="8" fill="#666" stroke="#333" stroke-width="2"/>
<line x1="150" y1="200" x2="135" y2="210" stroke="#555" stroke-width="3"/>
<rect x="130" y="208" width="10" height="6" fill="#333" rx="2"/>
<!-- Pelican Body -->
<ellipse cx="170" cy="140" rx="45" ry="38" fill="#f0f0f0" stroke="#ddd" stroke-width="1"/>
<!-- Pelican Wing -->
<ellipse cx="155" cy="145" rx="25" ry="35" fill="#e8e8e8" stroke="#ccc" stroke-width="1" transform="rotate(-20 155 145)"/>
<path d="M 145 130 Q 130 140 125 155 Q 130 150 140 145 Q 145 140 145 130" fill="#d0d0d0"/>
<!-- Pelican Neck -->
<path d="M 190 125 Q 200 115 210 105" fill="none" stroke="#f0f0f0" stroke-width="18"/>
<!-- Pelican Head -->
<ellipse cx="215" cy="95" rx="20" ry="18" fill="#f5f5f5" stroke="#ddd" stroke-width="1"/>
<!-- Eye -->
<circle cx="220" cy="90" r="4" fill="#333"/>
<circle cx="221" cy="89" r="1.5" fill="#fff"/>
<!-- Distinctive Beak/Pouch -->
<!-- Upper beak -->
<path d="M 230 95 L 280 92 L 275 97 L 230 100 Z" fill="#f4a460" stroke="#d4842f" stroke-width="1"/>
<!-- Lower beak with pouch -->
<path d="M 230 100 Q 255 115 275 97 Q 260 120 230 108 Z" fill="#f4c47f" stroke="#d4842f" stroke-width="1"/>
<path d="M 235 102 Q 250 112 268 100 Q 255 115 235 106 Z" fill="#f9d9a8" opacity="0.6"/>
<!-- Crest feathers on head -->
<path d="M 210 80 Q 208 72 212 70 Q 210 75 210 80" fill="#e0e0e0"/>
<path d="M 215 78 Q 214 70 218 68 Q 216 73 215 78" fill="#e0e0e0"/>
<!-- Pelican Legs on pedals -->
<line x1="160" y1="165" x2="145" y2="195" stroke="#f4a460" stroke-width="3"/>
<line x1="145" y1="195" x2="135" y2="210" stroke="#f4a460" stroke-width="3"/>
<!-- Pelican foot on pedal -->
<path d="M 130 210 L 125 212 L 127 215 L 132 213 Z" fill="#f4a460"/>
<path d="M 130 210 L 135 212 L 133 215 L 128 213 Z" fill="#f4a460"/>
<!-- Tail feathers -->
<path d="M 130 145 Q 115 150 110 155 Q 115 148 125 145" fill="#e8e8e8" stroke="#ccc" stroke-width="1"/>
<path d="M 128 150 Q 113 158 108 165 Q 115 155 125 150" fill="#e0e0e0" stroke="#ccc" stroke-width="1"/>
</svg>
19.5s $0.0016 Tokens i/o: 119/1,492 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- Bicycle -->
<!-- Back wheel -->
<circle cx="100" cy="220" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="100" cy="220" r="3" fill="#333"/>
<!-- Front wheel -->
<circle cx="280" cy="220" r="35" fill="none" stroke="#333" stroke-width="3"/>
<circle cx="280" cy="220" r="3" fill="#333"/>
<!-- Bike frame -->
<line x1="100" y1="220" x2="150" y2="170" stroke="#e74c3c" stroke-width="4"/>
<line x1="150" y1="170" x2="200" y2="170" stroke="#e74c3c" stroke-width="4"/>
<line x1="200" y1="170" x2="100" y2="220" stroke="#e74c3c" stroke-width="4"/>
<line x1="200" y1="170" x2="230" y2="200" stroke="#e74c3c" stroke-width="4"/>
<line x1="230" y1="200" x2="280" y2="220" stroke="#e74c3c" stroke-width="4"/>
<line x1="200" y1="170" x2="280" y2="220" stroke="#e74c3c" stroke-width="4"/>
<!-- Handlebars -->
<line x1="230" y1="200" x2="240" y2="180" stroke="#333" stroke-width="3"/>
<line x1="240" y1="180" x2="230" y2="175" stroke="#333" stroke-width="3"/>
<line x1="240" y1="180" x2="250" y2="175" stroke="#333" stroke-width="3"/>
<!-- Seat -->
<ellipse cx="150" cy="165" rx="12" ry="5" fill="#333"/>
<!-- Pedal crank -->
<circle cx="150" cy="200" r="5" fill="#666"/>
<!-- Pedals -->
<line x1="140" y1="215" x2="155" y2="215" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<line x1="145" y1="185" x2="160" y2="185" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<!-- Pedal arms -->
<line x1="150" y1="200" x2="147.5" y2="215" stroke="#666" stroke-width="3"/>
<line x1="150" y1="200" x2="152.5" y2="185" stroke="#666" stroke-width="3"/>
<!-- Pelican -->
<!-- Body -->
<ellipse cx="180" cy="140" rx="40" ry="35" fill="#f0f0f0" stroke="#ccc" stroke-width="2"/>
<!-- Wing -->
<path d="M 160 130 Q 140 120 130 140 Q 135 150 160 145 Z" fill="#e8e8e8" stroke="#ccc" stroke-width="1.5"/>
<!-- Tail feathers -->
<path d="M 150 155 L 135 165 L 140 155 L 130 160 L 140 150 Z" fill="#e8e8e8" stroke="#ccc" stroke-width="1.5"/>
<!-- Neck -->
<path d="M 210 125 Q 220 115 230 110" fill="none" stroke="#f0f0f0" stroke-width="18" stroke-linecap="round"/>
<!-- Head -->
<ellipse cx="235" cy="100" rx="18" ry="20" fill="#f0f0f0" stroke="#ccc" stroke-width="2"/>
<!-- Eye -->
<circle cx="240" cy="95" r="3" fill="#333"/>
<!-- Upper beak -->
<path d="M 245 100 Q 280 95 295 105 Q 285 108 245 108 Z" fill="#f4a460" stroke="#d4844a" stroke-width="1.5"/>
<!-- Lower beak/pouch -->
<path d="M 245 108 Q 290 108 295 105 Q 295 120 280 130 Q 260 135 245 130 Z" fill="#f4c430" stroke="#d4a420" stroke-width="1.5"/>
<path d="M 245 108 Q 260 125 280 130 Q 270 128 245 120 Z" fill="#f4b020" opacity="0.5"/>
<!-- Legs to pedals -->
<line x1="175" y1="165" x2="147.5" y2="215" stroke="#f4a460" stroke-width="4" stroke-linecap="round"/>
<line x1="185" y1="165" x2="152.5" y2="185" stroke="#f4a460" stroke-width="4" stroke-linecap="round"/>
<!-- Feet on pedals -->
<ellipse cx="147.5" cy="217" rx="6" ry="3" fill="#f4a460"/>
<ellipse cx="152.5" cy="183" rx="6" ry="3" fill="#f4a460"/>
<!-- Wing tip holding handlebar -->
<path d="M 200 135 Q 220 150 235 172" fill="none" stroke="#e8e8e8" stroke-width="8" stroke-linecap="round"/>
<ellipse cx="237" cy="175" rx="8" ry="5" fill="#e8e8e8"/>
</svg>
115.3s $0.014 Tokens i/o: 106/13,779 Dec 3rd
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<!-- BICYCLE (Back Layers) -->
<g id="bicycle-base" stroke-linecap="round" stroke-linejoin="round">
<!-- Back Wheel -->
<g transform="translate(290, 215)">
<circle r="50" fill="#333"/>
<circle r="45" fill="#fff" stroke="#444" stroke-width="3"/>
<path d="M 0 0 L 0 -45 M 0 0 L 43.3 -25 M 0 0 L 43.3 25 M 0 0 L 0 45 M 0 0 L -43.3 25 M 0 0 L -43.3 -25" stroke="#9e9e9e" stroke-width="2"/>
<circle r="5" fill="#616161" stroke="#444" stroke-width="2"/>
</g>
<!-- Front Wheel -->
<g transform="translate(90, 215)">
<circle r="50" fill="#333"/>
<circle r="45" fill="#fff" stroke="#444" stroke-width="3"/>
<path d="M 0 0 L 0 -45 M 0 0 L 43.3 -25 M 0 0 L 43.3 25 M 0 0 L 0 45 M 0 0 L -43.3 25 M 0 0 L -43.3 -25" stroke="#9e9e9e" stroke-width="2"/>
<circle r="5" fill="#616161" stroke="#444" stroke-width="2"/>
</g>
<!-- Frame -->
<path fill="none" stroke="#d32f2f" stroke-width="8" d="M 180 215 L 290 215 L 240 140 Z M 240 140 L 110 130 L 90 215"/>
<!-- Seat -->
<path d="M 220 130 L 250 130 C 255 130 255 145 240 145 L 210 145 C 205 145 205 130 220 130 Z" fill="#424242" stroke="#212121" stroke-width="2"/>
</g>
<!-- PELICAN -->
<g id="pelican" stroke-linecap="round" stroke-linejoin="round" stroke="#212121" stroke-width="2.5">
<!-- Legs -->
<path fill="none" stroke="#f57c00" stroke-width="6" d="M 210 185 C 205 215, 200 235, 200 240"/>
<path fill="none" stroke="#f57c00" stroke-width="6" d="M 195 185 C 180 180, 165 190, 160 195"/>
<!-- Body & Wing -->
<path fill="#f8f8f8" d="M 250 145 C 290 170, 260 225, 210 215 C 160 205, 160 150, 210 135 C 220 130, 235 135, 250 145 Z"/>
<path fill="none" d="M 250 190 Q 270 200 265 180 M 255 195 Q 275 205 270 185"/>
<path fill="#f8f8f8" d="M 220 150 C 170 140, 150 180, 230 190 L 240 180 C 200 170, 180 150, 220 150 Z"/>
<path fill="#424242" d="M 175 162 C 160 165, 155 150, 165 145 Z"/>
<!-- Neck, Head, Beak -->
<path fill="#f8f8f8" d="M 210 140 C 190 100, 175 110, 165 90 L 145 95 C 155 120, 180 140, 215 150 Z"/>
<path fill="#ffb74d" d="M 125 98 C 45 103, 55 165, 135 120 A 20 20 0 0 1 125 98 Z"/>
<path fill="#ffecb3" d="M 125 98 C 55 93, 45 98, 130 103 A 10 10 0 0 1 125 98 Z"/>
<path fill="#f8f8f8" stroke="none" d="M 165 90 C 150 70, 130 75, 125 90 L 145 95 C 150 85, 165 90, 165 90 Z"/>
<path fill="none" d="M 160 70 L 170 60 L 165 75 L 175 65"/>
<circle cx="150" cy="88" r="3.5" fill="#212121" stroke="none"/>
</g>
<!-- BICYCLE (Front Layers) -->
<g id="bicycle-front" stroke-linecap="round" stroke-linejoin="round">
<!-- Handlebars -->
<path d="M 110 130 C 90 110, 130 110, 130 125" fill="none" stroke="#616161" stroke-width="6"/>
<!-- Cranks & Pedals -->
<g stroke="#616161" stroke-width="5">
<line x1="180" y1="215" x2="200" y2="240"/>
<line x1="180" y1="215" x2="160" y2="195"/>
</g>
<circle cx="180" cy="215" r="8" fill="#616161" stroke="#212121" stroke-width="2"/>
<rect x="190" y="240" width="25" height="8" rx="3" fill="#424242" stroke="#212121" stroke-width="1.5"/>
<rect x="145" y="195" width="25" height="8" rx="3" fill="#424242" stroke="#212121" stroke-width="1.5"/>
</g>
</svg>
90.1s $0.011 Tokens i/o: 106/11,066 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<style>
.ground { stroke: #a1887f; stroke-width: 6; }
.tire { fill: #37474f; stroke: #263238; stroke-width: 1; }
.rim { fill: none; stroke: #e0e0e0; stroke-width: 3; }
.spoke { stroke: #b0bec5; stroke-width: 1.5; }
.hub { fill: #78909c; }
.frame { fill: none; stroke: #c62828; stroke-width: 8; }
.metal { fill: #9e9e9e; stroke: #616161; stroke-width: 1.5; }
.seat { fill: #4e342e; stroke: #3e2723; stroke-width: 1; }
.grip { fill: #212121; }
.pelican-body { fill: #f5f5f5; stroke: #546e7a; stroke-width: 2; }
.pelican-wing { fill: #e0e0e0; stroke: #546e7a; stroke-width: 1.5; }
.pelican-crest { fill: #f5f5f5; stroke: #546e7a; stroke-width: 1.5; }
.pelican-beak { fill: #ffc107; stroke: #e65100; stroke-width: 1.5; }
.pelican-pouch { fill: #f9a825; stroke: #e65100; stroke-width: 1.5; }
.pelican-leg { fill: #f57c00; stroke: #c66900; stroke-width: 1.5; }
.pelican-eye { fill: #111; }
</style>
<g stroke-linecap="round" stroke-linejoin="round">
<!-- Ground -->
<path class="ground" d="M -10 280 H 410" />
<!-- Bicycle Back Wheel -->
<g id="bike-back-wheel">
<circle class="tire" cx="90" cy="230" r="50"/>
<circle class="rim" cx="90" cy="230" r="45"/>
<g class="spoke" transform="translate(90 230)">
<line x1="0" y1="0" x2="0" y2="-45"/><line x1="0" y1="0" x2="39" y2="-22.5"/><line x1="0" y1="0" x2="39" y2="22.5"/><line x1="0" y1="0" x2="0" y2="45"/><line x1="0" y1="0" x2="-39" y2="22.5"/><line x1="0" y1="0" x2="-39" y2="-22.5"/>
</g>
<circle class="hub" cx="90" cy="230" r="6"/>
</g>
<!-- Bicycle Far Pedal -->
<g id="bike-far-pedal" transform="translate(175 230)">
<line class="metal" x1="0" y1="0" x2="-25" y2="-20"/>
<rect class="metal" x="-42" y="-25" width="22" height="8" rx="2" />
</g>
<!-- Pelican's Far Leg -->
<g id="pelican-far-leg">
<path class="pelican-leg" d="M190 175 Q 175 200 150 210" fill="none" />
<path class="pelican-leg" d="M150 210 l-10 4 l 4 8 l 10 -4 z"/>
</g>
<!-- Bicycle Frame -->
<g id="bike-frame">
<path class="frame" d="M90 230 L 175 230 L 270 165 M175 230 L 160 160" />
<path class="frame" d="M90 230 L 160 160" />
<path class="metal" fill="none" d="M175 230 A 42.5 42.5 0 0 1 90 230" stroke-width="3"/>
</g>
<!-- Seat -->
<g id="bike-seat">
<path class="metal" d="M160 160 l -5 -10" />
<path class="seat" d="M135 150 h 40 l 5 -10 h -50 z" />
</g>
<!-- Pelican -->
<g id="pelican">
<path class="pelican-body" d="M150 150 C 130 180, 140 220, 180 225 C 230 230, 260 200, 240 160 C 230 140, 200 135, 180 145 Z"/>
<path class="pelican-wing" d="M165 170 C 190 210, 235 200, 230 165 Q 210 160 165 170 Z" />
<path class="pelican-body" d="M180 145 C 170 110, 200 80, 220 90 L 225 115 C 215 125, 190 135, 180 145 Z"/>
<path class="pelican-crest" d="M210 85 q 10 -20 20 -10"/>
<path class="pelican-pouch" d="M225 115 C 260 145, 310 135, 330 115 C 320 120, 270 125, 225 115 Z"/>
<path class="pelican-beak" d="M225 115 C 270 110, 320 105, 335 108" fill="none"/>
<circle class="pelican-eye" cx="218" cy="100" r="3.5"/>
<circle fill="white" cx="219.5" cy="99" r="1"/>
</g>
<!-- Bicycle Front Part -->
<g id="bike-front">
<circle class="tire" cx="280" cy="230" r="50"/>
<circle class="rim" cx="280" cy="230" r="45"/>
<g class="spoke" transform="translate(280 230)">
<line x1="0" y1="0" x2="0" y2="-45"/><line x1="0" y1="0" x2="39" y2="-22.5"/><line x1="0" y1="0" x2="39" y2="22.5"/><line x1="0" y1="0" x2="0" y2="45"/><line x1="0" y1="0" x2="-39" y2="22.5"/><line x1="0" y1="0" x2="-39" y2="-22.5"/>
</g>
<circle class="hub" cx="280" cy="230" r="6"/>
<path class="frame" d="M280 230 L 270 165"/>
<path class="metal" d="M270 165 c 10 -10, 30 -10, 40 0"/>
<path class="grip" d="M305 160 l 10 10" stroke="#212121" stroke-width="8"/>
</g>
<!-- Pelican's Near Leg and Pedal -->
<g id="pelican-near-leg">
<path class="pelican-leg" d="M200 175 Q 210 205 205 235" fill="none" />
<g transform="translate(175 230)">
<line class="metal" x1="0" y1="0" x2="35" y2="10"/>
<rect class="metal" x="28" y="10" width="22" height="8" rx="2" />
</g>
<path class="pelican-leg" d="M205 240 l 10 -4 l 4 -8 l -10 4 z"/>
</g>
</g>
</svg>
86.5s $0.010 Tokens i/o: 106/10,066 Dec 3rd
Preview
<svg viewBox="0 0 400 300" xmlns="http://www.w.org/2000/svg">
<g id="bicycle" stroke-linecap="round" stroke-linejoin="round">
<g id="rear-wheel" transform="translate(90, 210)">
<circle r="45" fill="#fff" stroke="#333" stroke-width="5"/>
<circle r="40" fill="none" stroke="#DDD" stroke-width="2"/>
<g stroke="#888" stroke-width="1.5">
<line y1="-42" y2="42" transform="rotate(20)"/>
<line y1="-42" y2="42" transform="rotate(50)"/>
<line y1="-42" y2="42" transform="rotate(80)"/>
<line y1="-42" y2="42" transform="rotate(110)"/>
<line y1="-42" y2="42" transform="rotate(140)"/>
<line y1="-42" y2="42" transform="rotate(170)"/>
</g>
<circle r="6" fill="#777" stroke="#555" stroke-width="2"/>
</g>
<g id="front-wheel" transform="translate(290, 210)">
<circle r="45" fill="#fff" stroke="#333" stroke-width="5"/>
<circle r="40" fill="none" stroke="#DDD" stroke-width="2"/>
<g stroke="#888" stroke-width="1.5">
<line y1="-42" y2="42" transform="rotate(0)"/>
<line y1="-42" y2="42" transform="rotate(30)"/>
<line y1="-42" y2="42" transform="rotate(60)"/>
<line y1="-42" y2="42" transform="rotate(90)"/>
<line y1="-42" y2="42" transform="rotate(120)"/>
<line y1="-42" y2="42" transform="rotate(150)"/>
</g>
<circle r="6" fill="#777" stroke="#555" stroke-width="2"/>
</g>
<path d="M 90 210 l 100 0 l 80 -80 l -95 0 M 190 210 l -25 -70" fill="none" stroke="#1E90FF" stroke-width="8"/>
<path d="M 90 210 l 75 -60" fill="none" stroke="#1E90FF" stroke-width="6"/>
<path d="M 290 210 l -20 -80" fill="none" stroke="#1E90FF" stroke-width="8"/>
<path d="M 270 130 l 30 -20 c 15 -5, 15 -20, 0 -25" fill="none" stroke="#B0B0B0" stroke-width="6"/>
<path d="M 155 140 l 40 0 l -10 -15 l -20 0 z" fill="#4A2E20" stroke="#333" stroke-width="2"/>
<g transform="translate(190, 210)">
<circle r="12" fill="#B0B0B0" stroke="#555" stroke-width="2"/>
<g transform="rotate(15)">
<line y1="0" y2="38" stroke="#B0B0B0" stroke-width="5"/>
<rect x="-12" y="38" width="24" height="7" rx="2" fill="#333"/>
</g>
<g transform="rotate(195)">
<line y1="0" y2="38" stroke="#B0B0B0" stroke-width="5"/>
<rect x="-12" y="38" width="24" height="7" rx="2" fill="#333"/>
</g>
</g>
</g>
<g id="pelican" stroke-linecap="round" stroke-linejoin="round" stroke="#3A3A3A" stroke-width="2.5">
<path d="M 195 155 C 190 180, 200 190, 200 215" fill="none" stroke="#F4A261"/>
<path d="M 198 215 l 10 5 l 5 -10 l -8 -3 z" fill="#F4A261"/>
<path d="M 210 150 C 200 170, 160 175, 165 195" fill="none" stroke="#F4A261"/>
<path d="M 163 195 l 10 5 l 5 -10 l -8 -3 z" fill="#F4A261"/>
<path d="M 160 165 C 130 100, 240 90, 250 120 C 270 80, 290 60, 270 45" fill="#F8F8F8" stroke-width="3"/>
<path d="M 160 165 L 140 170 L 150 180 Z" fill="#E0E0E0"/>
<path d="M 240 125 C 200 110, 180 150, 190 170 C 230 160, 250 145, 240 125 Z" fill="#E8E8E8"/>
<path d="M 240 125 C 255 115, 280 105, 290 108" fill="none"/>
<path d="M 285 108 l 5 5 l -10 5 z" fill="#F4A261"/>
<path d="M 270 45 C 260 30, 280 25, 285 35 L 278 48 Z" fill="#F8F8F8" stroke-width="2"/>
<path d="M 275 55 C 330 95, 290 110, 270 70 Z" fill="#FCE588" stroke="#E85D04" />
<path d="M 272 50 C 300 50, 350 55, 365 58 L 360 52 C 320 48, 290 45, 272 50 Z" fill="#F4A261" stroke="#E85D04"/>
<circle cx="280" cy="52" r="3.5" fill="#222" stroke="none"/>
</g>
</svg>
85.3s $0.0098 Tokens i/o: 106/9,673 Dec 3rd
Preview
<svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<g stroke="#1e1e1e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<!-- Bicycle -->
<g id="bicycle" fill="none">
<!-- Wheels -->
<g id="rear-wheel">
<circle cx="90" cy="215" r="50" stroke="#333" stroke-width="6" fill="#fff"/>
<circle cx="90" cy="215" r="4" fill="#555"/>
<line x1="90" y1="215" x2="90" y2="165" stroke="#999" stroke-width="1.5"/>
<line x1="90" y1="215" x2="90" y2="265" stroke="#999" stroke-width="1.5"/>
<line x1="90" y1="215" x2="40" y2="215" stroke="#999" stroke-width="1.5"/>
<line x1="90" y1="215" x2="140" y2="215" stroke="#999" stroke-width="15"/>
<line x1="90" y1="215" x2="125.3" y2="179.7" stroke="#999" stroke-width="1.5"/>
<line x1="90" y1="215" x2="54.7" y2="250.3" stroke="#999" stroke-width="1.5"/>
<line x1="90" y1="215" x2="125.3" y2="250.3" stroke="#999" stroke-width="1.5"/>
<line x1="90" y1="215" x2="54.7" y2="179.7" stroke="#999" stroke-width="1.5"/>
</g>
<g id="front-wheel">
<circle cx="290" cy="215" r="50" stroke="#333" stroke-width="6" fill="#fff"/>
<circle cx="290" cy="215" r="4" fill="#555"/>
<line x1="290" y1="215" x2="290" y2="165" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="290" y2="265" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="240" y2="215" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="340" y2="215" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="325.3" y2="179.7" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="254.7" y2="250.3" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="325.3" y2="250.3" stroke="#999" stroke-width="1.5"/>
<line x1="290" y1="215" x2="254.7" y2="179.7" stroke="#999" stroke-width="1.5"/>
</g>
<!-- Frame -->
<g id="bike-frame" stroke-width="8" stroke="#0077b6">
<path d="M90 215 l65 -50"/>
<path d="M155 165 l115 0"/>
<path d="M165 215 l125 -50"/>
<path d="M155 165 l10 -25"/>
<path d="M270 165 l20 50"/>
</g>
<!-- Saddle -->
<path id="saddle" d="M135 140 h30 l5 -10 h-40 l5 10z" fill="#222" stroke="#222"/>
<!-- Handlebars -->
<path id="handlebars" d="M265 165 l10 -20 c10 0, 20-5, 30-5" stroke="#888" stroke-width="5"/>
<rect x="295" y="140" width="20" height="10" fill="#222" stroke="none" rx="2"/>
<!-- Crankset - Far side -->
<line x1="165" y1="215" x2="145" y2="190" stroke="#888" stroke-width="4"/>
<rect x="135" y="187" width="20" height="6" fill="#222" stroke="none"/>
</g>
<!-- Pelican -->
<g id="pelican">
<!-- Far Leg -->
<path d="M160 175 C150 185, 145 185, 145 190" fill="none" stroke="#fca311" stroke-width="7"/>
<!-- Body -->
<path id="body" d="M140 170 C120 180, 110 200, 130 210 Q150 200, 175 180 C190 160, 200 130, 230 110 C240 100, 255 100, 260 115 L250 120 C240 125, 220 140, 180 145 z" fill="#f8f9fa"/>
<!-- Wing -->
<path id="wing" d="M170 155 C190 170, 230 170, 265 155 L275 145" fill="#e9ecef" stroke="#adb5bd"/>
<path d="M250 161 l15 -6 M255 165 l15 -4 M260 168 l15 -2" stroke="#495057" stroke-width="1.5" fill="none"/>
<!-- Head Details -->
<path id="crest" d="M228 108 L220 95 L230 100 L225 90 L235 95" fill="none" stroke-width="1.5"/>
<path id="beak" d="M260 115 C330 100, 380 120, 360 145 C320 165, 270 150, 250 120" fill="#ffc300" stroke-width="2.5"/>
<path id="beak-line" d="M260 115 C320 110, 370 125, 375 130" fill="none" stroke-width="1"/>
<circle id="eye" cx="248" cy="108" r="3.5" fill="#1e1e1e"/>
</g>
<!-- Foreground Elements -->
<g id="foreground">
<!-- Crankset - Near side -->
<line x1="165" y1="215" x2="195" y2="240" stroke="#555" stroke-width="5"/>
<circle cx="165" cy="215" r="6" fill="#555" stroke="#1e1e1e" stroke-width="1"/>
<rect x="185" y="238" width="20" height="6" fill="#222" stroke="none"/>
<!-- Near Leg -->
<path d="M170 178 C180 200, 190 220, 195 240" fill="none" stroke="#fca311" stroke-width="8"/>
</g>
</g>
</svg>
58.4s $0.0049 Tokens i/o: 110/4,797 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="100%" height="100%" preserveAspectRatio="xMidYMid meet">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0F7FA;stop-opacity:1" />
</linearGradient>
<linearGradient id="beakGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FFD54F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF9800;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="400" height="300" fill="url(#skyGradient)" />
<rect x="0" y="250" width="400" height="50" fill="#8D6E63" /> <!-- Ground -->
<rect x="0" y="250" width="400" height="10" fill="#5D4037" /> <!-- Road edge -->
<!-- Clouds -->
<path d="M50,60 Q65,40 80,60 T110,60 T140,60" fill="none" stroke="white" stroke-width="5" stroke-linecap="round" opacity="0.6"/>
<path d="M280,40 Q295,20 310,40 T340,40" fill="none" stroke="white" stroke-width="5" stroke-linecap="round" opacity="0.6"/>
<!-- Shadow -->
<ellipse cx="200" cy="275" rx="120" ry="10" fill="rgba(0,0,0,0.2)" />
<!-- Bicycle (Back Half) -->
<g transform="translate(0, -10)">
<!-- Back Wheel -->
<circle cx="100" cy="240" r="35" fill="none" stroke="#333" stroke-width="6" />
<circle cx="100" cy="240" r="30" fill="none" stroke="#DDD" stroke-width="2" />
<!-- Spokes -->
<g stroke="#BBB" stroke-width="1">
<line x1="100" y1="205" x2="100" y2="275" />
<line x1="65" y1="240" x2="135" y2="240" />
<line x1="75" y1="215" x2="125" y2="265" />
<line x1="75" y1="265" x2="125" y2="215" />
</g>
<!-- Front Wheel -->
<circle cx="300" cy="240" r="35" fill="none" stroke="#333" stroke-width="6" />
<circle cx="300" cy="240" r="30" fill="none" stroke="#DDD" stroke-width="2" />
<!-- Spokes -->
<g stroke="#BBB" stroke-width="1">
<line x1="300" y1="205" x2="300" y2="275" />
<line x1="265" y1="240" x2="335" y2="240" />
<line x1="275" y1="215" x2="325" y2="265" />
<line x1="275" y1="265" x2="325" y2="215" />
</g>
<!-- Bike Frame -->
<path d="M100,240 L180,240 L150,160 L100,240" fill="none" stroke="#D32F2F" stroke-width="5" stroke-linejoin="round" />
<path d="M180,240 L260,150 L250,150" fill="none" stroke="#D32F2F" stroke-width="5" stroke-linecap="round" />
<path d="M150,160 L260,150" fill="none" stroke="#D32F2F" stroke-width="5" />
<!-- Fork -->
<line x1="260" y1="150" x2="300" y2="240" stroke="#D32F2F" stroke-width="4" />
<!-- Handlebars -->
<path d="M260,150 L255,130 L280,120" fill="none" stroke="#555" stroke-width="4" stroke-linecap="round" />
<!-- Seat -->
<path d="M140,160 L130,155 L170,155 Z" fill="#333" />
<ellipse cx="150" cy="155" rx="20" ry="5" fill="#333" />
<!-- Chainring -->
<circle cx="180" cy="240" r="12" fill="#999" stroke="#555" stroke-width="2" />
</g>
<!-- Pelican (Far Leg - Left) -->
<g transform="translate(0, -10)">
<!-- Leg -->
<path d="M160,190 Q165,220 180,240" stroke="#FF9800" stroke-width="6" fill="none" stroke-linecap="round" />
<!-- Foot on Pedal -->
<path d="M175,240 L195,240 L190,250 Z" fill="#FF9800" />
<rect x="175" y="245" width="20" height="5" fill="#333" /> <!-- Pedal -->
</g>
<!-- Pelican Body -->
<g transform="translate(0, -10)">
<!-- Tail -->
<path d="M110,170 Q90,180 100,190 Q120,185 130,180" fill="#FFF" stroke="#DDD" stroke-width="1" />
<!-- Main Body -->
<ellipse cx="160" cy="170" rx="55" ry="40" fill="#FFF" stroke="#EEE" stroke-width="2" />
<!-- Neck -->
<path d="M190,150 Q210,140 215,100 L235,100 Q235,160 200,180 Z" fill="#FFF" stroke="#EEE" stroke-width="1" />
<!-- Head Tuft -->
<path d="M210,80 Q200,85 195,75 Q205,75 215,80" fill="#FFF" />
<!-- Head Circle -->
<circle cx="225" cy="90" r="18" fill="#FFF" />
<!-- Beak & Pouch -->
<!-- Upper Mandible -->
<path d="M235,82 L320,95 Q325,97 320,100 L240,95" fill="#FFB74D" stroke="#E65100" stroke-width="1" />
<!-- Lower Pouch (The distinctive part) -->
<path d="M240,95 L320,100 Q300,140 230,120 Q235,110 240,95" fill="url(#beakGradient)" stroke="#E65100" stroke-width="1" />
<!-- Beak Tip Hook -->
<path d="M320,95 L322,102 L315,100" fill="#E65100" />
<!-- Eye -->
<circle cx="225" cy="88" r="3" fill="black" />
<circle cx="226" cy="87" r="1" fill="white" />
<!-- Wing -->
<path d="M150,150 Q200,150 200,180 Q180,200 150,190 Q130,170 150,150" fill="#FDFBF7" stroke="#DDD" stroke-width="2" />
<!-- Wing Feathers -->
<path d="M150,190 Q160,195 170,190 M170,190 Q180,195 190,185" fill="none" stroke="#DDD" stroke-width="2" />
</g>
<!-- Pelican (Near Leg - Right) -->
<g transform="translate(0, -10)">
<!-- Leg Thigh feathering -->
<path d="M160,190 Q170,200 180,190" fill="#FFF" />
<!-- Lower Leg -->
<path d="M170,195 Q190,200 180,220" stroke="#FF9800" stroke-width="6" fill="none" stroke-linecap="round" />
<!-- Foot on Pedal (High position) -->
<g transform="translate(180, 220) rotate(-20)">
<!-- Webbed Foot -->
<path d="M-5,0 L15,0 L12,10 L5,8 L-2,10 Z" fill="#FF9800" />
<rect x="-5" y="5" width="20" height="5" fill="#333" /> <!-- Pedal -->
</g>
<!-- Crank Arm -->
<line x1="180" y1="240" x2="180" y2="225" stroke="#999" stroke-width="4" stroke-linecap="round" />
</g>
<!-- Motion Lines -->
<g stroke="#87CEEB" stroke-width="2" opacity="0.7">
<line x1="330" y1="240" x2="360" y2="240" />
<line x1="340" y1="250" x2="370" y2="250" />
<path d="M100,180 Q80,180 70,170" fill="none" />
</g>
</svg>
49.9s $0.0044 Tokens i/o: 110/4,319 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="beakGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8C00;stop-opacity:1" />
</linearGradient>
<linearGradient id="bodyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F0F0F0;stop-opacity:1" />
</linearGradient>
<filter id="shadowBlur">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" />
</filter>
</defs>
<!-- Ground Shadow -->
<ellipse cx="200" cy="275" rx="140" ry="10" fill="#000000" opacity="0.2" filter="url(#shadowBlur)" />
<!-- Back Wheel -->
<g transform="translate(100, 240)">
<circle cx="0" cy="0" r="40" fill="none" stroke="#333" stroke-width="6" />
<circle cx="0" cy="0" r="36" fill="none" stroke="#CCC" stroke-width="2" />
<g stroke="#CCC" stroke-width="1.5">
<line x1="0" y1="-36" x2="0" y2="36" />
<line x1="-31" y1="-18" x2="31" y2="18" />
<line x1="-31" y1="18" x2="31" y2="-18" />
</g>
</g>
<!-- Front Wheel -->
<g transform="translate(300, 240)">
<circle cx="0" cy="0" r="40" fill="none" stroke="#333" stroke-width="6" />
<circle cx="0" cy="0" r="36" fill="none" stroke="#CCC" stroke-width="2" />
<g stroke="#CCC" stroke-width="1.5">
<line x1="0" y1="-36" x2="0" y2="36" />
<line x1="-31" y1="-18" x2="31" y2="18" />
<line x1="-31" y1="18" x2="31" y2="-18" />
</g>
</g>
<!-- Far Leg (Left) -->
<path d="M150 170 Q 140 200 160 230 L 170 250" stroke="#FFA500" stroke-width="10" fill="none" stroke-linecap="round" />
<path d="M160 250 L 180 250 L 175 240 Z" fill="#FFA500" /> <!-- Webbed foot hint -->
<!-- Bicycle Frame -->
<path d="M100 240 L 170 240 L 140 160 L 100 240" fill="none" stroke="#D32F2F" stroke-width="5" stroke-linejoin="round" />
<path d="M140 160 L 240 160 L 170 240" fill="none" stroke="#D32F2F" stroke-width="5" stroke-linejoin="round" />
<line x1="240" y1="160" x2="300" y2="240" stroke="#D32F2F" stroke-width="5" stroke-linecap="round" /> <!-- Fork -->
<line x1="240" y1="160" x2="235" y2="130" stroke="#888" stroke-width="5" /> <!-- Stem -->
<path d="M220 130 Q 240 130 250 140" fill="none" stroke="#333" stroke-width="4" stroke-linecap="round" /> <!-- Handlebar -->
<line x1="140" y1="160" x2="135" y2="140" stroke="#888" stroke-width="5" /> <!-- Seat post -->
<path d="M120 140 L 150 140 Q 155 140 155 145" fill="none" stroke="#333" stroke-width="8" stroke-linecap="round" /> <!-- Seat -->
<!-- Chainring -->
<circle cx="170" cy="240" r="10" fill="#888" />
<circle cx="100" cy="240" r="5" fill="#888" />
<line x1="100" y1="235" x2="170" y2="230" stroke="#555" stroke-width="1" />
<line x1="100" y1="245" x2="170" y2="250" stroke="#555" stroke-width="1" />
<!-- Pelican Body -->
<g transform="translate(0, -10)">
<!-- Tail feathers -->
<path d="M100 160 L 80 150 L 85 165 L 75 170 L 95 180" fill="#FFFFFF" stroke="#DDD" stroke-width="1" />
<!-- Main Body -->
<ellipse cx="150" cy="160" rx="45" ry="35" fill="url(#bodyGradient)" stroke="#DDD" stroke-width="1" />
<!-- Neck -->
<path d="M180 145 Q 210 120 190 80 Q 170 120 150 140" fill="#FFFFFF" stroke="#DDD" stroke-width="1" />
<!-- Head -->
<circle cx="190" cy="70" r="22" fill="#FFFFFF" />
<!-- Crest feathers -->
<path d="M175 55 L 165 50 M175 60 L 160 65" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" />
<!-- Pouch & Beak -->
<!-- Pouch -->
<path d="M200 80 Q 230 130 270 95 L 205 80" fill="url(#beakGradient)" stroke="#CC7000" stroke-width="1" />
<!-- Upper Beak -->
<path d="M200 65 L 280 85 Q 285 90 280 95 L 200 80" fill="#FFD700" stroke="#DAA520" stroke-width="1" />
<!-- Beak tip hook -->
<path d="M280 85 Q 285 90 280 95" fill="#CC7000" />
<!-- Eye -->
<circle cx="195" cy="65" r="4" fill="#FFFFFF" stroke="#333" stroke-width="1" />
<circle cx="196" cy="65" r="1.5" fill="#000" />
<!-- Wing -->
<path d="M140 145 Q 180 140 190 170 Q 160 200 130 170 Z" fill="#FFFFFF" stroke="#CCC" stroke-width="2" />
<path d="M140 145 Q 160 160 150 180" fill="none" stroke="#EEE" stroke-width="2" />
<path d="M155 150 Q 175 165 165 185" fill="none" stroke="#EEE" stroke-width="2" />
</g>
<!-- Near Leg (Right) - Bent upwards pedaling -->
<g transform="translate(0, -10)">
<path d="M160 180 Q 180 190 190 180 L 180 230" stroke="#FFA500" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round" />
<!-- Webbed Foot on pedal -->
<path d="M170 230 L 200 230 L 205 220 L 170 230" fill="#FFA500" stroke="#E69500" stroke-width="1" />
<!-- Pedal -->
<rect x="175" y="230" width="20" height="6" rx="2" fill="#333" />
</g>
<!-- Motion lines -->
<line x1="50" y1="260" x2="80" y2="260" stroke="#CCC" stroke-width="2" stroke-linecap="round" />
<line x1="60" y1="270" x2="90" y2="270" stroke="#CCC" stroke-width="2" stroke-linecap="round" />
<line x1="340" y1="260" x2="370" y2="260" stroke="#CCC" stroke-width="2" stroke-linecap="round" />
</svg>
46.8s $0.0043 Tokens i/o: 110/4,213 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="400" height="300">
<!-- Definitions for gradients and shadows -->
<defs>
<linearGradient id="pouchGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2"/>
<feOffset dx="1" dy="2" result="offsetblur"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.3"/>
</feComponentTransfer>
<feMerge>
<feMergeNode in="offsetblur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Ground Shadow -->
<ellipse cx="200" cy="285" rx="140" ry="10" fill="#e0e0e0" />
<!-- Back Wheel -->
<g transform="translate(100, 250)">
<circle cx="0" cy="0" r="35" fill="none" stroke="#555" stroke-width="6"/>
<circle cx="0" cy="0" r="30" fill="none" stroke="#ddd" stroke-width="2"/>
<g stroke="#ccc" stroke-width="2">
<line x1="-30" y1="0" x2="30" y2="0" />
<line x1="0" y1="-30" x2="0" y2="30" />
<line x1="-21" y1="-21" x2="21" y2="21" />
<line x1="-21" y1="21" x2="21" y2="-21" />
</g>
</g>
<!-- Front Wheel -->
<g transform="translate(320, 250)">
<circle cx="0" cy="0" r="35" fill="none" stroke="#555" stroke-width="6"/>
<circle cx="0" cy="0" r="30" fill="none" stroke="#ddd" stroke-width="2"/>
<g stroke="#ccc" stroke-width="2">
<line x1="-30" y1="0" x2="30" y2="0" />
<line x1="0" y1="-30" x2="0" y2="30" />
<line x1="-21" y1="-21" x2="21" y2="21" />
<line x1="-21" y1="21" x2="21" y2="-21" />
</g>
</g>
<!-- Pelican's Left Leg (Far side) -->
<path d="M160,180 Q150,220 170,240" stroke="#FFA07A" stroke-width="8" fill="none" stroke-linecap="round"/>
<!-- Left Foot on Pedal -->
<path d="M160,240 L185,240 L190,250 L160,250 Z" fill="#FFA500" />
<rect x="165" y="245" width="20" height="6" fill="#333" rx="2" transform="rotate(10 175 248)"/>
<!-- Bicycle Frame -->
<g stroke="#D32F2F" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none">
<!-- Chain stay & Seat stay -->
<path d="M100,250 L180,250 L150,170 L100,250" />
<!-- Seat tube -->
<line x1="180" y1="250" x2="150" y2="170" />
<!-- Down tube -->
<line x1="180" y1="250" x2="270" y2="160" />
<!-- Top tube -->
<line x1="150" y1="170" x2="270" y2="160" />
<!-- Fork -->
<line x1="270" y1="160" x2="320" y2="250" stroke="#888" />
<!-- Handlebar Stem -->
<path d="M270,160 L265,140 L280,130" stroke="#888" />
</g>
<!-- Chain & Sprocket -->
<circle cx="180" cy="250" r="12" fill="#888" />
<path d="M100,250 L180,250" stroke="#444" stroke-width="2" />
<path d="M100,250 L180,250" stroke="#444" stroke-width="2" transform="translate(0, 5)" />
<!-- Seat -->
<path d="M135,170 L165,170 Q170,165 160,165 L140,165 Q130,165 135,170" fill="#333" />
<!-- Pelican Body -->
<g filter="url(#shadow)">
<!-- Tail feathers -->
<path d="M110,180 L80,170 L80,190 Z" fill="#fff" stroke="#ccc" stroke-width="1"/>
<!-- Main Body -->
<ellipse cx="150" cy="170" rx="45" ry="35" fill="#fff" />
<!-- Neck -->
<path d="M180,155 Q210,140 200,110 Q195,90 220,80" stroke="#fff" stroke-width="28" fill="none" stroke-linecap="round"/>
<!-- Head -->
<circle cx="220" cy="80" r="18" fill="#fff" />
<!-- Crest feathers -->
<path d="M210,65 Q200,55 190,60 M215,65 Q205,50 195,55" stroke="#fff" stroke-width="3" fill="none" />
<!-- Wing -->
<path d="M140,155 Q180,150 190,180 Q160,200 130,180" fill="#fff" stroke="#eee" stroke-width="1"/>
<!-- Black Wing Tips -->
<path d="M190,180 L200,190 L185,195 Z" fill="#333" />
<path d="M185,195 L190,205 L175,200 Z" fill="#333" />
</g>
<!-- Beak and Pouch -->
<g transform="rotate(-5 220 80)">
<!-- Lower Pouch (The distinctive sagging part) -->
<path d="M235,85 Q280,85 300,85 Q280,140 240,120 Q230,110 235,85" fill="url(#pouchGradient)" stroke="#DAA520" stroke-width="1"/>
<!-- Upper Beak -->
<path d="M230,75 Q280,75 310,85 L235,85 Z" fill="#FFCC80" stroke="#FFA500" stroke-width="1"/>
<line x1="305" y1="85" x2="305" y2="90" stroke="#333" stroke-width="1" opacity="0.5"/> <!-- Hook tip -->
</g>
<!-- Eye -->
<circle cx="225" cy="75" r="3" fill="black" />
<circle cx="226" cy="74" r="1" fill="white" />
<!-- Pelican's Right Leg (Near side) -->
<path d="M165,190 Q180,210 190,225" stroke="#FFA07A" stroke-width="8" fill="none" stroke-linecap="round"/>
<path d="M190,225 L215,225 L220,235 L190,235 Z" fill="#FFA500" /> <!-- Webbed foot -->
<!-- Right Pedal -->
<rect x="195" y="230" width="20" height="6" fill="#333" rx="2" transform="rotate(10 205 233)"/>
<!-- Handlebars (Near side) -->
<path d="M280,130 Q290,120 270,120" stroke="#333" stroke-width="4" fill="none" stroke-linecap="round"/>
<circle cx="270" cy="120" r="4" fill="#000" /> <!-- Grip -->
</svg>
41.7s $0.0034 Tokens i/o: 110/3,267 Dec 3rd
Preview
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="400" height="300">
<!-- Background -->
<rect width="400" height="300" fill="#e6f7ff"/>
<path d="M0 260 H400" stroke="#8bc34a" stroke-width="4"/>
<!-- Definitions for Gradients -->
<defs>
<linearGradient id="beakGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff9900;stop-opacity:1" />
</linearGradient>
<linearGradient id="bodyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f0f0f0;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Bicycle -->
<g transform="translate(0, 10)">
<!-- Wheels -->
<g stroke="#333" stroke-width="3" fill="none">
<circle cx="100" cy="210" r="35" />
<circle cx="300" cy="210" r="35" />
<!-- Spokes -->
<path d="M100 175 V245 M65 210 H135 M75 185 L125 235 M75 235 L125 185" stroke-width="1" opacity="0.5"/>
<path d="M300 175 V245 M265 210 H335 M275 185 L325 235 M275 235 L325 185" stroke-width="1" opacity="0.5"/>
</g>
<!-- Frame -->
<path d="M100 210 L170 210 L220 150 L140 150 L100 210" fill="none" stroke="#d32f2f" stroke-width="5" stroke-linejoin="round" stroke-linecap="round"/>
<path d="M170 210 L280 130 L300 210" fill="none" stroke="#d32f2f" stroke-width="5" stroke-linejoin="round" stroke-linecap="round"/>
<!-- Seat Post and Seat -->
<path d="M140 150 L130 130" stroke="#333" stroke-width="4"/>
<path d="M115 130 H145" stroke="#333" stroke-width="8" stroke-linecap="round"/>
<!-- Handlebars -->
<path d="M280 130 L270 110 L240 115" fill="none" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Chainring -->
<circle cx="170" cy="210" r="10" fill="#999" stroke="#333"/>
</g>
<!-- Pelican -->
<g transform="translate(0, 10)">
<!-- Right Leg (Back) -->
<path d="M160 170 L170 190 L155 205" fill="none" stroke="#ff9900" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Right Foot -->
<path d="M155 205 L145 210 L165 210 Z" fill="#ff9900"/>
<!-- Tail -->
<path d="M110 160 Q90 170 100 150" fill="#fff" stroke="#ccc" stroke-width="1"/>
<!-- Body -->
<ellipse cx="160" cy="150" rx="45" ry="35" fill="url(#bodyGrad)" stroke="#ddd" stroke-width="1"/>
<!-- Neck -->
<path d="M190 130 Q210 120 210 90 L210 70" fill="none" stroke="url(#bodyGrad)" stroke-width="25" stroke-linecap="round"/>
<!-- Head -->
<circle cx="215" cy="65" r="18" fill="#fff" stroke="#ddd" stroke-width="1"/>
<!-- Crest/Feathers on head -->
<path d="M200 60 Q190 50 205 55 M205 55 Q195 45 210 50" fill="none" stroke="#fff" stroke-width="2"/>
<!-- Beak Upper -->
<path d="M230 60 L290 65 L292 70" fill="none" stroke="#ffcc00" stroke-width="4" stroke-linecap="round"/>
<!-- Beak Pouch (Distinctive feature) -->
<path d="M225 70 Q250 120 285 70 L230 70" fill="url(#beakGrad)" stroke="#e68a00" stroke-width="1"/>
<!-- Eye -->
<circle cx="220" cy="60" r="3" fill="#000"/>
<circle cx="221" cy="59" r="1" fill="#fff"/>
<!-- Wing -->
<path d="M150 140 Q190 140 180 170 Q150 180 140 160" fill="#fff" stroke="#ccc" stroke-width="2"/>
<path d="M155 145 Q175 150 170 165" fill="none" stroke="#eee" stroke-width="2"/>
<!-- Left Leg (Front - pedaling) -->
<path d="M170 170 L190 190 L185 215" fill="none" stroke="#ff9900" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Left Foot -->
<path d="M185 215 L175 220 L200 220 Z" fill="#ff9900"/>
<!-- Pedal Crank (Front) -->
<line x1="170" y1="210" x2="185" y2="215" stroke="#666" stroke-width="3" stroke-linecap="round"/>
</g>
</svg>
LINK COPIED!