19 lines
689 B
XML
19 lines
689 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<style>
|
|
.bg { fill: #f5f7fa; }
|
|
.symbol { font-family: 'Times New Roman', Georgia, serif; font-size: 28px; fill: #003366; font-weight: bold; }
|
|
.slash { stroke: #003366; stroke-width: 2.5; fill: none; stroke-linecap: round; }
|
|
</style>
|
|
</defs>
|
|
|
|
<!-- Фон -->
|
|
<rect width="64" height="64" rx="10" class="bg"/>
|
|
|
|
<!-- Символы φ и μ -->
|
|
<text x="14" y="42" class="symbol">φ</text>
|
|
<text x="38" y="42" class="symbol">μ</text>
|
|
|
|
<!-- Разделительная линия -->
|
|
<line x1="32" y1="22" x2="32" y2="44" class="slash" transform="rotate(15 32 33)"/>
|
|
</svg> |