Pedaling Pelican's Peculiar Bicycle Adventure

Pedaling Pelican's Peculiar Bicycle Adventure - DrawGPT

Info

Created On: May 23, 2025
Created By: User #4385
pelican riding a bicycle
Bot
A whimsical pelican shows off its cycling skills - who knew those webbed feet could work pedals? Talk about a bird in the fast lane!

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-05-23T20:22:48+00:00
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
<title>Pedaling Pelican's Peculiar Bicycle Adventure</title>
<desc>A whimsical pelican shows off its cycling skills - who knew those webbed feet could work pedals? Talk about a bird in the fast lane!</desc>
<metadata type="keywords">pelican, bicycle, cycling, bird, adventure</metadata>

<!-- Sky background -->
<rect id="sky" class="sky" x="0" y="0" width="512" height="350" fill="#87CEEB"/>

<!-- Sun -->
<circle id="sun" class="sun" cx="430" cy="80" r="40" fill="#FFD700">
<animate attributeName="opacity" values="0.8;1;0.8" dur="5s" repeatCount="indefinite"/>
</circle>
<g id="sunrays" class="sunrays">
<path d="M430 20 L430 10" stroke="#FFD700" stroke-width="4"/>
<path d="M430 150 L430 160" stroke="#FFD700" stroke-width="4"/>
<path d="M370 80 L360 80" stroke="#FFD700" stroke-width="4"/>
<path d="M490 80 L500 80" stroke="#FFD700" stroke-width="4"/>
<path d="M385 35 L375 25" stroke="#FFD700" stroke-width="4"/>
<path d="M475 125 L485 135" stroke="#FFD700" stroke-width="4"/>
<path d="M385 125 L375 135" stroke="#FFD700" stroke-width="4"/>
<path d="M475 35 L485 25" stroke="#FFD700" stroke-width="4"/>
<animateTransform attributeName="transform" type="rotate" from="0 430 80" to="360 430 80" dur="20s" repeatCount="indefinite"/>
</g>

<!-- Clouds -->
<g id="cloud1" class="cloud">
<ellipse cx="100" cy="70" rx="30" ry="20" fill="white"/>
<ellipse cx="130" cy="70" rx="30" ry="25" fill="white"/>
<ellipse cx="160" cy="70" rx="25" ry="15" fill="white"/>
<animate attributeName="transform" type="translate" values="0,0; 20,0; 0,0" dur="5s" repeatCount="indefinite"/>
</g>

<g id="cloud2" class="cloud">
<ellipse cx="320" cy="120" rx="35" ry="20" fill="white"/>
<ellipse cx="350" cy="120" rx="30" ry="25" fill="white"/>
<ellipse cx="380" cy="120" rx="25" ry="15" fill="white"/>
<animate attributeName="transform" type="translate" values="0,0; -15,0; 0,0" dur="5s" repeatCount="indefinite"/>
</g>

<!-- Ground -->
<rect id="ground" class="ground" x="0" y="350" width="512" height="162" fill="#8B4513"/>

<!-- Road -->
<rect id="road" class="road" x="0" y="380" width="512" height="60" fill="#696969"/>
<rect id="roadline" class="roadline" x="10" y="409" width="50" height="5" fill="white"/>
<rect id="roadline2" class="roadline" x="90" y="409" width="50" height="5" fill="white"/>
<rect id="roadline3" class="roadline" x="170" y="409" width="50" height="5" fill="white"/>
<rect id="roadline4" class="roadline" x="250" y="409" width="50" height="5" fill="white"/>
<rect id="roadline5" class="roadline" x="330" y="409" width="50" height="5" fill="white"/>
<rect id="roadline6" class="roadline" x="410" y="409" width="50" height="5" fill="white"/>

<!-- Bicycle -->
<g id="bicycle" class="bicycle">
<!-- Bicycle frame -->
<path id="frame" class="frame" d="M250 380 L290 340 L340 380 L290 380 Z" fill="none" stroke="#FF4500" stroke-width="5"/>
<line id="handlebar-stem" class="handlebar-stem" x1="290" y1="340" x2="290" y2="320" stroke="#FF4500" stroke-width="5"/>
<path id="handlebars" class="handlebars" d="M270 320 C280 310, 300 310, 310 320" stroke="#FF4500" stroke-width="5" fill="none"/>
<line id="seat-post" class="seat-post" x1="340" y1="380" x2="340" y2="360" stroke="#FF4500" stroke-width="5"/>
<ellipse id="seat" class="seat" cx="340" cy="360" rx="15" ry="5" fill="#8B4513"/>

