Pedaling Pelican's Peculiar Bicycle Parade

Pedaling Pelican's Peculiar Bicycle Parade - DrawGPT

Info

Created On: May 22, 2025
Created By: User #4385
pelican riding a bicycle
Bot
A whimsical pelican showing off its cycling skills - who knew those webbed feet could work pedals? Talk about a fish out of water!

SVG Code

                    <!--

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

Created: 2025-05-22T17:09:04+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 Parade</title>
  <desc>A whimsical pelican showing off its cycling skills - who knew those webbed feet could work pedals? Talk about a fish out of water!</desc>
  <metadata type="keywords">pelican, bicycle, cycling, bird, funny</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="r" values="40;42;40" dur="5s" repeatCount="indefinite"/>
  </circle>
  
  <!-- Clouds -->
  <g id="cloud1" class="cloud">
    <ellipse cx="100" cy="90" rx="30" ry="20" fill="white"/>
    <ellipse cx="70" cy="90" rx="20" ry="15" fill="white"/>
    <ellipse cx="130" cy="90" rx="20" 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="350" cy="120" rx="35" ry="22" fill="white"/>
    <ellipse cx="320" cy="120" rx="22" ry="17" fill="white"/>
    <ellipse cx="380" cy="120" rx="22" ry="17" 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="20" y="409" width="472" height="2" fill="white"/>
  
  <!-- Trees -->
  <g id="tree1" class="tree">
    <rect x="50" y="280" width="15" height="70" fill="#8B4513"/>
    <ellipse cx="57" cy="260" rx="30" ry="40" fill="#228B22"/>
  </g>
  
  <g id="tree2" class="tree">
    <rect x="450" y="300" width="12" height="50" fill="#8B4513"/>
    <ellipse cx="456" cy="280" rx="25" ry="30" fill="#228B22"/>
  </g>
  
  <!-- Bicycle -->
  <g id="bicycle" class="bicycle">
    <animate attributeName="transform" type="translate" values="0,0; 10,0; 0,0" dur="0.5s" repeatCount="10"/>
    
    <!-- Wheels -->
    <circle id="backWheel" class="wheel" cx="180" cy="410" r="30" fill="none" stroke="black" stroke-width="3">
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 180 410" to="360 180 410" dur="1s" repeatCount="5"/>
    </circle>
    <circle id="frontWheel" class="wheel" cx="280" cy="410" r="30" fill="none" stroke="black" stroke-width="3">
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 280 410" to="360 280 410" dur="1s" repeatCount="5"/>
    </circle>
    
    <!-- Spokes -->
    <g id="backSpokes" class="spokes">
      <line x1="180" y1="380" x2="180" y2="440" stroke="black" stroke-width="1"/>
      <line x1="150" y1="410" x2="210" y2="410" stroke="black" stroke-width="1"/>
      <line x1="159" y1="389" x2="201" y2="431" stroke="black" stroke-width="1"/>
      <line x1="159" y1="431" x2="201" y2="389" stroke="black" stroke-width="1"/>
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 180 410" to="360 180 410" dur="1s" repeatCount="5"/>
    </g>
    
    <g id="frontSpokes" class="spokes">
      <line x1="280" y1="380" x2="280" y2="440" stroke="black" stroke-width="1"/>
      <line x1="250" y1="410" x2="310" y2="410" stroke="black" stroke-width="1"/>
      <line x1="259" y1="389" x2="301" y2="431" stroke="black" stroke-width="1"/>
      <line x1="259" y1="431" x2="301" y2="389" stroke="black" stroke-width="1"/>
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 280 410" to="360 280 410" dur="1s" repeatCount="5"/>
    </g>
    
    <!-- Frame -->
    <path id="bikeFrame" class="frame" d="M180,410 L230,350 L280,410 M230,350 L250,330 L290,370 L280,410" fill="none" stroke="#1E90FF" stroke-width="5"/>
    
    <!-- Handlebars -->
    <path id="handlebars" class="handlebars" d="M290,370 C300,360 310,370 305,380" fill="none" stroke="#1E90FF" stroke-width="4"/>
    
    <!-- Seat -->
    <ellipse id="seat" class="seat" cx="230" cy="350" rx="10" ry="5" fill="black"/>
    
    <!-- Pedals -->
    <circle id="pedalCenter" class="pedalCenter" cx="230" cy="380" r="5" fill="#1E90FF"/>
    <g id="pedals" class="pedals">
      <line id="pedalArm1" x1="230" y1="380" x2="250" y2="395" stroke="#1E90FF" stroke-width="3"/>
      <rect id="pedalFoot1" x="250" y="390" width="10" height="5" fill="black"/>
      <line id="pedalArm2" x1="230" y1="380" x2="210" y2="365" stroke="#1E90FF" stroke-width="3"/>
      <rect id="pedalFoot2" x="200" y="360" width="10" height="5" fill="black"/>
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 230 380" to="360 230 380" dur="1s" repeatCount="5"/>
    </g>
    
    <!-- Chain -->
    <path id="chain" class="chain" d="M180,410 C195,405 215,395 230,380 C215,365 195,395 180,410" fill="none" stroke="black" stroke-width="1"/>
  </g>
  
  <!-- Pelican -->
  <g id="pelican" class="pelican">
    <animate attributeName="transform" type="translate" values="0,0; 10,0; 0,0" dur="0.5s" repeatCount="10"/>
    
    <!-- Body -->
    <ellipse id="body" class="body" cx="230" cy="310" rx="40" ry="30" fill="white" stroke="#333" stroke-width="1"/>
    
    <!-- Head and neck -->
    <path id="neck" class="neck" d="M260,300 C270,290 275,280 270,270" fill="white" stroke="#333" stroke-width="1"/>
    <ellipse id="head" class="head" cx="270" cy="265" rx="15" ry="12" fill="white" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="rotate" values="0,270,265; 10,270,265; 0,270,265; -10,270,265; 0,270,265" dur="5s" repeatCount="indefinite"/>
    </ellipse>
    
    <!-- Beak -->
    <path id="beak" class="beak" d="M270,265 L320,270 L270,275 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="rotate" values="0,270,265; 5,270,265; 0,270,265; -5,270,265; 0,270,265" dur="5s" repeatCount="indefinite"/>
    </path>
    
    <!-- Eye -->
    <circle id="eye" class="eye" cx="275" cy="262" r="3" fill="black">
      <animate attributeName="r" values="3;2;3" dur="5s" repeatCount="indefinite"/>
    </circle>
    
    <!-- Wings -->
    <path id="wing" class="wing" d="M230,290 C220,270 200,260 190,270 C200,290 210,300 230,290" fill="white" stroke="#333" stroke-width="1">
      <animate attributeName="d" values="M230,290 C220,270 200,260 190,270 C200,290 210,300 230,290; M230,290 C220,265 195,255 185,265 C195,285 210,300 230,290; M230,290 C220,270 200,260 190,270 C200,290 210,300 230,290" dur="5s" repeatCount="indefinite"/>
    </path>
    
    <!-- Legs -->
    <path id="leftLeg" class="leg" d="M210,340 L210,380 L250,395" fill="none" stroke="#FFA500" stroke-width="3">
      <animate attributeName="d" values="M210,340 L210,380 L250,395; M210,340 L210,380 L210,395; M210,340 L210,380 L250,395" dur="1s" repeatCount="5"/>
    </path>
    
    <path id="rightLeg" class="leg" d="M240,340 L240,365 L210,365" fill="none" stroke="#FFA500" stroke-width="3">
      <animate attributeName="d" values="M240,340 L240,365 L210,365; M240,340 L240,365 L240,380; M240,340 L240,365 L210,365" dur="1s" repeatCount="5"/>
    </path>
    
    <!-- Feet -->
    <path id="leftFoot" class="foot" d="M250,395 L255,395 L255,390 L250,390 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="rotate" values="0,250,395; 20,250,395; 0,250,395" dur="1s" repeatCount="5"/>
    </path>
    
    <path id="rightFoot" class="foot" d="M210,365 L215,365 L215,360 L210,360 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="rotate" values="0,210,365; -20,210,365; 0,210,365" dur="1s" repeatCount="5"/>
    </path>
    
    <!-- Pouch -->
    <path id="pouch" class="pouch" d="M270,270 C280,290 290,300 270,310 C260,300 265,280 270,270" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="d" values="M270,270 C280,290 290,300 270,310 C260,300 265,280 270,270; M270,270 C285,290 295,300 275,310 C265,300 265,280 270,270; M270,270 C280,290 290,300 270,310 C260,300 265,280 270,270" dur="5s" repeatCount="indefinite"/>
    </path>
  </g>
  
  <!-- Fish jumping out of pouch -->
  <g id="fish" class="fish">
    <path d="M275,290 L285,285 L290,290 L285,295 Z" fill="silver" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="translate" values="0,0; 0,-10; 0,0" dur="5s" repeatCount="indefinite"/>
    </path>
    <circle cx="282" cy="290" r="1" fill="black">
      <animate attributeName="transform" type="translate" values="0,0; 0,-10; 0,0" dur="5s" repeatCount="indefinite"/>
    </circle>
    <path d="M290,290 L295,288 L295,292 Z" fill="silver" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="translate" values="0,0; 0,-10; 0,0" dur="5s" repeatCount="indefinite"/>
      <animate attributeName="d" values="M290,290 L295,288 L295,292 Z; M290,290 L297,288 L297,292 Z; M290,290 L295,288 L295,292 Z" dur="0.5s" repeatCount="10"/>
    </path>
  </g>
  
  <!-- Small water droplets -->
  <g id="waterDrops" class="waterDrops">
    <circle id="drop1" cx="295" cy="280" r="1" fill="#87CEEB">
      <animate attributeName="cy" values="280;290;280" dur="5s" repeatCount="indefinite"/>
      <animate attributeName="opacity" values="1;0;1" dur="5s" repeatCount="indefinite"/>
    </circle>
    <circle id="drop2" cx="300" cy="285" r="1" fill="#87CEEB">
      <animate attributeName="cy" values="285;295;285" dur="5s" repeatCount="indefinite"/>
      <animate attributeName="opacity" values="1;0;1" dur="5s" repeatCount="indefinite"/>
    </circle>
  </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.