Google I/O Day 2 Delights

Google I/O Day 2 Delights - DrawGPT

Info

Created On: May 21, 2025
Created By: User #4385
Google I/O Day 2
Bot
Why did the developer quit his job? Because he didn't get arrays! But at I/O Day 2, all the bits and bytes are coming together for more awesome tech talks!

SVG Code

                    <!--

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

Created: 2025-05-21T16:33:48+00:00
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"   viewBox="0 0 512 512">
  <title>Google I/O Day 2 Delights</title>
  <desc>Why did the developer quit his job? Because he didn't get arrays! But at I/O Day 2, all the bits and bytes are coming together for more awesome tech talks!</desc>
  <metadata type="keywords">Google, IO, Conference, Developer, Tech</metadata>

  <!-- Background: Abstract Digital Circuit -->
  <rect id="backgroundRect" class="background" x="0" y="0" width="512" height="512" fill="#1a1a2e"></rect>
  <defs>
    <linearGradient id="backgroundGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#16213e;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect id="backgroundFill" class="background" x="0" y="0" width="512" height="512" fill="url(#backgroundGradient)"></rect>

  <!-- Abstract Circuit Lines -->
  <path id="circuitLine1" class="circuit line" d="M 50 50 L 450 50 L 450 450 L 50 450 Z" fill="none" stroke="#0f3460" stroke-width="2">
    <animate attributeName="stroke-dasharray" values="0 1000; 1000 0" dur="5s" repeatCount="indefinite" />
  </path>
  <path id="circuitLine2" class="circuit line" d="M 100 100 L 412 100 L 412 412 L 100 412 Z" fill="none" stroke="#e94560" stroke-width="2" stroke-dasharray="200 200">
    <animate attributeName="stroke-dashoffset" values="0; -400" dur="5s" repeatCount="indefinite" />
  </path>

  <!-- Stage Area -->
  <path id="stagePlatform" class="stage" d="M 0 350 C 150 300, 350 300, 512 350 L 512 512 L 0 512 Z" fill="#0f3460"></path>
  <path id="stageFront" class="stage" d="M 0 350 C 150 380, 350 380, 512 350 L 512 512 L 0 512 Z" fill="#16213e"></path>

  <!-- Screen -->
  <rect id="stageScreen" class="screen" x="100" y="80" width="312" height="200" fill="#1a1a2e" rx="10" ry="10">
    <animate attributeName="opacity" values="1; 0.8; 1" dur="5s" repeatCount="indefinite" />
  </rect>
  <rect id="screenBorder" class="screen" x="95" y="75" width="322" height="210" fill="none" stroke="#e94560" stroke-width="4" rx="15" ry="15">
    <animate attributeName="stroke-dasharray" values="0 800; 800 0" dur="5s" repeatCount="indefinite" />
  </rect>

  <!-- Abstract Code on Screen -->
  <text id="codeLine1" class="code" x="110" y="120" font-family="monospace" font-size="16" fill="#4e93d1">function coolFeature() {</text>
  <text id="codeLine2" class="code" x="120" y="140" font-family="monospace" font-size="16" fill="#4e93d1">  // Day 2 Magic!</text>
  <text id="codeLine3" class="code" x="120" y="160" font-family="monospace" font-size="16" fill="#4e93d1">  console.log("Hello I/O!");</text>
  <text id="codeLine4" class="code" x="110" y="180" font-family="monospace" font-size="16" fill="#4e93d1">}</text>

  <!-- Attendees (Abstract Shapes) -->
  <g id="attendeeRow1" class="attendee row">
    <circle id="att1_1" class="person" cx="150" cy="390" r="10" fill="#e94560">
        <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="0s" repeatCount="indefinite"/>
    </circle>
    <circle id="att1_2" class="person" cx="200" cy="395" r="10" fill="#f08a5d">
        <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="0.5s" repeatCount="indefinite"/>
    </circle>
    <circle id="att1_3" class="person" cx="250" cy="390" r="10" fill="#f9ed69">
        <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="1s" repeatCount="indefinite"/>
    </circle>
    <circle id="att1_4" class="person" cx="300" cy="395" r="10" fill="#4a4e69">
        <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="1.5s" repeatCount="indefinite"/>
    </circle>
    <circle id="att1_5" class="person" cx="350" cy="390" r="10" fill="#4e93d1">
        <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="2s" repeatCount="indefinite"/>
    </circle>
  </g>
  <g id="attendeeRow2" class="attendee row">
    <circle id="att2_1" class="person" cx="130" cy="420" r="10" fill="#4a4e69">
         <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="0.2s" repeatCount="indefinite"/>
    </circle>
    <circle id="att2_2" class="person" cx="180" cy="425" r="10" fill="#4e93d1">
         <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="0.7s" repeatCount="indefinite"/>
    </circle>
    <circle id="att2_3" class="person" cx="230" cy="420" r="10" fill="#e94560">
         <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="1.2s" repeatCount="indefinite"/>
    </circle>
    <circle id="att2_4" class="person" cx="280" cy="425" r="10" fill="#f08a5d">
         <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="1.7s" repeatCount="indefinite"/>
    </circle>
    <circle id="att2_5" class="person" cx="330" cy="420" r="10" fill="#f9ed69">
         <animate attributeName="r" values="10; 12; 10" dur="2.5s" begin="2.2s" repeatCount="indefinite"/>
    </circle>
  </g>

  <!-- Floating Tech Icons -->
  <g id="iconGroup" class="icons">
    <circle id="androidIcon" class="tech icon" cx="180" cy="230" r="15" fill="#a4c639">
        <animate attributeName="cy" values="230; 220; 230" dur="5s" repeatCount="indefinite"/>
        <animate attributeName="cx" values="180; 175; 180" dur="5s" repeatCount="indefinite"/>
    </circle>
     <!-- Simple Android Head shape -->
    <path id="androidHead" class="tech icon" d="M173 225 Q170 220 180 220 Q190 220 187 225 L180 228 Z" fill="#0f3460">
        <animate attributeName="cy" values="225; 215; 225" dur="5s" repeatCount="indefinite"/>
        <animate attributeName="cx" values="180; 175; 180" dur="5s" repeatCount="indefinite"/>
    </path>

    <circle id="cloudIcon" class="tech icon" cx="330" cy="240" r="15" fill="#4e93d1">
         <animate attributeName="cy" values="240; 230; 240" dur="5s" begin="1s" repeatCount="indefinite"/>
         <animate attributeName="cx" values="330; 335; 330" dur="5s" begin="1s" repeatCount="indefinite"/>
    </circle>
     <!-- Simple Cloud shape -->
    <path id="cloudShape" class="tech icon" d="M330 230 Q320 230 320 240 Q320 250 330 250 Q340 250 340 240 Q340 230 330 230 Z M325 235 C325 235 320 230 315 235 C315 235 310 240 315 245 M335 235 C335 235 340 230 345 235 C345 235 350 240 345 245" fill="#0f3460">
        <animate attributeName="cy" values="230; 220; 230" dur="5s" begin="1s" repeatCount="indefinite"/>
        <animate attributeName="cx" values="330; 335; 330" dur="5s" begin="1s" repeatCount="indefinite"/>
    </path>

     <circle id="aiIcon" class="tech icon" cx="250" cy="150" r="15" fill="#e94560">
        <animate attributeName="cy" values="150; 140; 150" dur="5s" begin="2s" repeatCount="indefinite"/>
         <animate attributeName="cx" values="250; 250; 250" dur="5s" begin="2s" repeatCount="indefinite"/>
    </circle>
    <!-- Simple Brain/AI shape -->
    <path id="aiShape" class="tech icon" d="M250 140 C245 145, 245 155, 250 160 C255 155, 255 145, 250 140 Z M248 145 C249 148, 251 148, 252 145" fill="#0f3460">
        <animate attributeName="cy" values="140; 130; 140" dur="5s" begin="2s" repeatCount="indefinite"/>
        <animate attributeName="cx" values="250; 250; 250" dur="5s" begin="2s" repeatCount="indefinite"/>
    </path>
  </g>

  <!-- Abstract Data Flow Lines -->
  <g id="dataFlowLines" class="data flow">
    <line id="flowLine1" class="flow line" x1="250" y1="280" x2="200" y2="390" stroke="#f9ed69" stroke-width="3" stroke-dasharray="10 10">
      <animate attributeName="stroke-dashoffset" values="0; -20" dur="1s" repeatCount="indefinite"/>
    </line>
    <line id="flowLine2" class="flow line" x1="250" y1="280" x2="300" y2="395" stroke="#f08a5d" stroke-width="3" stroke-dasharray="10 10">
      <animate attributeName="stroke-dashoffset" values="0; 20" dur="1s" repeatCount="indefinite"/>
    </line>
    <line id="flowLine3" class="flow line" x1="250" y1="280" x2="250" y2="420" stroke="#4e93d1" stroke-width="3" stroke-dasharray="10 10" begin="0.5s">
      <animate attributeName="stroke-dashoffset" values="0; -20" dur="1s" repeatCount="indefinite"/>
    </line>
     <line id="flowLine4" class="flow line" x1="180" y1="230" x2="150" y2="390" stroke="#a4c639" stroke-width="2" opacity="0.5" stroke-dasharray="5 5">
      <animate attributeName="stroke-dashoffset" values="0; -10" dur="0.8s" repeatCount="indefinite"/>
    </line>
     <line id="flowLine5" class="flow line" x1="330" y1="240" x2="350" y2="390" stroke="#a4c639" stroke-width="2" opacity="0.5" stroke-dasharray="5 5" begin="0.3s">
      <animate attributeName="stroke-dashoffset" values="0; 10" dur="0.8s" repeatCount="indefinite"/>
    </line>
  </g>

  <!-- Google Logo element (subtle G shape) -->
   <path id="googleG" class="google logo" d="M256 300 C230 300, 206 310, 190 326 L220 350 C228 342, 238 338, 250 338 C268 338, 280 348, 280 360 C280 372, 268 382, 250 382 C240 382, 230 378, 222 370 L190 394 C208 410, 230 420, 256 420 C290 420, 316 400, 316 360 C316 320, 290 300, 256 300 Z" fill="#e94560">
        <animate attributeName="fill" values="#e94560;#f08a5d;#f9ed69;#4a4e69;#4e93d1;#e94560" dur="5s" repeatCount="indefinite" />
        <animateTransform attributeName="transform" type="rotate" from="0 256 360" to="360 256 360" dur="5s" repeatCount="indefinite"/>
   </path>
    <circle id="googleCenter" class="google logo" cx="256" cy="360" r="20" fill="#1a1a2e"></circle>


</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.