6 lines
483 B
XML
6 lines
483 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flame-icon lucide-flame">
|
||
<!-- 绕中心逆时针旋转90°(向左转),中心点12,12适配24x24画布 -->
|
||
<g transform="rotate(-90 12 12)">
|
||
<path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"/>
|
||
</g>
|
||
</svg> |