20 lines
734 B
XML
20 lines
734 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 100 100" role="img" aria-hidden="true">
|
|
<style>
|
|
.icon-bg{fill:url(#g);stroke:#d6bf9c;stroke-width:1.8}
|
|
.icon-shape{fill:none;stroke:#ad1d1c;stroke-width:5.2;stroke-linecap:round;stroke-linejoin:round}
|
|
</style>
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#fffaf2"/>
|
|
<stop offset="1" stop-color="#ead9bd"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect class="icon-bg" x="6" y="6" width="88" height="88" rx="20"/>
|
|
<g class="icon-shape" color="#ad1d1c">
|
|
<circle cx="38" cy="34" r="12"/>
|
|
<circle cx="65" cy="36" r="10"/>
|
|
<path d="M16 78c3-17 12-26 23-26s20 9 23 26z"/>
|
|
<path d="M52 78c2-12 9-20 18-20 7 0 13 5 16 20z"/>
|
|
</g>
|
|
</svg>
|