koide e504d6f8e6
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 25s
Add: 02/23 AIヘッドライン(夕刊)
2026-02-23 09:06:52 +00:00

25 lines
853 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0ea5e9"/>
<stop offset="100%" style="stop-color:#2563eb"/>
</linearGradient>
</defs>
<!-- 背景 -->
<rect width="512" height="512" fill="url(#sky)" rx="80"/>
<!-- 幾何学ツバメ(三角形ベース) -->
<g transform="translate(256, 256)" fill="white">
<!-- 左翼(大三角) -->
<polygon points="-20,-10 -200,-120 -60,30"/>
<!-- 右翼(大三角) -->
<polygon points="20,-10 200,-120 60,30"/>
<!-- ボディ(菱形) -->
<polygon points="0,-40 50,20 0,60 -50,20"/>
<!--2つの三角 -->
<polygon points="-20,50 -80,160 0,100"/>
<polygon points="20,50 80,160 0,100"/>
</g>
</svg>