Pedaling Pelican's Peculiar Bicycle Adventure

Pedaling Pelican's Peculiar Bicycle Adventure - DrawGPT

Info

Created On: May 9, 2025
Created By: User #1
pelican riding a bicycle
Bot
A whimsical pelican in a cycling helmet balances precariously on a bicycle, his enormous beak making it quite the balancing act!

SVG Code

                    <!--

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

Created: 2025-05-16T23:21:00+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 in a cycling helmet balances precariously on a bicycle, his enormous beak making it quite the balancing act!</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="r" values="40;42;40" dur="5s" repeatCount="indefinite"/>
  </circle>
  
  <!-- Clouds -->
  <g id="cloud1" class="cloud">
    <ellipse cx="100" cy="90" rx="40" ry="25" fill="white"/>
    <ellipse cx="70" cy="90" rx="30" ry="20" fill="white"/>
    <ellipse cx="130" cy="90" rx="30" ry="20" 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="20" fill="white"/>
    <ellipse cx="320" cy="120" rx="25" ry="15" 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="#808080"/>
  <rect id="roadLine" class="roadLine" x="20" y="409" width="50" height="5" fill="white"/>
  <rect id="roadLine2" class="roadLine" x="120" y="409" width="50" height="5" fill="white"/>
  <rect id="roadLine3" class="roadLine" x="220" y="409" width="50" height="5" fill="white"/>
  <rect id="roadLine4" class="roadLine" x="320" y="409" width="50" height="5" fill="white"/>
  <rect id="roadLine5" class="roadLine" x="420" y="409" width="50" height="5" fill="white"/>
  
  <!-- Trees -->
  <g id="tree1" class="tree">
    <rect x="50" y="300" width="15" height="50" fill="#8B4513"/>
    <ellipse cx="57" cy="280" rx="25" ry="30" fill="#228B22"/>
    <animate attributeName="transform" type="rotate" values="0,57,350; 2,57,350; 0,57,350; -2,57,350; 0,57,350" dur="5s" repeatCount="indefinite"/>
  </g>
  
  <g id="tree2" class="tree">
    <rect x="450" y="310" width="15" height="40" fill="#8B4513"/>
    <ellipse cx="457" cy="290" rx="20" ry="25" fill="#228B22"/>
    <animate attributeName="transform" type="rotate" values="0,457,350; -2,457,350; 0,457,350; 2,457,350; 0,457,350" dur="5s" repeatCount="indefinite"/>
  </g>
  
  <!-- Bicycle -->
  <g id="bicycle" class="bicycle">
    <animate attributeName="transform" type="translate" values="0,0; 5,-3; 0,0; -5,-3; 0,0" dur="0.5s" repeatCount="10"/>
    
    <!-- Wheels -->
    <circle id="backWheel" class="wheel" cx="200" cy="400" r="30" fill="none" stroke="black" stroke-width="3">
      <animate attributeName="transform" type="rotate" values="0,200,400; 360,200,400" dur="1s" repeatCount="5"/>
    </circle>
    <circle id="frontWheel" class="wheel" cx="300" cy="400" r="30" fill="none" stroke="black" stroke-width="3">
      <animate attributeName="transform" type="rotate" values="0,300,400; 360,300,400" dur="1s" repeatCount="5"/>
    </circle>
    
    <!-- Spokes -->
    <g id="backSpokes" class="spokes">
      <line x1="200" y1="400" x2="200" y2="370" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="200" y2="430" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="170" y2="400" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="230" y2="400" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="185" y2="385" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="215" y2="385" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="185" y2="415" stroke="black" stroke-width="1.5"/>
      <line x1="200" y1="400" x2="215" y2="415" stroke="black" stroke-width="1.5"/>
      <animate attributeName="transform" type="rotate" values="0,200,400; 360,200,400" dur="1s" repeatCount="5"/>
    </g>
    
    <g id="frontSpokes" class="spokes">
      <line x1="300" y1="400" x2="300" y2="370" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="300" y2="430" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="270" y2="400" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="330" y2="400" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="285" y2="385" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="315" y2="385" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="285" y2="415" stroke="black" stroke-width="1.5"/>
      <line x1="300" y1="400" x2="315" y2="415" stroke="black" stroke-width="1.5"/>
      <animate attributeName="transform" type="rotate" values="0,300,400; 360,300,400" dur="1s" repeatCount="5"/>
    </g>
    
    <!-- Frame -->
    <line id="topTube" class="frame" x1="220" y1="350" x2="290" y2="350" stroke="#1E90FF" stroke-width="5"/>
    <line id="downTube" class="frame" x1="220" y1="350" x2="200" y2="400" stroke="#1E90FF" stroke-width="5"/>
    <line id="seatTube" class="frame" x1="220" y1="350" x2="220" y2="400" stroke="#1E90FF" stroke-width="5"/>
    <line id="seatStay" class="frame" x1="220" y1="350" x2="200" y2="400" stroke="#1E90FF" stroke-width="3"/>
    <line id="chainStay" class="frame" x1="200" y1="400" x2="250" y2="400" stroke="#1E90FF" stroke-width="3"/>
    <line id="headTube" class="frame" x1="290" y1="350" x2="290" y2="370" stroke="#1E90FF" stroke-width="5"/>
    <line id="fork" class="frame" x1="290" y1="370" x2="300" y2="400" stroke="#1E90FF" stroke-width="3"/>
    
    <!-- Handlebars -->
    <path id="handlebars" class="handlebars" d="M290,350 C280,340 270,345 265,350" stroke="#1E90FF" stroke-width="3" fill="none"/>
    <circle id="handlebarGrip" class="grip" cx="265" cy="350" r="5" fill="black"/>
    
    <!-- Seat -->
    <ellipse id="seat" class="seat" cx="220" cy="350" rx="10" ry="5" fill="black"/>
    
    <!-- Pedals -->
    <g id="pedals" class="pedals">
      <line id="crankArm1" class="crank" x1="250" y1="400" x2="260" y2="420" stroke="black" stroke-width="2"/>
      <rect id="pedal1" class="pedal" x="255" y="420" width="10" height="5" fill="gray"/>
      <line id="crankArm2" class="crank" x1="250" y1="400" x2="240" y2="380" stroke="black" stroke-width="2"/>
      <rect id="pedal2" class="pedal" x="235" y="375" width="10" height="5" fill="gray"/>
      <animate attributeName="transform" type="rotate" values="0,250,400; 360,250,400" dur="1s" repeatCount="5"/>
    </g>
    
    <!-- Chain -->
    <ellipse id="chain" class="chain" cx="225" cy="400" rx="25" ry="8" fill="none" stroke="#333" stroke-width="1" stroke-dasharray="2,2"/>
  </g>
  
  <!-- Pelican -->
  <g id="pelican" class="pelican">
    <animate attributeName="transform" type="translate" values="0,0; 5,-3; 0,0; -5,-3; 0,0" dur="0.5s" repeatCount="10"/>
    
    <!-- Body -->
    <ellipse id="body" class="body" cx="250" cy="320" rx="35" ry="25" fill="white" stroke="#333" stroke-width="1"/>
    
    <!-- Head -->
    <circle id="head" class="head" cx="280" cy="300" r="18" fill="white" stroke="#333" stroke-width="1"/>
    
    <!-- Eyes -->
    <circle id="eye" class="eye" cx="285" cy="295" r="3" fill="black">
      <animate attributeName="r" values="3;1;3" dur="5s" repeatCount="indefinite"/>
    </circle>
    
    <!-- Beak -->
    <path id="beak" class="beak" d="M290,300 C310,295 340,290 350,300 C340,310 310,305 290,300 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="d" values="M290,300 C310,295 340,290 350,300 C340,310 310,305 290,300 Z; M290,300 C310,297 340,295 350,300 C340,305 310,303 290,300 Z; M290,300 C310,295 340,290 350,300 C340,310 310,305 290,300 Z" dur="5s" repeatCount="indefinite"/>
    </path>
    
    <!-- Pouch -->
    <path id="pouch" class="pouch" d="M290,300 C295,310 300,320 290,325 C280,320 285,310 290,300 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="d" values="M290,300 C295,310 300,320 290,325 C280,320 285,310 290,300 Z; M290,300 C295,312 300,325 290,330 C280,325 285,312 290,300 Z; M290,300 C295,310 300,320 290,325 C280,320 285,310 290,300 Z" dur="5s" repeatCount="indefinite"/>
    </path>
    
    <!-- Wings -->
    <path id="wing" class="wing" d="M250,320 C230,300 210,310 200,330 C220,335 235,335 250,320 Z" fill="white" stroke="#333" stroke-width="1">
      <animate attributeName="d" values="M250,320 C230,300 210,310 200,330 C220,335 235,335 250,320 Z; M250,320 C230,290 210,300 200,320 C220,330 235,335 250,320 Z; M250,320 C230,300 210,310 200,330 C220,335 235,335 250,320 Z" dur="5s" repeatCount="indefinite"/>
    </path>
    
    <!-- Legs -->
    <line id="leg1" class="leg" x1="240" y1="345" x2="240" y2="380" stroke="#FFA500" stroke-width="3">
      <animate attributeName="x2" values="240;235;240;245;240" dur="1s" repeatCount="5"/>
      <animate attributeName="y2" values="380;375;380;375;380" dur="1s" repeatCount="5"/>
    </line>
    <line id="leg2" class="leg" x1="260" y1="345" x2="260" y2="420" stroke="#FFA500" stroke-width="3">
      <animate attributeName="x2" values="260;265;260;255;260" dur="1s" repeatCount="5"/>
      <animate attributeName="y2" values="420;415;420;415;420" dur="1s" repeatCount="5"/>
    </line>
    
    <!-- Feet -->
    <path id="foot1" class="foot" d="M235,380 L245,380 L240,385 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="translate" values="0,0; 5,-5; 0,0; -5,-5; 0,0" dur="1s" repeatCount="5"/>
    </path>
    <path id="foot2" class="foot" d="M255,420 L265,420 L260,425 Z" fill="#FFA500" stroke="#333" stroke-width="1">
      <animate attributeName="transform" type="translate" values="0,0; 5,-5; 0,0; -5,-5; 0,0" dur="1s" repeatCount="5"/>
    </path>
    
    <!-- Helmet -->
    <path id="helmet" class="helmet" d="M270,285 C275,275 290,275 295,285 C295,290 270,290 270,285 Z" fill="#FF4500" stroke="#333" stroke-width="1"/>
    <path id="helmetStrap" class="helmetStrap" d="M275,290 L275,300" stroke="#333" stroke-width="1"/>
    <path id="helmetStrap2" class="helmetStrap" d="M290,290 L290,300" stroke="#333" stroke-width="1"/>
  </g>
  
  <!-- Small Birds -->
  <g id="bird1" class="bird">
    <path d="M150,150 C155,145 160,145 165,150 C170,145 175,145 180,150 L165,155 Z" fill="#6A5ACD"/>
    <animate attributeName="transform" type="translate" values="0,0; 50,20; 100,0; 150,-20; 200,0; 250,20; 300,0; 350,-20; 400,0" dur="5s" repeatCount="indefinite"/>
  </g>
  
  <g id="bird2" class="bird">
    <path d="M100,180 C105,175 110,175 115,180 C120,175 125,175 130,180 L115,185 Z" fill="#6A5ACD"/>
    <animate attributeName="transform" type="translate" values="0,0; 50,-10; 100,10; 150,0; 200,-10; 250,10; 300,0; 350,-10; 400,10" dur="5s" repeatCount="indefinite"/>
  </g>
  
  <!-- Bushes -->
  <g id="bush1" class="bush">
    <ellipse cx="120" cy="380" rx="25" ry="15" fill="#228B22"/>
    <ellipse cx="135" cy="375" rx="20" ry="12" fill="#228B22"/>
    <ellipse cx="105" cy="375" rx="20" ry="12" fill="#228B22"/>
  </g>
  
  <g id="bush2" class="bush">
    <ellipse cx="400" cy="380" rx="30" ry="18" fill="#228B22"/>
    <ellipse cx="420" cy="375" rx="25" ry="15" fill="#228B22"/>
    <ellipse cx="380" cy="375" rx="25" ry="15" fill="#228B22"/>
  </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.