<!-- Bicycle wheels -->
<g id="front-wheel" class="wheel">
<circle cx="250" cy="380" r="30" fill="none" stroke="#000000" stroke-width="5"/>
<circle cx="250" cy="380" r="5" fill="#000000"/>
<g id="front-spokes" class="spokes">
<line x1="250" y1="380" x2="250" y2="350" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="250" y2="410" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="220" y2="380" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="280" y2="380" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="230" y2="360" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="270" y2="360" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="230" y2="400" stroke="#000000" stroke-width="2"/>
<line x1="250" y1="380" x2="270" y2="400" stroke="#000000" stroke-width="2"/>
<animateTransform attributeName="transform" type="rotate" from="0 250 380" to="360 250 380" dur="2.5s" repeatCount="indefinite"/>
</g>
</g>

<g id="back-wheel" class="wheel">
<circle cx="340" cy="380" r="30" fill="none" stroke="#000000" stroke-width="5"/>
<circle cx="340" cy="380" r="5" fill="#000000"/>
<g id="back-spokes" class="spokes">
<line x1="340" y1="380" x2="340" y2="350" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="340" y2="410" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="310" y2="380" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="370" y2="380" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="320" y2="360" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="360" y2="360" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="320" y2="400" stroke="#000000" stroke-width="2"/>
<line x1="340" y1="380" x2="360" y2="400" stroke="#000000" stroke-width="2"/>
<animateTransform attributeName="transform" type="rotate" from="0 340 380" to="360 340 380" dur="2.5s" repeatCount="indefinite"/>
</g>
</g>

<!-- Pedals and chain -->
<circle id="crank" class="crank" cx="290" cy="380" r="12" fill="#888888"/>
<g id="pedals" class="pedals">
<line id="pedal-arm1" class="pedal-arm" x1="290" y1="380" x2="305" y2="395" stroke="#888888" stroke-width="3"/>
<rect id="pedal1" class="pedal" x="300" y="395" width="10" height="5" fill="#333333"/>
<line id="pedal-arm2" class="pedal-arm" x1="290" y1="380" x2="275" y2="365" stroke="#888888" stroke-width="3"/>
<rect id="pedal2" class="pedal" x="270" y="360" width="10" height="5" fill="#333333"/>
<animateTransform attributeName="transform" type="rotate" from="0 290 380" to="360 290 380" dur="2.5s" repeatCount="indefinite"/>
</g>
<path id="chain" class="chain" d="M290 392 C310 400, 330 400, 340 380" stroke="#888888" stroke-width="2" fill="none"/>

<!-- Bicycle bell -->
<circle id="bell" class="bell" cx="275" cy="320" r="5" fill="#FFD700"/>

<animateTransform attributeName="transform" type="translate" values="0,0; -5,-2; 0,0; 5,-2; 0,0" dur="0.5s" repeatCount="indefinite"/>
</g>

<!-- Pelican -->
<g id="pelican" class="pelican">
<!-- Body -->
<ellipse id="body" class="body" cx="320" cy="320" rx="35" ry="25" fill="#F5F5F5"/>

<!-- Wings -->
<path id="wing" class="wing" d="M320 320 C350 310, 360 330, 345 345" fill="#E6E6E6" stroke="#D3D3D3" stroke-width="1">
<animate attributeName="d" values="M320 320 C350 310, 360 330, 345 345; M320 320 C350 300, 365 325, 345 345; M320 320 C350 310, 360 330, 345 345" dur="2.5s" repeatCount="indefinite"/>
</path>

<!-- Head and neck -->
<path id="neck" class="neck" d="M320 305 C315 290, 310 280, 300 275" fill="none" stroke="#F5F5F5" stroke-width="10" stroke-linecap="round"/>
<circle id="head" class="head" cx="295" cy="270" r="15" fill="#F5F5F5"/>

<!-- Beak -->
<path id="beak" class="beak" d="M295 270 C290 270, 260 265, 250 275 C260 280, 290 280, 295 270 Z" fill="#FFA500">
<animate attributeName="d" values="M295 270 C290 270, 260 265, 250 275 C260 280, 290 280, 295 270 Z; M295 270 C290 270, 260 270, 250 280 C260 285, 290 280, 295 270 Z; M295 270 C290 270, 260 265, 250 275 C260 280, 290 280, 295 270 Z" dur="2.5s" repeatCount="indefinite"/>
</path>

<!-- Eyes -->
<circle id="eye" class="eye" cx="290" cy="265" r="3" fill="#000000"/>
<circle id="eye-highlight" class="eye-highlight" cx="289" cy="264" r="1" fill="#FFFFFF"/>

