Pelican's Pedal-Powered Adventure

Pelican's Pedal-Powered Adventure - DrawGPT

Info

Created On: May 23, 2025
Created By: User #4385
pelican riding a bicycle
Bot
A majestic pelican has traded its wings for wheels! This feathered cyclist is proving that sometimes the best way to travel is on two wheels instead of two wings.

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: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>Pelican's Pedal-Powered Adventure</title>
<desc>A majestic pelican has traded its wings for wheels! This feathered cyclist is proving that sometimes the best way to travel is on two wheels instead of two wings.</desc>
<metadata type="keywords">pelican, bicycle, bird, cycling, adventure</metadata>

<!-- Sky background -->
<rect id="sky" class="sky" x="0" y="0" width="512" height="300" fill="url(#skyGradient)"/>

<!-- Ground -->
<rect id="ground" class="ground" x="0" y="300" width="512" height="212" fill="#4a7c59"/>

<!-- Clouds -->
<ellipse id="cloud1" class="cloud" cx="100" cy="80" rx="30" ry="15" fill="white" opacity="0.8">
<animateTransform attributeName="transform" type="translate" values="0,0; 50,0; 0,0" dur="5s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="cloud2" class="cloud" cx="120" cy="75" rx="25" ry="12" fill="white" opacity="0.8">
<animateTransform attributeName="transform" type="translate" values="0,0; 50,0; 0,0" dur="5s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="cloud3" class="cloud" cx="400" cy="60" rx="35" ry="18" fill="white" opacity="0.7">
<animateTransform attributeName="transform" type="translate" values="0,0; -40,0; 0,0" dur="5s" repeatCount="indefinite"/>
</ellipse>

<!-- Trees in background -->
<ellipse id="tree1" class="tree" cx="80" cy="280" rx="25" ry="40" fill="#2d5016"/>
<rect id="trunk1" class="trunk" x="75" y="300" width="10" height="30" fill="#8b4513"/>

<ellipse id="tree2" class="tree" cx="450" cy="270" rx="30" ry="50" fill="#2d5016"/>
<rect id="trunk2" class="trunk" x="445" y="300" width="10" height="35" fill="#8b4513"/>

<!-- Bicycle -->
<g id="bicycle" class="bicycle">
<!-- Back wheel -->
<circle id="backWheel" class="wheel" cx="180" cy="380" r="35" fill="none" stroke="#333" stroke-width="3">
<animateTransform attributeName="transform" type="rotate" values="0 180 380; 360 180 380" dur="2s" repeatCount="indefinite"/>
</circle>
<circle id="backWheelInner" class="wheelInner" cx="180" cy="380" r="25" fill="none" stroke="#666" stroke-width="1">
<animateTransform attributeName="transform" type="rotate" values="0 180 380; 360 180 380" dur="2s" repeatCount="indefinite"/>
</circle>

<!-- Front wheel -->
<circle id="frontWheel" class="wheel" cx="320" cy="380" r="35" fill="none" stroke="#333" stroke-width="3">
<animateTransform attributeName="transform" type="rotate" values="0 320 380; 360 320 380" dur="2s" repeatCount="indefinite"/>
</circle>
<circle id="frontWheelInner" class="wheelInner" cx="320" cy="380" r="25" fill="none" stroke="#666" stroke-width="1">
<animateTransform attributeName="transform" type="rotate" values="0 320 380; 360 320 380" dur="2s" repeatCount="indefinite"/>
</circle>

<!-- Bicycle frame -->
<path id="frame" class="frame" d="M180 380 L250 320 L320 380 M250 320 L250 280 M220 350 L280 350"
fill="none" stroke="#ff6b35" stroke-width="4"/>

<!-- Pedals -->
<circle id="pedalCenter" class="pedalCenter" cx="250" cy="350" r="8" fill="#333">
<animateTransform attributeName="transform" type="rotate" values="0 250 350; 360 250 350" dur="2s" repeatCount="indefinite"/>
</circle>
<rect id="leftPedal" class="pedal" x="235" y="347" width="15" height="6" fill="#666">
<animateTransform attributeName="transform" type="rotate" values="0 250 350; 360 250 350" dur="2s" repeatCount="indefinite"/>
</rect>
<rect id="rightPedal" class="pedal" x="260" y="347" width="15" height="6" fill="#666">
<animateTransform attributeName="transform" type="rotate" values="0 250 350; 360 250 350" dur="2s" repeatCount="indefinite"/>
</rect>

<!-- Handlebars -->
<path id="handlebars" class="handlebars" d="M250 280 L250 260 M240 260 L260 260"
fill="none" stroke="#333" stroke-width="3"/>

<!-- Seat -->
<ellipse id="seat" class="seat" cx="250" cy="320" rx="20" ry="8" fill="#8b4513"/>
</g>

