9 lines
492 B
XML
9 lines
492 B
XML
<!-- 主演图标:面具/戏剧 -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#374151" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M2 12c0-5 4-9 10-9s10 4 10 9"/>
|
|
<path d="M2 12c0 3 2 5 4 5s3-2 4-5"/>
|
|
<path d="M14 12c1 3 2 5 4 5s4-2 4-5"/>
|
|
<!-- 面具高亮(青绿色) -->
|
|
<path d="M2 12c0 3 2 5 4 5s3-2 4-5" fill="#2dd4bf" stroke="#2dd4bf" stroke-width="0.3" opacity="0.2"/>
|
|
</svg>
|