This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 853 B |
Reference in New Issue
Block a user