Discusión

Prompt de SVG de vlogueo con delfín en bicicleta

De Wikiprompt, la enciclopedia libre de prompts

1LittleCoder💻

14 ago 2026

Prompt de SVG de vlogueo con delfín en bicicleta Una solicitud creativa pidiendo un SVG animado de un delfín montando una bicicleta y haciendo vlogs, incluyendo notas de planificación humorísticas sobre aletas y manejo del teléfono.

Medios relacionados

Contenido del PromptGuardar

🌐
Aquí tienes el SVG solicitado, con un delfín montando bicicleta mientras graba un vlog con su teléfono. La escena combina el estilo acuático del delfín con un entorno urbano y elementos de grabación, manteniendo una composición clara y divertida. ```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600"> <!-- Background - sky --> <rect width="800" height="600" fill="#87CEEB"/> <!-- Sun --> <circle cx="680" cy="80" r="50" fill="#FFD700" opacity="0.9"/> <circle cx="680" cy="80" r="60" fill="#FFD700" opacity="0.3"/> <!-- Clouds --> <ellipse cx="150" cy="70" rx="60" ry="25" fill="white" opacity="0.8"/> <ellipse cx="190" cy="60" rx="40" ry="20" fill="white" opacity="0.8"/> <ellipse cx="500" cy="50" rx="50" ry="20" fill="white" opacity="0.7"/> <!-- Ground / Road --> <rect x="0" y="480" width="800" height="120" fill="#555555"/> <rect x="0" y="480" width="800" height="5" fill="#888888"/> <!-- Road markings --> <rect x="50" y="530" width="60" height="6" fill="#FFFF00" rx="2"/> <rect x="180" y="530" width="60" height="6" fill="#FFFF00" rx="2"/> <rect x="310" y="530" width="60" height="6" fill="#FFFF00" rx="2"/> <rect x="440" y="530" width="60" height="6" fill="#FFFF00" rx="2"/> <rect x="570" y="530" width="60" height="6" fill="#FFFF00" rx="2"/> <rect x="700" y="530" width="60" height="6" fill="#FFFF00" rx="2"/> <!-- Water splash effect behind (dolphin theme) --> <ellipse cx="100" cy="470" rx="80" ry="15" fill="#4FC3F7" opacity="0.5"/> <ellipse cx="140" cy="460" rx="50" ry="10" fill="#81D4FA" opacity="0.4"/> <!-- BICYCLE --> <!-- Rear wheel --> <circle cx="280" cy="450" r="55" fill="none" stroke="#333" stroke-width="5"/> <circle cx="280" cy="450" r="8" fill="#666"/> <!-- Rear spokes --> <line x1="280" y1="395" x2="280" y2="505" stroke="#999" stroke-width="2"/> <line x1="225" y1="450" x2="335" y2="450" stroke="#999" stroke-width="2"/> <line x1="241" y1="411" x2="319" y2="489" stroke="#999" stroke-width="2"/> <line x1="319" y1="411" x2="241" y2="489" stroke="#999" stroke-width="2"/> <!-- Front wheel --> <circle cx="520" cy="450" r="55" fill="none" stroke="#333" stroke-width="5"/> <circle cx="520" cy="450" r="8" fill="#666"/> <!-- Front spokes --> <line x1="520" y1="395" x2="520" y2="505" stroke="#999" stroke-width="2"/> <line x1="465" y1="450" x2="575" y2="450" stroke="#999" stroke-width="2"/> <line x1="481" y1="411" x2="559" y2="489" stroke="#999" stroke-width="2"/> <line x1="559" y1="411" x2="481" y2="489" stroke="#999" stroke-width="2"/> <!-- Bicycle frame --> <line x1="280" y1="450" x2="350" y2="370" stroke="#E53935" stroke-width="6" stroke-linecap="round"/> <line x1="350" y1="370" x2="450" y2="370" stroke="#E53935" stroke-width="6" stroke-linecap="round"/> <line x1="450" y1="370" x2="520" y2="450" stroke="#E53935" stroke-width="6" stroke-linecap="round"/> <line x1="280" y1="450" x2="450" y2="370" stroke="#E53935" stroke-width="5" stroke-linecap="round"/> <line x1="350" y1="370" x2="280" y2="450" stroke="#E53935" stroke-width="5" stroke-linecap="round"/> <!-- Seat post and seat --> <line x1="350" y1="370" x2="340" y2="330" stroke="#333" stroke-width="5"/> <ellipse cx="340" cy="325" rx="25" ry="8" fill="#333"/> <!-- Handlebar post and handlebars --> <line x1="450" y1="370" x2="470" y2="320" stroke="#333" stroke-width="5"/> <line x1="450" y1="320" x2="500" y2="310" stroke="#333" stroke-width="5" stroke-linecap="round"/> <line x1="450" y1="320" x2="440" y2="310" stroke="#333" stroke-width="5" stroke-linecap="round"/> <!-- Pedals and crank --> <circle cx="365" cy="410" r="12" fill="#666"/> <line x1="365" y1="410" x2="365" y2="440" stroke="#333" stroke-width="4"/> <rect x="355" y="438" width="20" height="6" rx="2" fill="#555"/> <line x1="365" y1="410" x2="365" y2="380" stroke="#333" stroke-width="4"/> <rect x="355" y="374" width="20" height="6" rx="2" fill="#555"/> <!-- Chain --> <ellipse cx="365" cy="410" rx="18" ry="8" fill="none" stroke="#555" stroke-width="2" transform="rotate(-15,365,410)"/> <!-- DOLPHIN BODY --> <!-- Dolphin main body (riding position) --> <ellipse cx="380" cy="290" rx="80" ry="45" fill="#4A90D9" transform="rotate(-15,380,290)"/> <!-- Dolphin belly (lighter) --> <ellipse cx="380" cy="305" rx="65" ry="30" fill="#7FB8E6" transform="rotate(-15,380,305)"/> <!-- Dolphin head --> <ellipse cx="460" cy="265" rx="45" ry="35" fill="#4A90D9" transform="rotate(-10,460,265)"/> <!-- Dolphin snout/beak --> <path d="M495 255 Q530 245 540 255 Q535 265 500 270 Z" fill="#4A90D9"/> <path d="M495 265 Q525 260 535 265 Q530 272 500 272 Z" fill="#7FB8E6"/> <!-- Dolphin eye --> <circle cx="475" cy="258" r="6" fill="white"/> <circle cx="477" cy="257" r="3.5" fill="#1a1a1a"/> <circle cx="478" cy="256" r="1.5" fill="white"/> <!-- Dolphin smile --> <path d="M490 270 Q500 278 515 272" fill="none" stroke="#2C5F8A" stroke-width="2" stroke-linecap="round"/> <!-- Dolphin dorsal fin --> <path d="M370 250 Q380 200 400 245 Q390 250 380 255 Z" fill="#3A7BC8"/> <!-- Dolphin tail (fluke) --> <path d="M300 285 Q270 260 255 270 Q265 285 300 295 Z" fill="#3A7BC8"/> <path d="M300 295 Q270 320 255 310 Q265 295 300 290 Z" fill="#3A7BC8"/> <!-- Dolphin pectoral fin (front, holding handlebar) --> <path d="M440 290 Q460 310 475 315 Q465 325 445 310 Z" fill="#3A7BC8"/> <!-- Dolphin pectoral fin (back, on handlebar) --> <path d="M430 285 Q445 305 455 312 Q448 320 435 305 Z" fill="#3A7BC8"/> <!-- Dolphin tail fin connecting to pedal area --> <path d="M310 290 Q330 350 365 380" fill="none" stroke="#4A90D9" stroke-width="12" stroke-linecap="round"/> <!-- Dolphin blowhole --> <ellipse cx="420" cy="235" rx="4" ry="3" fill="#3A7BC8"/> <!-- Water spout from blowhole --> <path d="M420 232 Q415 210 420 195" fill="none" stroke="#4FC3F7" stroke-width="3" stroke-linecap="round"/> <path d="M420 232 Q425 215 428 200" fill="none" stroke="#4FC3F7" stroke-width="3" stroke-linecap="round"/> <circle cx="420" cy="192" r="4" fill="#4FC3F7" opacity="0.7"/> <circle cx="428" cy="197" r="3" fill="#4FC3F7" opacity="0.6"/> <circle cx="415" cy="195" r="3" fill="#4FC3F7" opacity="0.6"/> <!-- PHONE (held by dolphin) --> <!-- Phone body --> <rect x="490" y="225" width="35" height="60" rx="5" fill="#222" transform="rotate(15,507,255)"/> <!-- Phone screen --> <rect x="493" y="228" width="29" height="50" rx="3" fill="#4FC3F7" transform="rotate(15,507,255)"/> <!-- Camera lens on phone --> <circle cx="510" cy="235" r="3" fill="#1a1a1a" transform="rotate(15,507,255)"/> <!-- Phone screen content - video recording indicator --> <circle cx="500" cy="240" r="3" fill="#FF0000" transform="rotate(15,507,255)"/> <rect x="505" y="238" width="12" height="4" rx="1" fill="#FF0000" transform="rotate(15,507,255)"/> <!-- Selfie stick --> <line x1="495" y1="240" x2="480" y2="260" stroke="#555" stroke-width="3" stroke-linecap="round"/> <!-- Vlog badge / REC indicator floating --> <rect x="530" y="215" width="45" height="18" rx="4" fill="#FF0000" opacity="0.9"/> <text x="552" y="228" font-family="Arial, sans-serif" font-size="11" fill="white" font-weight="bold" text-anchor="middle">REC</text> <!-- Live views counter --> <rect x="530" y="240" width="60" height="16" rx="3" fill="white" opacity="0.8"/> <text x="560" y="252" font-family="Arial, sans-serif" font-size="10" fill="#333" text-anchor="middle">1.2K watching</text> <!-- Heart/like icon floating --> <text x="600" y="250" font-size="20" fill="#FF4081">❤</text> <text x="600" y="270" font-size="12" fill="#FF4081" font-family="Arial">2.5K</text> <!-- Comment bubble --> <ellipse cx="610" cy="300" rx="30" ry="15" fill="white" opacity="0.8"/> <text x="610" y="304" font-family="Arial" font-size="9" fill="#333" text-anchor="middle">¡Genial!</text> <!-- Small waves at bottom (ocean theme) --> <path d="M0 480 Q50 465 100 480 Q150 495 200 480 Q250 465 300 480 Q350 495 400 480 Q450 465 500 480 Q550 495 600 480 Q650 465 700 480 Q750 495 800 480" fill="none" stroke="#4FC3F7" stroke-width="3" opacity="0.5"/> <!-- Buildings in background --> <rect x="20" y="350" width="60" height="130" fill="#B0BEC5" opacity="0.5"/> <rect x="30" y="370" width="15" height="20" fill="#90A4AE" opacity="0.5"/> <rect x="55" y="370" width="15" height="20" fill="#90A4AE" opacity="0.5"/> <rect x="30" y="400" width="15" height="20" fill="#90A4AE" opacity="0.5"/> <rect x="90" y="380" width="50" height="100" fill="#B0BEC5" opacity="0.4"/> <rect x="100" y="395" width="12" height="15" fill="#90A4AE" opacity="0.4"/> <rect x="120" y="395" width="12" height="15" fill="#90A4AE" opacity="0.4"/> <rect x="650" y="370" width="55" height="110" fill="#B0BEC5" opacity="0.4"/> <rect x="660" y="385" width="12" height="15" fill="#90A4AE" opacity="0.4"/> <rect x="680" y="385" width="12" height="15" fill="#90A4AE" opacity="0.4"/> <rect x="710" y="390" width="45" height="90" fill="#B0BEC5" opacity="0.3"/> <!-- Motion lines behind bicycle --> <line x1="180" y1="420" x2="230" y2="420" stroke="#666" stroke-width="2" opacity="0.4"/> <line x1="160" y1="440" x2="220" y2="440" stroke="#666" stroke-width="2" opacity="0.3"/> <line x1="170" y1="460" x2="240" y2="460" stroke="#666" stroke-width="2" opacity="0.2"/> <!-- Small fish jumping (fun detail) --> <path d="M120 400 Q135 380 150 400" fill="none" stroke="#4FC3F7" stroke-width="3"/> <path d="M150 400 L158 395 L155 402 Z" fill="#4FC3F7"/> <!-- Bubbles --> <circle cx="430" cy="200" r="5" fill="none" stroke="#4FC3F7" stroke-width="2" opacity="0.6"/> <circle cx="445" cy="185" r="3" fill="none" stroke="#4FC3F7" stroke-width="2" opacity="0.5"/> <circle cx="415" cy="178" r="4" fill="none" stroke="#4FC3F7" stroke-width="2" opacity="0.4"/> </svg> ``` La ilustración usa un cielo despejado, nubes, sol y edificios de fondo para situar la acción. El delfín aparece sobre una bicicleta roja, con aletas apoyadas en el manubrio, y sostiene un teléfono con selfie stick; además se incluyen indicadores como “REC”, contador de espectadores, corazones y un comentario para reforzar la idea del vlog.

Iniciá sesión para ver el prompt completo

Continuar con:

Al iniciar sesión, aceptás nuestros Términos de uso y Política de privacidad

Uso

Este prompt está diseñado para usarse con creative. Copiá el contenido de arriba y pegalo en tu herramienta de IA preferida.

Para mejores resultados, personalizá los marcadores (indicados con corchetes o mayúsculas) con tus requisitos específicos.

Referencias

Categorías:creative| twitter| svg| animated

Discusión