13 lines
520 B
XML
13 lines
520 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
||
|
|
<stop offset="0" stop-color="#e4393c"/>
|
||
|
|
<stop offset="1" stop-color="#c81623"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect x="1" y="1" width="30" height="30" rx="7" fill="url(#g)"/>
|
||
|
|
<path d="M10 8 h14 v3.5 h-10 v4 h8.5 v3.5 h-8.5 v5.5 h-4 z" fill="#fff"/>
|
||
|
|
<circle cx="23" cy="22" r="3" fill="#fff"/>
|
||
|
|
<circle cx="23" cy="22" r="1.3" fill="#e4393c"/>
|
||
|
|
</svg>
|