13 lines
513 B
XML
13 lines
513 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<defs>
|
||
|
|
<style>
|
||
|
|
.favicon-bg { fill: #6f42c1; }
|
||
|
|
.favicon-icon { fill: white; }
|
||
|
|
</style>
|
||
|
|
</defs>
|
||
|
|
<circle class="favicon-bg" cx="16" cy="16" r="16"/>
|
||
|
|
<rect class="favicon-icon" x="8" y="10" width="16" height="2" rx="1"/>
|
||
|
|
<rect class="favicon-icon" x="10" y="14" width="12" height="2" rx="1"/>
|
||
|
|
<rect class="favicon-icon" x="8" y="18" width="16" height="2" rx="1"/>
|
||
|
|
<circle class="favicon-icon" cx="16" cy="7" r="2"/>
|
||
|
|
</svg>
|