<!-- Pelican -->
<g id="pelican" class="pelican">
<!-- Body -->
<ellipse id="pelicanBody" class="pelicanBody" cx="250" cy="280" rx="40" ry="25" fill="#f5f5dc">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-3; 0,0" dur="2s" repeatCount="indefinite"/>
</ellipse>

<!-- Wings -->
<ellipse id="leftWing" class="wing" cx="220" cy="275" rx="25" ry="15" fill="#e6e6fa" transform="rotate(-20 220 275)">
<animateTransform attributeName="transform" type="rotate" values="-20 220 275; -30 220 275; -20 220 275" dur="2s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="rightWing" class="wing" cx="280" cy="275" rx="25" ry="15" fill="#e6e6fa" transform="rotate(20 280 275)">
<animateTransform attributeName="transform" type="rotate" values="20 280 275; 30 280 275; 20 280 275" dur="2s" repeatCount="indefinite"/>
</ellipse>

<!-- Neck -->
<ellipse id="neck" class="neck" cx="250" cy="240" rx="12" ry="30" fill="#f5f5dc">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="2s" repeatCount="indefinite"/>
</ellipse>

<!-- Head -->
<ellipse id="head" class="head" cx="250" cy="200" rx="20" ry="18" fill="#f5f5dc">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="2s" repeatCount="indefinite"/>
</ellipse>

<!-- Beak upper -->
<path id="beakUpper" class="beak" d="M270 200 Q300 195 310 200 Q300 205 270 205 Z" fill="#ffa500">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="2s" repeatCount="indefinite"/>
</path>

<!-- Beak lower (pouch) -->
<path id="beakLower" class="beakPouch" d="M270 205 Q300 210 310 215 Q300 225 270 220 Z" fill="#ff8c00">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="2s" repeatCount="indefinite"/>
</path>

<!-- Eye -->
<circle id="eye" class="eye" cx="240" cy="195" r="6" fill="black">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="2s" repeatCount="indefinite"/>
</circle>
<circle id="eyeHighlight" class="eyeHighlight" cx="242" cy="193" r="2" fill="white">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="2s" repeatCount="indefinite"/>
</circle>

<!-- Legs -->
<rect id="leftLeg" class="leg" x="235" y="300" width="4" height="25" fill="#ffa500">
<animateTransform attributeName="transform" type="rotate" values="0 237 312; 15 237 312; 0 237 312" dur="2s" repeatCount="indefinite"/>
</rect>
<rect id="rightLeg" class="leg" x="261" y="300" width="4" height="25" fill="#ffa500">
<animateTransform attributeName="transform" type="rotate" values="0 263 312; -15 263 312; 0 263 312" dur="2s" repeatCount="indefinite"/>
</rect>

<!-- Feet on pedals -->
<ellipse id="leftFoot" class="foot" cx="237" cy="347" rx="8" ry="4" fill="#ffa500">
<animateTransform attributeName="transform" type="rotate" values="0 250 350; 360 250 350" dur="2s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="rightFoot" class="foot" cx="263" cy="347" rx="8" ry="4" fill="#ffa500">
<animateTransform attributeName="transform" type="rotate" values="0 250 350; 360 250 350" dur="2s" repeatCount="indefinite"/>
</ellipse>
</g>

<!-- Flowers on ground -->
<circle id="flower1" class="flower" cx="50" cy="320" r="3" fill="#ff69b4"/>
<circle id="flower2" class="flower" cx="380" cy="330" r="3" fill="#ff1493"/>
<circle id="flower3" class="flower" cx="150" cy="340" r="3" fill="#ffd700"/>
<circle id="flower4" class="flower" cx="420" cy="350" r="3" fill="#ff69b4"/>

<!-- Sun -->
<circle id="sun" class="sun" cx="450" cy="80" r="25" fill="#ffd700">
<animate attributeName="opacity" values="0.8; 1; 0.8" dur="3s" repeatCount="indefinite"/>
</circle>

<!-- Sun rays -->
<g id="sunRays" class="sunRays">
<line x1="450" y1="40" x2="450" y2="50" stroke="#ffd700" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" values="0 450 80; 360 450 80" dur="10s" repeatCount="indefinite"/>
</line>
<line x1="480" y1="80" x2="490" y2="80" stroke="#ffd700" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" values="0 450 80; 360 450 80" dur="10s" repeatCount="indefinite"/>
</line>
<line x1="450" y1="110" x2="450" y2="120" stroke="#ffd700" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" values="0 450 80; 360 450 80" dur="10s" repeatCount="indefinite"/>
</line>
<line x1="420" y1="80" x2="410" y2="80" stroke="#ffd700" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" values="0 450 80; 360 450 80" dur="10s" repeatCount="indefinite"/>
</line>
</g>

<!-- Gradients -->
<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:#e0f6ff;stop-opacity:1" />
</linearGradient>
</defs>
</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.