Discussion

SVG Prompt de Vlog de Dauphin à Vélo

De Wikiprompt, l’encyclopédie libre de prompts

1LittleCoder💻

14 août 2026

SVG Prompt de Vlog de Dauphin à Vélo Un prompt créatif demandant un SVG animé d'un dauphin faisant du vélo et vloguant, incluant des notes de planification humoristiques sur les nageoires et la manipulation du téléphone.

Médias associés

Contenu du PromptEnregistrer

🌐
Here is an SVG illustration of a dolphin riding a bicycle while vlogging with a phone. ```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600"> <!-- Sky background --> <rect width="800" height="600" fill="#87CEEB"/> <!-- Clouds --> <ellipse cx="150" cy="80" rx="60" ry="30" fill="white" opacity="0.8"/> <ellipse cx="200" cy="70" rx="50" ry="25" fill="white" opacity="0.8"/> <ellipse cx="600" cy="100" rx="70" ry="30" fill="white" opacity="0.8"/> <ellipse cx="660" cy="90" rx="50" ry="25" fill="white" opacity="0.8"/> <!-- Sun --> <circle cx="700" cy="80" r="40" fill="#FFD700"/> <line x1="700" y1="20" x2="700" y2="5" stroke="#FFD700" stroke-width="4"/> <line x1="750" y1="40" x2="765" y2="30" stroke="#FFD700" stroke-width="4"/> <line x1="760" y1="80" x2="775" y2="80" stroke="#FFD700" stroke-width="4"/> <line x1="750" y1="120" x2="765" y2="130" stroke="#FFD700" stroke-width="4"/> <line x1="650" y1="40" x2="635" y2="30" stroke="#FFD700" stroke-width="4"/> <line x1="640" y1="80" x2="625" y2="80" stroke="#FFD700" stroke-width="4"/> <!-- Ground --> <rect x="0" y="480" width="800" height="120" fill="#4CAF50"/> <rect x="0" y="480" width="800" height="10" fill="#66BB6A"/> <!-- Road --> <rect x="0" y="500" width="800" height="60" fill="#555555"/> <line x1="0" y1="530" x2="800" y2="530" stroke="#FFFF00" stroke-width="3" stroke-dasharray="30,20"/> <!-- Bicycle - back wheel --> <circle cx="300" cy="460" r="45" fill="none" stroke="#333" stroke-width="5"/> <circle cx="300" cy="460" r="5" fill="#333"/> <!-- Spokes back --> <line x1="300" y1="415" x2="300" y2="505" stroke="#666" stroke-width="1.5"/> <line x1="255" y1="460" x2="345" y2="460" stroke="#666" stroke-width="1.5"/> <line x1="268" y1="428" x2="332" y2="492" stroke="#666" stroke-width="1.5"/> <line x1="332" y1="428" x2="268" y2="492" stroke="#666" stroke-width="1.5"/> <!-- Bicycle - front wheel --> <circle cx="500" cy="460" r="45" fill="none" stroke="#333" stroke-width="5"/> <circle cx="500" cy="460" r="5" fill="#333"/> <!-- Spokes front --> <line x1="500" y1="415" x2="500" y2="505" stroke="#666" stroke-width="1.5"/> <line x1="455" y1="460" x2="545" y2="460" stroke="#666" stroke-width="1.5"/> <line x1="468" y1="428" x2="532" y2="492" stroke="#666" stroke-width="1.5"/> <line x1="532" y1="428" x2="468" y2="492" stroke="#666" stroke-width="1.5"/> <!-- Bicycle frame --> <line x1="300" y1="460" x2="370" y2="400" stroke="#E53935" stroke-width="6"/> <line x1="370" y1="400" x2="450" y2="400" stroke="#E53935" stroke-width="6"/> <line x1="450" y1="400" x2="500" y2="460" stroke="#E53935" stroke-width="6"/> <line x1="300" y1="460" x2="450" y2="400" stroke="#E53935" stroke-width="6"/> <line x1="370" y1="400" x2="370" y2="460" stroke="#E53935" stroke-width="6"/> <!-- Seat post and seat --> <line x1="370" y1="400" x2="370" y2="380" stroke="#333" stroke-width="5"/> <ellipse cx="370" cy="375" rx="20" ry="8" fill="#333"/> <!-- Handlebar post --> <line x1="450" y1="400" x2="470" y2="370" stroke="#333" stroke-width="5"/> <line x1="455" y1="370" x2="490" y2="365" stroke="#333" stroke-width="5"/> <line x1="455" y1="370" x2="445" y2="365" stroke="#333" stroke-width="5"/> <!-- Pedals --> <circle cx="370" cy="460" r="8" fill="#333"/> <line x1="370" y1="460" x2="350" y2="475" stroke="#333" stroke-width="4"/> <rect x="340" y="472" width="20" height="6" rx="2" fill="#555"/> <!-- Dolphin body --> <ellipse cx="380" cy="340" rx="80" ry="40" fill="#1E88E5" transform="rotate(-10, 380, 340)"/> <!-- Dolphin belly --> <ellipse cx="380" cy="355" rx="60" ry="25" fill="#90CAF9" transform="rotate(-10, 380, 355)"/> <!-- Dolphin head --> <ellipse cx="460" cy="310" rx="40" ry="30" fill="#1E88E5" transform="rotate(-15, 460, 310)"/> <!-- Dolphin snout --> <ellipse cx="495" cy="300" rx="25" ry="12" fill="#1E88E5" transform="rotate(-15, 495, 300)"/> <ellipse cx="500" cy="303" rx="20" ry="8" fill="#90CAF9" transform="rotate(-15, 500, 303)"/> <!-- Dolphin eye --> <circle cx="470" cy="300" r="6" fill="white"/> <circle cx="472" cy="299" r="4" fill="#1a1a1a"/> <circle cx="473" cy="298" r="1.5" fill="white"/> <!-- Dolphin smile --> <path d="M485 310 Q495 320 505 312" fill="none" stroke="#0D47A1" stroke-width="2" stroke-linecap="round"/> <!-- Dolphin dorsal fin --> <path d="M370 310 Q360 270 385 280 Q390 295 385 310" fill="#1565C0"/> <!-- Dolphin tail --> <path d="M300 340 Q270 320 260 300 Q275 315 290 310 Q280 330 300 340" fill="#1565C0"/> <path d="M300 340 Q270 360 260 380 Q275 365 290 370 Q280 350 300 340" fill="#1565C0"/> <!-- Dolphin flipper (holding handlebar) --> <path d="M440 350 Q460 360 470 365 Q465 370 450 365 Q440 360 440 350" fill="#1565C0"/> <!-- Dolphin flipper (holding phone) --> <path d="M480 320 Q500 310 510 300 Q515 310 505 315 Q495 325 480 320" fill="#1565C0"/> <!-- Phone --> <rect x="505" y="275" width="25" height="40" rx="3" fill="#333"/> <rect x="508" y="278" width="19" height="34" rx="2" fill="#4FC3F7"/> <!-- Phone screen content - simple vlog UI --> <rect x="510" y="280" width="15" height="10" rx="1" fill="#1a1a1a" opacity="0.5"/> <circle cx="520" cy="285" r="3" fill="#FF0000"/> <rect x="510" y="295" width="15" height="3" rx="1" fill="#FFD700"/> <rect x="510" y="300" width="10" height="3" rx="1" fill="#FFD700"/> <!-- Selfie stick --> <line x1="510" y1="295" x2="490" y2="320" stroke="#666" stroke-width="3"/> <!-- Vlog recording indicator --> <circle cx="530" cy="278" r="4" fill="#FF0000"/> <text x="535" y="281" font-family="Arial" font-size="8" fill="white" font-weight="bold">REC</text> <!-- Motion lines behind bicycle --> <line x1="220" y1="440" x2="180" y2="440" stroke="#888" stroke-width="2" opacity="0.5"/> <line x1="230" y1="455" x2="170" y2="455" stroke="#888" stroke-width="2" opacity="0.4"/> <line x1="225" y1="470" x2="185" y2="470" stroke="#888" stroke-width="2" opacity="0.3"/> <!-- Small hearts/likes floating --> <text x="540" y="260" font-family="Arial" font-size="16" fill="#FF69B4">♥</text> <text x="555" y="245" font-family="Arial" font-size="12" fill="#FF69B4">♥</text> <text x="530" y="240" font-family="Arial" font-size="10" fill="#FF69B4">♥</text> <!-- Thumbs up icon --> <text x="560" y="270" font-family="Arial" font-size="14" fill="#FFD700">👍</text> <!-- Grass details --> <line x1="50" y1="495" x2="45" y2="480" stroke="#2E7D32" stroke-width="2"/> <line x1="55" y1="495" x2="60" y2="478" stroke="#2E7D32" stroke-width="2"/> <line x1="150" y1="495" x2="145" y2="482" stroke="#2E7D32" stroke-width="2"/> <line x1="650" y1="495" x2="645" y2="480" stroke="#2E7D32" stroke-width="2"/> <line x1="700" y1="495" x2="705" y2="478" stroke="#2E7D32" stroke-width="2"/> <line x1="750" y1="495" x2="745" y2="482" stroke="#2E7D32" stroke-width="2"/> </svg> ``` The scene places the dolphin on a red bicycle against a bright outdoor backdrop with a road, grass, sun, and clouds. The dolphin holds a phone on a selfie stick, with REC, hearts, and a thumbs-up icon adding a playful vlogging feel.

Connectez-vous pour voir le prompt complet

Continuer avec:

En vous connectant, vous acceptez nos Conditions et Confidentialité

Utilisation

Ce prompt est conçu pour être utilisé avec creative. Copiez le contenu ci-dessus et collez-le dans votre outil d’IA préféré.

Pour de meilleurs résultats, personnalisez les espaces réservés (indiqués par des crochets ou des majuscules) selon vos besoins.

Références

Catégories :creative| twitter| svg| animated

Discussion