<!--
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"
width="512" height="512" viewBox="0 0 512 512">
<title>Pelican Pedals Into Action</title>
<desc>This pelican ditched flying for cycling aerobics. Fun fact: pelicans are strictly wingmen, not wheelmen!</desc>
<metadata type="keywords">pelican, bicycle, bird, cartoon, fun</metadata>
<!-- Detailed background: Ocean side path, sky gradient, distant pier, some fluffy clouds -->
<rect id="bg-sky" class="background" x="0" y="0" width="512" height="350" fill="url(#skyGradient)"/>
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="5%" stop-color="#519ffb"/>
<stop offset="65%" stop-color="#bae6ff"/>
<stop offset="100%" stop-color="#bee6e1"/>
</linearGradient>
<!-- Cloud gradient -->
<radialGradient id="cloudGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="1"/>
<stop offset="100%" stop-color="#d3f4fd" stop-opacity="0.3"/>
</radialGradient>
<!-- Concrete road -->
<linearGradient id="rdGradient" x1="0" x2="0" y1="380" y2="512" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#cacaca"/>
<stop offset="100%" stop-color="#737171"/>
</linearGradient>
<!-- Ocean blue -->
<linearGradient id="seaGradient" x1="0" x2="0" y1="350" y2="420" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#3095c6"/>
<stop offset="100%" stop-color="#113f63"/>
</linearGradient>
</defs>
<!-- Sea -->
<rect id="sea" class="sea" x="0" y="350" width="512" height="70" fill="url(#seaGradient)"/>
<!-- Concrete Road -->
<rect id="road" class="road" x="0" y="420" width="512" height="92" fill="url(#rdGradient)"/>
<!-- Pier in the distance -->
<g id="distant-pier" class="pier">
<rect x="360" y="372" width="56" height="6" fill="#877356"/>
<rect x="360" y="378" width="8" height="20" fill="#5e4836"/>
<rect x="392" y="378" width="8" height="18" fill="#5e4836"/>
<rect x="408" y="378" width="8" height="21" fill="#5e4836"/>
<rect x="416" y="378" width="8" height="17" fill="#5e4836"/>
</g>
<!-- Fluffy clouds -->
<g id="clouds" class="clouds">
<ellipse id="cloud1" class="cloud" cx="110" cy="60" rx="52" ry="23" fill="url(#cloudGrad)">
<animate attributeName="cx" values="110;130;110" dur="5s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="cloud2" class="cloud" cx="380" cy="85" rx="38" ry="16" fill="url(#cloudGrad)">
<animate attributeName="cx" values="380;399;380" dur="5s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="cloud3" class="cloud" cx="240" cy="40" rx="30" ry="11" fill="url(#cloudGrad)" opacity="0.8">
<animate attributeName="cx" values="240;268;240" dur="5s" repeatCount="indefinite"/>
<animate attributeName="opacity" values="0.8;1;0.8" dur="5s" repeatCount="indefinite"/>
</ellipse>
</g>
<!-- Pelican on the bike -->
<g id="pelican-bike" class="pelican-bike">
<!-- BIKE FRAME -->
<g id="bike-frame" class="bike">
<!-- Bike Main Frame -->
<path id="bike-body" class="bike-body"
d="M150,450 L218,382 L320,378 L310,420 L218,382"
fill="none" stroke="#1971c7" stroke-width="11"/>
<!-- Bike Handlebar -->
<path id="handlebar" class="bike-handlebar"
d="M318,378 A30,5 0 0,1 355,370"
fill="none" stroke="#909393" stroke-width="7"/>
<!-- Bike Seat Post -->
<rect id="seatpost" class="seatpost" x="208" y="381" width="10" height="25" fill="#45474e" rx="2"/>
<!-- Bike Pedal Crank -->
<rect id="pedalcrank" class="pedalcrank" x="288" y="398" width="16" height="8" fill="#737575" rx="2"/>
</g>
<!-- BIKE WHEELS (Structured, animated rolling) -->
<g id="wheels" class="wheels">
<!-- Back wheel -->
<g id="back-wheel" class="wheel">
<circle id="backwheel-tire" class="tire" cx="148" cy="450" r="44" fill="#27282d"/>
<circle id="backwheel-hub" class="hub" cx="148" cy="450" r="8" fill="#cccccc"/>
<!-- Spokes animation -->
<g id="back-spokes" class="spokes">
<g>
<line id="bw-s1" class="spoke" x1="148" y1="450" x2="148" y2="406" stroke="#dee0f1" stroke-width="2"/>
<line id="bw-s2" class="spoke" x1="148" y1="450" x2="188" y2="473" stroke="#dee0f1" stroke-width="2"/>
<line id="bw-s3" class="spoke" x1="148" y1="450" x2="156" y2="494" stroke="#dee0f1" stroke-width="2"/>
<line id="bw-s4" class="spoke" x1="148" y1="450" x2="114" y2="473" stroke="#dee0f1" stroke-width="2"/>
<line id="bw-s5" class="spoke" x1="148" y1="450" x2="105" y2="438" stroke="#dee0f1" stroke-width="2"/>
</g>
<animateTransform
attributeName="transform"
type="rotate"
from="0 148 450"
to="360 148 450"
dur="2s"
repeatCount="indefinite"/>
</g>
</g>
<!-- Front wheel -->
<g id="front-wheel" class="wheel">
<circle id="frontwheel-tire" class="tire" cx="310" cy="427" r="50" fill="#27282d"/>
<circle id="frontwheel-hub" class="hub" cx="310" cy="427" r="12" fill="#c5c5c9"/>
<g id="front-spokes" class="spokes">
<g>
<line id="fw-s1" class="spoke" x1="310" y1="427" x2="310" y2="377" stroke="#dee0f1" stroke-width="2.5"/>
<line id="fw-s2" class="spoke" x1="310" y1="427" x2="356" y2="441" stroke="#dee0f1" stroke-width="2.5"/>
<line id="fw-s3" class="spoke" x1="310" y1="427" x2="337" y2="473" stroke="#dee0f1" stroke-width="2.5"/>
<line id="fw-s4" class="spoke" x1="310" y1="427" x2="268" y2="450" stroke="#dee0f1" stroke-width="2.5"/>
<line id="fw-s5" class="spoke" x1="310" y1="427" x2="280" y2="402" stroke="#dee0f1" stroke-width="2.5"/>
</g>
<animateTransform
attributeName="transform"
type="rotate"
from="0 310 427"
to="360 310 427"
dur="2s"
repeatCount="indefinite"/>
</g>
</g>
</g>
<!-- Pelican body -->
<g id="pelican" class="pelican">
<!-- Main body, animated bobbing to pedal cadence -->
<ellipse id="body" class="body" cx="228" cy="355" rx="42" ry="59" fill="#f7f9fc" stroke="#e9f1ff" stroke-width="3">
<animate attributeName="cy" values="355;350;355" dur="1s" repeatCount="indefinite"/>
</ellipse>
<!-- Pelican tail -->
<path id="tail" class="tail" d="M193,410 Q165,402 188,382 Q187,394 193,406" fill="#edefef" stroke="#adbcc6" stroke-width="2"/>
<!-- Pelican wing (Animated flapping) -->
<path id="wing" class="wing" d="M200,363 Q210,395 252,376 Q238,370 220,372 Q210,362 200,363Z" fill="#d9deea" stroke="#979abc" stroke-width="2">
<animate attributeName="d"
values="
M200,363 Q210,395 252,376 Q238,370 220,372 Q210,362 200,363Z;
M200,361 Q220,387 260,368 Q238,365 225,368 Q218,356 200,361Z;
M200,363 Q210,395 252,376 Q238,370 220,372 Q210,362 200,363Z
"
keyTimes="0;0.5;1.0"
dur="1.2s"
repeatCount="indefinite"/>
</path>
<!-- Pelican head (Animated nods)-->
<g id="headgroup" class="headgroup">
<!-- Neck -->
<path id="neck" class="neck" d="M235,307 Q224,324 232,340" fill="none" stroke="#f7f9fc" stroke-width="14" stroke-linecap="round"/>
<!-- Head -->
<ellipse id="head" class="head" cx="241" cy="296" rx="27" ry="21" fill="#fff" stroke="#d2e2ed" stroke-width="3">
<animate attributeName="cy" values="296;289;296" keyTimes="0;0.6;1" dur="1s" repeatCount="indefinite"/>
</ellipse>
<!-- Beak: Animated opening and closing -->
<g id="beak" class="beak">
<!-- Upper beak -->
<path id="upperbeak" class="upperbeak" d="M254,304 Q310,299 288,321 Q265,313 254,304Z" fill="#ffc762" stroke="#e6a937" stroke-width="2">
<animate attributeName="d"
values="M254,304 Q310,299 288,321 Q265,313 254,304Z;
M254,304 Q322,307 301,332 Q264,313 254,304Z;
M254,304 Q310,299 288,321 Q265,313 254,304Z"
keyTimes="0;0.5;1"
dur="2s"
repeatCount="indefinite"/>
</path>
<!-- Lower beak (pouch) -->
<path id="lowerbeak" class="lowerbeak" d="M254,306 Q285,330 246,331 Q252,315 254,306Z" fill="#f7e094" stroke="#bba755" stroke-width="1.5">
<animate attributeName="d"
values="M254,306 Q285,330 246,331 Q252,315 254,306Z;
M254,306 Q304,352 246,336 Q252,315 254,306Z;
M254,306 Q285,330 246,331 Q252,315 254,306Z"
keyTimes="0;0.5;1"
dur="2s"
repeatCount="indefinite"/>
</path>
</g>
<!-- Eye -->
<ellipse id="eye" class="eye" cx="263" cy="292" rx="5" ry="7" fill="#231e18">
<animate attributeName="cx" values="263;266;263" dur="2s" repeatCount="indefinite"/>
</ellipse>
<!-- Cheek spot -->
<ellipse id="cheek" class="cheek" cx="251" cy="308" rx="2.6" ry="1.5" fill="#fcc492" opacity="0.5"/>
</g>
<!-- Pelican foot 1 -->
<g id="foot-rear" class="foot">
<path id="foot1" d="M216,403 Q215,428 220,430 Q224,428 218,407" fill="none" stroke="#eeae41" stroke-width="6" stroke-linecap="round">
<animate attributeName="d"
values="
M216,403 Q215,428 220,430 Q224,428 218,407;
M218,408 Q223,437 218,431 Q216,420 218,408;
M216,403 Q215,428 220,430 Q224,428 218,407"
keyTimes="0;0.5;1"
dur="1.0s"
repeatCount="indefinite"/>
</path>
<!-- Toes rear -->
<line id="toe1r" x1="220" y1="430" x2="214" y2="442" stroke="#fcba32" stroke-width="4" stroke-linecap="round"/>
<line id="toe2r" x1="220" y1="430" x2="223" y2="442" stroke="#fcba32" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Pelican foot 2 (on pedal, animated pushing pedal) -->
<g id="foot-front" class="foot">
<path id="foot2" d="M293,410 Q302,442 310,425 Q310,421 298,408" fill="none" stroke="#eab750" stroke-width="7" stroke-linecap="round">
<animate attributeName="d"
values="
M293,410 Q302,442 310,425 Q310,421 298,408;
M290,403 Q320,448 323,420 Q310,408 290,403;
M293,410 Q302,442 310,425 Q310,421 298,408"
keyTimes="0;0.5;1"
dur="2s"
repeatCount="indefinite"/>
</path>
<!-- Toes front -->
<line id="toe1f" x1="310" y1="425" x2="306" y2="438" stroke="#fec045" stroke-width="4" stroke-linecap="round"/>
<line id="toe2f" x1="310" y1="425" x2="316" y2="437" stroke="#fee747" stroke-width="3" stroke-linecap="round"/>
</g>
<!-- Sunglasses just for flair -->
<g id="sunnies" class="sunglasses">
<ellipse id="left-lens" class="lens" cx="256" cy="290" rx="7" ry="8" fill="#2d313a" opacity="0.83" stroke="#0d121a" stroke-width="2"/>
<ellipse id="right-lens" class="lens" cx="270" cy="292" rx="7" ry="8" fill="#2d313a" opacity="0.83" stroke="#0d121a" stroke-width="2"/>
<rect id="bridge" class="bridge" x="262.5" y="291.5" width="8" height="3" rx="1.5" fill="#2d313a" stroke="#0d121a" stroke-width="1"/>
<line id="temple-r" class="temple" x1="278" y1="292" x2="286" y2="278" stroke="#22262f" stroke-width="1.7"/>
<line id="temple-l" class="temple" x1="249" y1="289" x2="243" y2="276" stroke="#22262f" stroke-width="1.7"/>
<animateTransform
attributeName="transform"
type="skewY"
values="0; -4; 0"
dur="2s"
repeatCount="indefinite"/>
</g>
</g>
</g>
<!-- Some background detail - tufts of grass -->
<g id="grasses" class="grass">
<path id="g1" class="grass-blade" d="M420,480 Q425,460 428,484" fill="none" stroke="#6ca557" stroke-width="4"/>
<path id="g2" class="grass-blade" d="M165,507 Q169,495 170,511" fill="none" stroke="#87cb60" stroke-width="3"/>
<path id="g3" class="grass-blade" d="M186,477 Q187,472 193,488" fill="none" stroke="#4a8030" stroke-width="3"/>
<path id="g4" class="grass-blade" d="M490,490 Q499,480 499,501" fill="none" stroke="#327015" stroke-width="4"/>
<path id="g5" class="grass-blade" d="M130,490 Q133,484 142,503" fill="none" stroke="#399445" stroke-width="3"/>
</g>
</svg>
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.
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.
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.
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!
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.
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.
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 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.