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 balancing on a bicycle while wearing a tiny helmet. Who knew birds could be so eco-friendly with their transportation choices?

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:10:38+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 balancing on a bicycle while wearing a tiny helmet. Who knew birds could be so eco-friendly with their transportation choices?</desc>
  <metadata type="keywords">pelican, bicycle, cycling, bird, transportation</metadata>
  
  <!-- Background -->
  <rect id="sky" class="sky" x="0" y="0" width="512" height="350" fill="#87CEEB"/>
  <rect id="ground" class="ground" x="0" y="350" width="512" height="162" fill="#8FBC8F"/>
  
  <!-- 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="sun-rays" class="sun-rays">
    <path d="M430 25 L430 15" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M430 145 L430 155" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M375 80 L365 80" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M495 80 L505 80" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M390 40 L380 30" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M470 40 L480 30" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M390 120 L380 130" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
    <path d="M470 120 L480 130" stroke="#FFD700" stroke-width="4" stroke-linecap="round">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite"/>
    </path>
  </g>
  
  <!-- Clouds -->
  <g id="clouds" class="clouds">
    <g id="cloud1" class="cloud">
      <ellipse cx="100" cy="100" rx="40" ry="30" fill="white"/>
      <ellipse cx="70" cy="90" rx="30" ry="25" fill="white"/>
      <ellipse cx="130" cy="90" rx="30" ry="25" 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="70" rx="35" ry="25" fill="white"/>
      <ellipse cx="290" cy="60" rx="25" ry="20" fill="white"/>
      <ellipse cx="350" cy="60" rx="25" ry="20" fill="white"/>
      <animate attributeName="transform" type="translate" values="0,0; -15,0; 0,0" dur="5s" repeatCount="indefinite"/>
    </g>
  </g>
  
  <!-- Trees -->
  <g id="tree1" class="tree">
    <rect x="50" y="280" width="15" height="70" fill="#8B4513"/>
    <ellipse cx="58" cy="260" rx="30" ry="40" fill="#228B22"/>
  </g>
  <g id="tree2" class="tree">
    <rect x="450" y="300" width="15" height="50" fill="#8B4513"/>
    <ellipse cx="458" cy="280" rx="25" ry="35" fill="#228B22"/>
  </g>
  
  <!-- Bicycle -->
  <g id="bicycle" class="bicycle">
    <animate attributeName="transform" type="translate" values="0,0; 5,-2; 0,0; -5,-2; 0,0" dur="0.5s" repeatCount="10"/>
    
    <!-- Wheels -->
    <circle id="wheel-back" class="wheel" cx="180" cy="380" r="40" fill="none" stroke="#333" stroke-width="5">
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 180 380" to="360 180 380" dur="2.5s" repeatCount="2"/>
    </circle>
    <circle id="wheel-front" class="wheel" cx="300" cy="380" r="40" fill="none" stroke="#333" stroke-width="5">
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 300 380" to="360 300 380" dur="2.5s" repeatCount="2"/>
    </circle>
    
    <!-- Spokes -->
    <g id="back-spokes" class="spokes">
      <line x1="180" y1="340" x2="180" y2="420" stroke="#555" stroke-width="2"/>
      <line x1="140" y1="380" x2="220" y2="380" stroke="#555" stroke-width="2"/>
      <line x1="152" y1="352" x2="208" y2="408" stroke="#555" stroke-width="2"/>
      <line x1="152" y1="408" x2="208" y2="352" stroke="#555" stroke-width="2"/>
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 180 380" to="360 180 380" dur="2.5s" repeatCount="2"/>
    </g>
    <g id="front-spokes" class="spokes">
      <line x1="300" y1="340" x2="300" y2="420" stroke="#555" stroke-width="2"/>
      <line x1="260" y1="380" x2="340" y2="380" stroke="#555" stroke-width="2"/>
      <line x1="272" y1="352" x2="328" y2="408" stroke="#555" stroke-width="2"/>
      <line x1="272" y1="408" x2="328" y2="352" stroke="#555" stroke-width="2"/>
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 300 380" to="360 300 380" dur="2.5s" repeatCount="2"/>
    </g>
    
    <!-- Frame -->
    <path id="frame" class="frame" d="M180,380 L240,320 L300,380 L240,320 L220,380" fill="none" stroke="#1E90FF" stroke-width="8" stroke-linejoin="round"/>
    <path id="handlebar" class="handlebar" d="M300,380 L300,340 L280,320 M300,340 L320,320" fill="none" stroke="#1E90FF" stroke-width="6" stroke-linecap="round"/>
    <path id="seat-post" class="seat-post" d="M220,380 L240,320 L240,300" fill="none" stroke="#1E90FF" stroke-width="6"/>
    <ellipse id="seat" class="seat" cx="240" cy="300" rx="15" ry="5" fill="#333"/>
    
    <!-- Pedals -->
    <circle id="crank-center" class="crank" cx="240" cy="380" r="5" fill="#333"/>
    <g id="pedals" class="pedals">
      <line id="crank" x1="240" y1="380" x2="260" y2="400" stroke="#333" stroke-width="4"/>
      <rect id="pedal" x="255" y="395" width="15" height="10" fill="#333"/>
      <animate attributeName="transform" attributeType="XML" type="rotate" from="0 240 380" to="360 240 380" dur="2.5s" repeatCount="2"/>
    </g>
    
    <!-- Chain -->
    <path id="chain" class="chain" d="M180,380 Q210,400 240,380" fill="none" stroke="#333" stroke-width="2" stroke-dasharray="2,2"/>
  </g>
  
  <!-- Pelican -->
  <g id="pelican" class="pelican">
    <animate attributeName="transform" type="translate" values="0,0; 5,-2; 0,0; -5,-2; 0,0" dur="0.5s" repeatCount="10"/>
    
    <!-- Body -->
    <ellipse id="body" class="body" cx="240" cy="260" rx="45" ry="30" fill="white" stroke="#DDD" stroke-width="1"/>
    
    <!-- Wings -->
    <path id="wing-left" class="wing" d="M220,260 Q190,240 200,280 Q220,270 220,260" fill="white" stroke="#DDD" stroke-width="1">
      <animate attributeName="d" values="M220,260 Q190,240 200,280 Q220,270 220,260; M220,260 Q180,250 190,285 Q220,275 220,260; M220,260 Q190,240 200,280 Q220,270 220,260" dur="2.5s" repeatCount="2"/>
    </path>
    <path id="wing-right" class="wing" d="M260,260 Q290,240 280,280 Q260,270 260,260" fill="white" stroke="#DDD" stroke-width="1">
      <animate attributeName="d" values="M260,260 Q290,240 280,280 Q260,270 260,260; M260,260 Q300,250 290,285 Q260,275 260,260; M260,260 Q290,240 280,280 Q260,270 260,260" dur="2.5s" repeatCount="2"/>
    </path>
    
    <!-- Neck and Head -->
    <path id="neck" class="neck" d="M240,230 C250,210 260,200 270,190" fill="none" stroke="white" stroke-width="12" stroke-linecap="round"/>
    <ellipse id="head" class="head" cx="275" cy="185" rx="15" ry="12" fill="white"/>
    <circle id="eye" class="eye" cx="280" cy="182" r="3" fill="black"/>
    
    <!-- Beak -->
    <path id="beak" class="beak" d="M290,185 L330,180 L320,190 L290,185" fill="#FFA500" stroke="#FF8C00" stroke-width="1"/>
    <path id="pouch" class="pouch" d="M290,185 Q310,200 290,195" fill="#FFA500" stroke="#FF8C00" stroke-width="1">
      <animate attributeName="d" values="M290,185 Q310,200 290,195; M290,185 Q315,205 290,195; M290,185 Q310,200 290,195" dur="2.5s" repeatCount="2"/>
    </path>
    
    <!-- Legs -->
    <path id="leg-left" class="leg" d="M230,290 L240,350 L245,350" fill="none" stroke="#FFA500" stroke-width="3" stroke-linecap="round"/>
    <path id="leg-right" class="leg" d="M250,290 L260,340 L265,340" fill="none" stroke="#FFA500" stroke-width="3" stroke-linecap="round"/>
    <path id="foot-left" class="foot" d="M245,350 L250,355 L240,355 L245,350" fill="#FFA500"/>
    <path id="foot-right" class="foot" d="M265,340 L270,345 L260,345 L265,340" fill="#FFA500"/>
    
    <!-- Helmet -->
    <path id="helmet" class="helmet" d="M275,173 Q275,165 290,170 Q290,178 275,173" fill="#FF4500" stroke="#B22222" stroke-width="1"/>
    <path id="helmet-strap" class="helmet-strap" d="M275,173 L272,185" stroke="#B22222" stroke-width="1" stroke-dasharray="1,1"/>
  </g>
  
  <!-- Path -->
  <path id="path" class="path" d="M0,380 L512,380" stroke="#A9A9A9" stroke-width="5" stroke-dasharray="10,5"/>
  
  <!-- Small details -->
  <g id="flowers" class="flowers">
    <g id="flower1" class="flower">
      <circle cx="120" cy="370" r="5" fill="#FF69B4"/>
      <circle cx="125" cy="365" r="5" fill="#FF69B4"/>
      <circle cx="115" cy="365" r="5" fill="#FF69B4"/>
      <circle cx="120" cy="360" r="5" fill="#FF69B4"/>
      <circle cx="120" cy="365" r="5" fill="#FFFF00"/>
    </g>
    <g id="flower2" class="flower">
      <circle cx="400" cy="390" r="5" fill="#FF69B4"/>
      <circle cx="405" cy="385" r="5" fill="#FF69B4"/>
      <circle cx="395" cy="385" r="5" fill="#FF69B4"/>
      <circle cx="400" cy="380" r="5" fill="#FF69B4"/>
      <circle cx="400" cy="385" r="5" fill="#FFFF00"/>
    </g>
  </g>
  
  <!-- Butterflies -->
  <g id="butterfly1" class="butterfly">
    <path d="M100,150 Q110,140 120,150 Q110,160 100,150 Z" fill="#9370DB"/>
    <path d="M120,150 Q130,140 140,150 Q130,160 120,150 Z" fill="#9370DB"/>
    <line x1="120" y1="150" x2="120" y2="160" stroke="#333" stroke-width="1"/>
    <animate attributeName="transform" type="translate" values="0,0; 20,10; 40,-5; 60,15; 80,0" dur="5s" repeatCount="indefinite"/>
  </g>
  
  <g id="butterfly2" class="butterfly">
    <path d="M350,200 Q360,190 370,200 Q360,210 350,200 Z" fill="#FF6347"/>
    <path d="M370,200 Q380,190 390,200 Q380,210 370,200 Z" fill="#FF6347"/>
    <line x1="370" y1="200" x2="370" y2="210" stroke="#333" stroke-width="1"/>
    <animate attributeName="transform" type="translate" values="0,0; -30,15; -50,-10; -70,5; -90,0" dur="5s" repeatCount="indefinite"/>
  </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.