<!-- Feet -->
<path id="foot1" class="foot" d="M305 345 C305 355, 305 365, 300 370 L310 370 L305 365 L315 370 L305 365 L320 370" fill="#FFA500" stroke="#FFA500" stroke-width="1">
<animate attributeName="d" values="M305 345 C305 355, 305 365, 300 370 L310 370 L305 365 L315 370 L305 365 L320 370; M305 345 C305 355, 305 365, 300 375 L310 375 L305 370 L315 375 L305 370 L320 375; M305 345 C305 355, 305 365, 300 370 L310 370 L305 365 L315 370 L305 365 L320 370" dur="1.25s" repeatCount="indefinite"/>
</path>
<path id="foot2" class="foot" d="M335 345 C335 355, 335 365, 330 370 L340 370 L335 365 L345 370 L335 365 L350 370" fill="#FFA500" stroke="#FFA500" stroke-width="1">
<animate attributeName="d" values="M335 345 C335 355, 335 365, 330 375 L340 375 L335 370 L345 375 L335 370 L350 375; M335 345 C335 355, 335 365, 330 370 L340 370 L335 365 L345 370 L335 365 L350 370; M335 345 C335 355, 335 365, 330 375 L340 375 L335 370 L345 375 L335 370 L350 375" dur="1.25s" repeatCount="indefinite"/>
</path>

<!-- Pouch -->
<path id="pouch" class="pouch" d="M295 270 C290 280, 290 290, 295 295" stroke="#F5F5F5" stroke-width="8" fill="none"/>

<animateTransform attributeName="transform" type="translate" values="0,0; -5,-3; 0,0; 5,-3; 0,0" dur="0.5s" repeatCount="indefinite" additive="sum"/>
</g>

<!-- Trees in background -->
<g id="tree1" class="tree">
<rect id="trunk1" class="trunk" x="50" y="300" width="15" height="50" fill="#8B4513"/>
<path id="leaves1" class="leaves" d="M30 300 C40 270, 75 270, 85 300 Z" fill="#228B22"/>
<path id="leaves2" class="leaves" d="M35 280 C45 250, 70 250, 80 280 Z" fill="#228B22"/>
<path id="leaves3" class="leaves" d="M40 260 C50 230, 65 230, 75 260 Z" fill="#228B22"/>
</g>

<g id="tree2" class="tree">
<rect id="trunk2" class="trunk" x="450" y="320" width="20" height="30" fill="#8B4513"/>
<circle id="leaves4" class="leaves" cx="460" cy="300" r="30" fill="#228B22"/>
</g>

<!-- Small birds flying -->
<g id="birds" class="birds">
<path id="bird1" class="bird" d="M100 150 C105 145, 110 150, 115 145 C120 150, 125 145, 130 150" stroke="#000000" stroke-width="2" fill="none">
<animate attributeName="d" values="M100 150 C105 145, 110 150, 115 145 C120 150, 125 145, 130 150; M100 150 C105 155, 110 150, 115 155 C120 150, 125 155, 130 150; M100 150 C105 145, 110 150, 115 145 C120 150, 125 145, 130 150" dur="1s" repeatCount="indefinite"/>
<animate attributeName="transform" type="translate" values="0,0; 50,10; 100,0; 150,-10; 200,0; 250,10; 300,0" dur="5s" repeatCount="indefinite"/>
</path>

<path id="bird2" class="bird" d="M80 180 C85 175, 90 180, 95 175 C100 180, 105 175, 110 180" stroke="#000000" stroke-width="2" fill="none">
<animate attributeName="d" values="M80 180 C85 175, 90 180, 95 175 C100 180, 105 175, 110 180; M80 180 C85 185, 90 180, 95 185 C100 180, 105 185, 110 180; M80 180 C85 175, 90 180, 95 175 C100 180, 105 175, 110 180" dur="0.8s" repeatCount="indefinite"/>
<animate attributeName="transform" type="translate" values="0,0; 60,5; 120,-5; 180,0; 240,5; 300,-5; 360,0" dur="5s" repeatCount="indefinite"/>
</path>
</g>

<!-- Grass tufts -->
<g id="grass" class="grass">
<path id="tuft1" class="tuft" d="M30 450 C35 430, 40 440, 45 430 C50 440, 55 430, 60 450" fill="#32CD32"/>
<path id="tuft2" class="tuft" d="M100 450 C105 430, 110 440, 115 430 C120 440, 125 430, 130 450" fill="#32CD32"/>
<path id="tuft3" class="tuft" d="M400 450 C405 430, 410 440, 415 430 C420 440, 425 430, 430 450" fill="#32CD32"/>
<path id="tuft4" class="tuft" d="M470 450 C475 430, 480 440, 485 430 C490 440, 495 430, 500 450" fill="#32CD32"/>
</g>
</svg>
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.