7 lines
463 B
XML
7 lines
463 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
|
|
<!-- Fondo circular más pequeño -->
|
|
<circle cx="250" cy="250" r="180" fill="#f8f9fa" />
|
|
|
|
<!-- Forma de nube principal - manteniendo la misma posición -->
|
|
<path d="M330 300c27.6 0 50-22.4 50-50s-22.4-50-50-50c-5.3 0-10.3 0.8-15.1 2.3C307.4 174.5 282.6 155 253 155c-29.6 0-54.4 19.5-62.9 46.3C185.3 200.8 180.3 200 175 200c-27.6 0-50 22.4-50 50s22.4 50 50 50h155z" fill="#ff5e3a" />
|
|
</svg> |